@charset "utf-8";
body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #DDDDDD;
	background-image:url(../img/bg_steel.jpg);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	margin-top:10px;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.yatescss #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	vertical-align:top;
}
.yatescss #header {
	background: #5536c9;
	height:150px;
}
.yatescss #nav {
	background: #FFFFFF; 
	height:21px;
	background-image:url(../img/bg_nav.gif);
	padding-right:0;
}

.yatescss #mainContent {
	padding: 0 2px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	padding-left:5px;
	padding-right:5px;
	margin-top:0px;
	margin-bottom:0px;
}
.yatescss #footer {
	background:#DDDDDD;
	height:25px;
	background-image:url(../img/bg_footer.gif);
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
}
.h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color: #003399;
	font-weight: bold;
}
.h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13pt;
	color: #003399;
	font-weight: bold;
}
.normal {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	color: #000000;
}
.normal_bold {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.small_bold {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.small {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	color: #000000;
}
.accred {
	float:left;
	margin-top:10px;
	margin-right:10px;
	margin-bottom:10px;
	margin-left:10px;
	border:thin;
}
.sample {
	float:right;
	margin-top:10px;
	margin-right:10px;
	margin-bottom:10px;
	margin-left:10px;
}
a.fteal:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
}
a.fteal:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-variant: normal;
	color: #DDDDDD;
	text-decoration: none;
}
a.fteal:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-variant: normal;
	color: #AAAAAA;
	text-decoration: none;
}
