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

body {
	background-color:#081f53;	
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#1b429a;
}

/*Structure*/
#container {
	width:950px;
	margin:0px auto;
	background-color:#FFFFFF;
}
#content_frame {
	background-color:#FFFFFF;
	background-image:url(../images/contentBG.jpg);
	background-repeat:no-repeat;
	width:950px;
	height:482px;
	position:relative;
}
#content_frame p{
	margin:0px 0px 14px 0px;
}
#header {
	width:950px;
	height:53px;	
}

/*Nav*/
#nav_container {
	background-image:url(../images/navBG.jpg);
	background-repeat:no-repeat;
	width:950px;
	height:66px;
}
#nav_container_sub {
	background-image:url(../images/subnavBG.jpg);
	background-repeat:no-repeat;
	width:950px;
	height:66px;
}
#nav_container_sub #subnav {
	margin:14px 0px 0px 60px;	
}
#nav_container_sub #subnav a {
	color:#c322b8;
	font-size:10px;
	text-decoration:none;
	margin-left:10px;	
}
#nav_container_sub #subnav a:hover {
	color:#1b429a;
	text-decoration:none;	
}
/*Content Area*/
.content {
	margin:0px 40px 0px 20px;
	height:375px;
	overflow-x: hidden;
	overflow-y: auto;
}

.news_story {
	height:300px;
	overflow-x: hidden;
	overflow-y: auto;
}
.content_col_left {
	width:343px;
	float:left;
	position:relative;
}
.content_col_right {
	width:607px;
	float:left;
	position:relative;
}
#content_frame .content_col_right .content p {
	margin-right:20px;	
}
#content_frame .content_col_right .content ul {
	margin-right:20px;	
}
.content h2 {
	margin:0px;
}
.content a {
	color:#1b429a;
	font-size:12px;
	text-decoration:underline;
	font-weight:bold;
}

/*Footer*/
#footer {
	background-image:url(../images/footer.jpg);
	background-repeat:repeat-x;
	width:950px;
	height:263px;
	clear:both;
	position:relative;
}
.footer_column {
	background-image:url(../images/footer_div.jpg);
	background-repeat:no-repeat;
	width:215px;
	height:177px;
	float:left;
	margin-top:60px;
}
.footer_column ul {
	list-style-type: none;
	margin:0px;
	padding:0px;
}
.footer_column ul li {
	list-style-type: none;
	margin:0px 0px 5px 0px;
}
#footer h4 {
	color:#1b429a;
	font-size:12px;
	font-weight:bold;
	margin-top:0px;
}
#footer a {
	color:#1b429a;
	font-size:12px;
	text-decoration:none;
	margin-left:14px;
}
#legal {
	position:absolute;
	left:40px;
	top:10px;
	width:870px;
}
#copyright {
	float:left;
	font-size:11px;
}
#legal_links {
	float:right;
}
#legal_links a {
	color:#1b429a;
	font-size:11px;
	text-decoration:none;
	margin-left:14px;
}

/*FAQ*/
.faq_question {
	font-weight:bold;
	margin-bottom:4px;
}
.faq_question a{
	color:#1b429a;
}
.faq_answer {
	margin-bottom:4px;
}

/*News*/
.news_headline {
	color:#1b429a;
	font-size:12px;
	font-weight:bold;
}

/*Store*/
#content_frame_store {
	background-color:#FFFFFF;
	background-image:url(../images/contentBG_store.jpg);
	background-repeat:no-repeat;
	width:950px;
	height:482px;
}
