﻿/* CSS layout */
#masthead 
{
	position:relative;
	background-color: #C0C0C0;
	height:100px;
	white-space:nowrap;
}

#container
{
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
	border-style:none;
	width:810px;
}

#page_content 
{
	font-family:Garamond;
	font-size:medium;
	color:#000000;
	white-space:nowrap;
}

#footer 
{
	background:#C0C0C0;
	font-family:Garamond;
	font-size:small;
	white-space:nowrap;
}

.ImageBox 
{
	border-style: solid;
	border-width: 1px;
}
.DTName 
{
	font-family: Garamond;
	font-size:xx-large;
	position:absolute;
	left:150px;
	top:30px;
	color:#0000FF;
	white-space:nowrap;
}
.DTDescription
{
	font-family:Garamond;
	font-size:medium;
	position:absolute;
	left:470px;
	top:90px;
	white-space:nowrap;
}

.DTEMailInfo
{
	font-family:Garamond;
	font-size:small;
	position:absolute;
	left:590px;
	top:30px;
	white-space:nowrap;
}

.DTPhoneInfo
{
	font-family:Garamond;
	font-size:small;
	position:absolute;
	left:590px;
	top:50px;
	white-space:nowrap;
}


div
	{
		width:800px;
		margin:0;
		padding:5px;
		border-style:solid;
		border-width:1px;
		border-color:#FF00FF;
		color:#FF00FF;
		white-space:nowrap;
	}
	
a 
	{
		text-decoration:none
	} /* no underline for links */

a:link {color:#660066}      /* unvisited link */
a:visited {color:#00FF00}  /* visited link */
a:hover {color:#FF00FF}  /* mouse over link */
a:active {color:#0000FF}  /* selected link */
