@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #0F3081;
}#container {
	float: left;
	height: auto;
	width: 100%;
	margin: auto;
	background-color: #FFFFFF;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
}
#container #header {
	float: left;
	height: 69px;
	width: 968px;
}
#container #horizontal_links {
	float: left;
	height: 35px;
	width: 968px;
}
#container #banner {
	float: left;
	height: 151px;
	width: 968px;
}
#container #banner #left_banner_img {
	float: left;
	height: 151px;
	width: 209px;
}
#container #banner #banner_img {
	float: left;
	height: 151px;
	width: 558px;
}
#container #contents_holder {
	float: left;
	height: auto;
	width: 968px;
	background-color: #FFFFFF;
	background-image: url(images/left_navigation_bg.gif);
	background-repeat: repeat-y;
}
#container #contents_holder #main_links {
	float: left;
	height: auto;
	width: 209px;
}
#container #contents_holder #contents {
	float: left;
	height: auto;
	width: 749px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#container #contents_holder #main_links #link_spacer {
	float: left;
	height: 25px;
	width: 209px;
}
#container #contents_holder #main_links #img_link {
	float: left;
	height: 147px;
	width: 209px;
}
.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #183787;
}
#footer {
	float: left;
	height: 30px;
	width: 100%;
}
#footer #bottom_left {
	float: left;
	height: 30px;
	width: 209px;
}
#footer #bottom_links {
	float: left;
	height: auto;
	width: 749px;
	text-align: center;
	padding-top: 5px;
}
.bottom_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.bottom_links a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
.bottom_links a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
.bottom_links a:hover {
	color: #E8A027;
	text-decoration: underline;
}
#invisible_links {
	height: auto;
	width: 100%;
	text-align: center;
	padding-top: 12px;
	float: left;
}	
.invisible_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0F3081;
}
.invisible_links a:link {
	color: #0F3081;
}
.invisible_links a:visited {
	color: #0F3081;
}
