﻿@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 10; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #384E2E;
	width: 100%;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(images/background.gif);
}

#eye{
	float:right;
	width:400px;
	color:white;
	font-weight: bold;
	margin-top:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	 
}

.twoColFixLtHdr #container {
	width: 1010px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFCC33;
	border: 1px solid #000000;
} 

.twoColFixLtHdr #header {
	margin: 0 0 0 0;
	background-color: #000000;
	padding-right: 0px;
	padding-top: 2px;
	padding-left: 0px;
	height: 40px;
} 

#headlogo{
	float:left;
}

#badge { /*controls logo in content table*/
	padding-top: 0px;
	padding-bottom: 10px;
}


#buttonbar{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#buttons {
	width: 100%;
	margin-top: 15px;
	vertical-align: middle;
	text-align: center;
	margin-bottom: 10px;
	border-collapse:collapse;
}

td.navbuttons {
	vertical-align: middle;
	text-align: center;
	width: 10%;
}

a img { border:none; vertical-align:top; }

a:link, a:visited,a:active {
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}
a:hover {
	color: #FFFF00;
	text-decoration: none;
	font-weight:bolder;
}


.tdlink {
	vertical-align: middle;
	text-align: center;
	width: 14.3%;
}

td.navbar {
	vertical-align: middle;
	text-align: center;
	width: 14.3%;
}

.divlink{
	vertical-align: middle;
	text-align: center;
}


.tdcontent{ /* controls logo and drop down cell */
margin-left:auto;
margin-right:auto;
vertical-align:top;
width:175px;
text-align:center;
}

table.content{/* Controls main content table */
	height:305px;
	background-color:#ffcc33;
	width:100%;
	border:1px;
}


p.message {/* Controls message -- NOT LINKS -- in main content table */
	font-size:  small;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bolder;
	border-collapse:collapse;
	border:0px;
	
}

a.survey{
	color:  black;
	text-decoration:  none;
	text-align: center;
 	font-size: 12px;

}

a.survey:hover {
	color:  green;
	text-decoration: none;
	font-weight:bolder;
}



table.content{/* Controls main content table */
	height:305px;
	background-color:#ffcc33;
	width:100%;
	border:1px;
}

table.navbar{ /* Controls both navigation bars */
	background-color: #333333;
	width: 100%;
	font-size: 12px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	vertical-align: middle;
	border-collapse:collapse;
	
}

td.navbar{ /* Controls all navigation cells */
	vertical-align:inherit;
	height:20px;

}

#tagline { /* page credits */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
}

