/* CSS Document */

/* General styles*/

#container {
	margin:0 auto;
	text-align:left;
	width:750px;
	border:#CCCCCC solid 1px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	line-height: 150%;
}
#content {
	background: #FFFFFF;
	padding: 30px;
}
table.leftnav tr td {
	font-size: 14px;
	font-weight: bold;
	line-height:200%;
}		
.leftnav a {
	text-decoration: none;
	color: #003300;
}	 
.leftnav a:hover {
	text-decoration: underline;
}	 

/* Header or head.html styles */

#masthead {
	background-image: url(images/facilities_mast1.jpg);
	background-repeat:no-repeat;
	width: 750px;
	height: 250px;
}
.headertext {
	background: url(images/searcalogo.jpg);
	background-repeat: no-repeat;
	background-position:left;
	font-family:"Arial Narrow", Helvetica, sans-serif;
	font-size: 28px;
	color:#003700;
	font-stretch:condensed;
}	
table.topnav tr td {
	line-height: 300%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
}
table.topnav tr td a {
	text-decoration: none;
	color: #FFFFFF;
}	
table.topnav tr td a:hover {
	text-decoration: underline;
	color:#000000;
}	 
table.topnav tr td a:visited {
	color: #FFFFFF;
}	 
table.subtopnav tr td a  {
	text-decoration: underline;
	color:#666666;
}	
table.subtopnav tr td a:hover {
	text-decoration: underline;
	color: #000000;
}	


table.toprightnav tr td a {
	text-decoration: none;
	color:#666666;
}	
table.toprightnav tr td a:hover {
	text-decoration: underline;
	color:#333333;
}	 
table.toprightnav tr td a:visited {
	color:#666666;
}	 

/* Footer Styles */
#footernav table tr td {
	width: 750px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
table.footernav1 tr td {
	line-height: 200%;
}	
table.footernav1 tr td a {
	text-decoration: none;
	color: #FFFFFF;
}	
table.footernav1 tr td a:hover {
	text-decoration: underline;
	color: #000000;
}	 
table.footernav1 tr td a:visited {
	color:#FFFFFF;
}	 

table.footernav2 tr td a {
	text-decoration: none;
	color:#666666;
}	
table.footernav2 tr td a:hover {
	text-decoration: underline;
	color:#666666;
}	 
table.footernav2 tr td a:visited {
	color:#666666;
}	 

/* Table grid style */
table.tablegrid {
	margin-top: 0px;
	margin-left: 0em;
	border-collapse: collapse;
	border: none;
	width: 100%;
}
table.tablegrid td {
	border: 1px solid #ddd; 
	padding: 5px;
}

.tools a{
	text-decoration: none;
	color:#666666;
}	
.tools a:hover {
	text-decoration: underline;
	color:#333333;
}	 
.tools a:visited {
	color:#666666;
}	 


