/*===== Redefined Html Tags Begin =====*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 15px;
	padding: 0px;
	margin: 0px 0px 30px 0px;
	align: center;
	color: #666666;
	background-color: #39536c;
}
a {
	color: #234E9E;
	font-weight: bold;
	text-decoration: none;
	padding: 0px;
}
a:hover {
	color: #CEA951;
	font-weight: bold;
	text-decoration: underline;
}
/*===== Redefined Html Tags End =====*/

/*====================================================*/

/*===== Body Structure Begin =====*/
.topheader {
	background-image: url(images/top_header.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 32px;
	width: 900px;
	margin: 0px auto 0px auto;
}
.fullbackground {
	background-image: url(images/full_width_bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
.bottomgrid {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	clear: both;
	height: 14px;
}
.container {
	width: 900px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px -1px;
	display: block;
	
}

/* Keep everything from flowing over Start */
.container:after {
	display: block; 
	height: 0px; 
	clear: both; 
	visibility: hidden;
}
/* Keep everything from flowing over End */

.header {
	clear: both;
	width: 900px;
	
}
.leftcol {
	float: left;
	width: 154px;
	background-image: url(images/left_col_bg.jpg);
	background-repeat: repeat-y;
	vertical-align: top;
	text-align: left;
	padding: 0px 0px 0px 0px;
}
.maincol {
	float: right;
	width: 614px;
	vertical-align: top;
	padding: 18px 96px 0px 36px;
}
.footer {
	height: 12px;
	padding: 4px 0px 7px 0px;
	text-align: center;
	clear: both;
	color: #C0C0C0;
	background-color: #003C72;
}
/*===== Body Structure End =====*/

/*====================================================*/

/*===== Custom CSS Begin =====*/
#nav_2 {
	padding: 24px 0px 0px 12px;
	margin: 0;
	list-style: none;
	color: #234E9E;
	font-weight: bold;
	line-height: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
}
#nav_2 a {
	color: #234E9E;
	font-weight: bold;
	text-decoration: none;
	padding: 0px;
}
#nav_2 a:hover {
	color: #CEA951;
	font-weight: bold;
	text-decoration: underline;
}
	
#nav {
	padding: 24px 0px 0px 12px;
	margin: 0;
	list-style: none;
	color: #234E9E;
	font-weight: bold;
	line-height: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
	
#nav ul {
	margin: 0;
	width: 154px;
	list-style: none;
}

#nav a {
	display: block
	
}
#nav li {
	float: center;
	padding: 0px 12px 0px 18px;
	line-height: 24px;
	text-align: left;
}
#nav ul li {
	position: relative;

}
#nav li ul {
	position: absolute;
	left: 154px;
	top: 0;
	display: none;

}
#nav ul li a {
	display: block;
	background-color: #CC9933;
	text-decoration: none;
	width: 199px;
	text-align: left;
	color: #555;
	padding: 2px 0px 2px 3px;
	border: 1px solid #fff;
	border-bottom: 0;
}
#nav li:hover ul {
	display: block;
}
#nav li:hover ul, #nav li.sfhover ul {
display: block;
}
a.subnav, a.subnav:hover, a.subnav:visited {
	color: #c0c0c0;
}
.sectionhead {
	font-size: 18px;
	color: #234E9E;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 36px;
}
.columnhead {
	font-size: 12px;
	color: #003C72;
	font-weight: bold;
	line-height: 18px;
	
}
.text {
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	line-height: 15px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	
}

.subheads {
	font-weight: bold;
	color: #666666;
	font-size: 12px;
}
/*===== Custom CSS End =====*/

.highlight_italic {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
}
