@charset "utf-8";
body  {
	font: 100% "Times New Roman", Times, serif;
	background: #FFFFFF;
	margin: 0;
	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;
}
a {
	color: #003e7e;
}
#container { 
	background: #FFFFFF;
	margin: 0;
	text-align: left;
} 
#header { 
	width: 100%;
	height: 100px;
	background: url(../images/banner-bg.gif) top left repeat-x; 
	padding: 0;
} 
#sidebar1 {
	float: left; 
	width: 240px;
	background: #FFFFFF;
	margin: 20px 0 0 0;
}
#sidebar1 p {
	margin-left: 40px;
	margin-right: 30px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 75%;
	color: #777876;
	font-weight: bold;
	line-height: 16px;
}
#nav {
	margin-left: 1px;
	margin-right: 1px;
}
#nav ul li {
	width: 190px;
	height: 25px;
	list-style-type: none;
	background-color: #003e73;
	border-bottom: 2px #FFFFFF solid;
}
#nav a {
	display: block;
	margin: 0;
	padding: 5px 0 6px 15px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 67%;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#nav ul li a:hover, #nav ul li a.current {
	display: block;
	background: url(../images/nav/bright_blue_overstate.gif) center;
	text-decoration: none;
}
#graybox {
	width: 190px;
	margin: 40px 0 30px 40px;
	padding: 20px 0;
	background-color: #e7e7e8;
	text-align: center;
}
#graybox p {
	margin: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 75%;
	color: #777876;
	font-weight: bold;
}
#mainContent {
	float: left;
	width: 500px;
	margin: 25px 40px 30px 40px;
	text-align: left;
	font-size: 90%;
}
.intro {
	width: 350px;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 13px 0;
	border-top: 4px #e7e7e8 solid;
	border-bottom: 3px #e7e7e8 solid;
	color: #777876;
	font-size: 85%;
	line-height: 20px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
}
#mainContent h3 {
	margin-bottom: 0;
	padding-bottom: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 95%;
	font-weight: bold;
}
#mainContent p.tight {
	margin-top: 0;
	padding-top: 0;
}
#mainContent ul li {
	padding-left: 5px;
	list-style-type: disc;
	list-style-position: outside;
}
#mainContent a.paper {
	font-weight: bold;
	text-decoration: none;
}
#mainContent span.gray {
	margin: 0;
	font-size: 90%;
	color: #777876;
	font-weight: bold;
}
/* Miscellaneous classes */
.fltrt {
	float: right;
}
.fltlft {
	float: left;
	margin-right: 25px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#footer {
	margin-top: 20px;
	padding-top: 5px;
	border-top: 1px #CCCCCC solid;
	font-family: Arial, Helvetica, sans-serif;
	font-stretch: wider;
	font-size: 75%;
	font-weight: bold;
	color: #999999;
	line-height: 18px;
}
#footer a {
	text-decoration: none;
	font-weight: bold;
}
.copyright {
	padding-top: 5px;
	color: #999999;
	font-size: 82%;	
}
.graylink {
	color: #999999;
	text-decoration: none;
}
