@charset "utf-8";
/* CSS Document */

html,body {
	color: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:16px;
	background-color:#000000;
	margin:0;
	padding:0; }
	
.bodyRed {
	color: #cc0000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 12px;
	line-height:16px;
	}
	
.headlineRed {
	color: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 14px;
	line-height:16px;
	}

#header_bar {
	width: 100%;
	height: 174px;
	margin-right: auto;
	margin-left: auto;
	background-color:#000000;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #003366;
	border-bottom-color: #003366; }

#header_image {
	width: 800px;
	height: 174px;
	background-color: #000000;
	margin-right: auto;
	margin-left: auto; }

#page_bottom  {
	width: 100%;
	height : auto;
!important; /* ignored by IE, applied everywhere else */
	height : 100%; /* IE treats as min-height */
	min-height : 100%; /* IE ignores this */
	background-color: #ffffff; }

#mainbody {
	width: 800px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/bkgd_body.gif);
	background-repeat: repeat-y; }
	
#content_topbar_yellow {
	width: 800px;
	height: 15px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/bkgd_top.gif);
	background-repeat: no-repeat;
	float: left;
	text-align: right; }
	
#content_bottombar {
	width: 800px;
	height: 15px;
	background-image: url(images/bkgd_bottom.gif);
	background-repeat: no-repeat; }
	
#global_nav ul li a {
	color: #003366;
	text-decoration: none;
	display: block;
	font-size: 12px;
	margin: 0px;
	padding: 4px 6px 4px 8px;
	text-align: left;
	border-bottom: 1px solid #9baedb;
	font-weight: bold; }

#global_nav a:hover {
	color: #000000;
	background-color: #e0e6f4; }

#footer {
	width: 100%;
	height: 100px;
	padding-top: 4px;
	background:url(images/footer.jpg) no-repeat #000000;
	background-position:top center;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #003366;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #cccccc;
	text-align:center; }

#footer a:link {
	color:#cccccc;
	text-decoration:none; }
#footer a:visited {
	color:#cccccc;
	text-decoration:none; }
#footer a:active {
	color:#cccccc;
	text-decoration:none; }
#footer a:hover {
	color:#ffffff; 
	text-decoration:none; }
