﻿/* CSS layout */
#masthead 
{
	position:relative;
	background-color: #E0E0E0;
	height:100px;
}

#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:#0000FF;
}

#footer 
{
	background:#E0E0E0;
	font-family:Garamond;
	font-size:small;
}

.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;
	color:#FF00FF;
}

.DTEMailInfo
{
	font-family:Garamond;
	font-size:small;
	position:absolute;
	left:590px;
	top:30px;
	color:#FF00FF;
}

.DTPhoneInfo
{
	font-family:Garamond;
	font-size:small;
	position:absolute;
	left:590px;
	top:50px;
	color:#FF00FF;
}

Table
	{
		border-style: hidden;
		text-align:left;
		border-collapse:collapse;
		width:100%;
		border: 1px solid black;
	}
	
td
	{
		border-style:hidden;
		padding:5px;		
	}

div
	{
		color:#FF00FF;
		width:800px;
		margin:0;
		padding:5px;
		border-style:solid;
		border-width:1px;
		border-color:#FF00FF;
	}

dt
	{
		padding:5px;
	}
	
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 */
