@charset "UTF-8";
body {
	padding: 0px;
	text-align: center;
	background-color: #575f67;
	background-repeat: repeat-x;
	background-position: center top;
	background-image: url(images/page_bkg.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	
}
#container {
	width: 985px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/content_bkg2.jpg);
	
}
#mainContent {
	padding: 0px;
	min-height: 768px;
}

#top_row {
	width: 985px;
	height: 44px;
}
.leftlogo {
	float: left;
	height: 44px;
	width: 212px;
}
.left_wrap {
	width: 276px;
	float: left;
}
#leftcolumn {
	width: 275px;
	min-height: 650px;
	background-image: url(images/left_col_bkg.jpg);
	background-repeat: repeat-y;
}
.right_nav {
	float: left;
	height: 44px;
	width: 773px;
}
.left_logo-bottom {
	height: 61px;
	width: 275px;
}
.sub_page {
	width: 230px;
	margin-left: 35px;
	margin-right: 0px;
	padding-top: 10px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #256fbe;
	padding-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
.sub_nav {
	width: 240px;
	padding-left: 30px;
}
.left_bottom {
	background-image: url(images/left_col_bot.jpg);
	width: 275px;
	background-repeat: no-repeat;
	height: 26px;
	float: left;
	clear: left;
}

ul.subnav {
	line-height: 28px;
	padding-left: 18px;
	padding-right: 0px;
	margin-right: 0px;
	margin-left: 0px;
	list-style-type: disc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
li {
}
.li_link {
	color: #666666;
	text-decoration: none;
	background-image: url(images/sub_nav.gif);
	height: 27px;
	display: block;
}

.li_link_disabled:link
{
	color: #666666;
	text-decoration: none;
	background-image: url(images/sub_nav.gif);
	height: 27px;
	cursor: default;
	display: block;
}
.li_link_disabled:visited
{
color: #666666;
	text-decoration: none;
	background-image: url(images/sub_nav.gif);
	height: 27px;
	display: block;
	cursor: default;
}
.li_link_disabled:hover
{
color:#666666;
cursor: default;
	text-decoration: none;
	background-image: url(images/sub_nav.gif);
	height: 27px;
	display: block;
}

#right_column {
	width: 680px;
	float: right;
	padding-right: 20px;
}
.breadcrumbs {
	color:#666666;
}

#footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	padding-top: 5px;
	margin-left: 25px;
	padding-bottom: 15px;
	margin-right: 25px;
}
#footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
#footer a:hover {
	color: #0c649c;
	text-decoration: none;
}
.footerlinks a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.footerlinks a:hover {
	color: #0c649c;
	text-decoration: none;
}
.footer_links a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 5px;
	margin-left: 25px;
	padding-bottom: 15px;
	margin-right: 25px;
}
.footer_links a:hover {
	color: #0c649c;
	text-decoration: none;
}
a {
	color:#0c649c;
}
a:hover {
	color:#000099;
}

