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

BODY {
	margin:50px 0px; 
	padding:0px;
	text-align:center;
	background-color:#9d201d;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
}

img, div { 
behavior: url(../script/iepngfix.htc) 
}
	
#frame {
	width:960px;
	margin:0px auto;
}

#bordered_content_area {
	float:left;
	background-image:url(../img/border_background.png);
	width:940px;
	padding:10px;
}

#header {
	float:left;
	width:940px;
	background-color:#ffffff;
	padding-top:20px;
}

#header_logo {
	float:left;
	width:150px;
	height:140px;
	background-image:url(../img/logo.png);
	background-position:top left;
	background-repeat:no-repeat;
	margin-left:15px;
}

#header_text {
	float:left;
	width: 762px;	
	height:20px;
	padding-top:110px;
	font-size:14px;
	background-image:url(../img/header_text.png);
	background-position:top right;
	background-repeat:no-repeat;
}

#submenu_header {
	float:left;
	width:940px;
	height:246px;
	margin-bottom:20px;
}

#submenu_content {
	float:left;
	width:180px;
	padding-left:25px;
	padding-right:25px;
	padding-bottom:15px;
	text-align:left;
	line-height:30px;
}

#main_content {
	float:left;
	padding-left:25px;
	padding-bottom:15px;
	margin-bottom:25px;
	width:640px;
	text-align:left;
	background-image:url(../img/submenu_divider.png);
	background-repeat:repeat-y;
	background-position:left;
}

#splash_page {
	float:left;
	width:940px;
	height:415px;
	background-image:url(../img/front_splash.png);
	background-position:top left;
	background-repeat:no-repeat;
	
}

#news_area {
	float:left;
	width:320px;
	height:330px;
	padding:5px;
	background-image:url(../img/border_background_70.png);
	margin-top:40px;
	margin-left:40px;

}

#news_area_header {
	float:left;
	width:320px;
	height:60px;
	background-image:url(../img/news_splash_header.png);
	background-position:top left;
	background-repeat:no-repeat;
}

#news_area_content {
	float:left;
	width:290px;
	padding-top:12px;
	padding-left:15px;
	padding-right:15px;
	color:#666457;
	text-align:left;
	font-size:18px;
	line-height:35px;
}	

#footer {
	float:left;
	width:960px;
	background-color:#656356;
}

#footerleft {
	float:left;
	text-align:left;
	width:730px;
	color:#ffffff;
	font-size:12px;
	padding-top:7px;
	padding-bottom:7px;
}

#footerright {
	float:left;
	text-align:right;
	width:100px;
	
	color:#ffffff;
	font-size:12px;
	padding-top:10px;
	padding-bottom:4px;
}

A.white {
	color:#ffffff;	
	text-decoration:none;
}

A.white:hover {
	text-decoration:underline;	
}

A {
	color:#0093DD;
	text-decoration: none;
}

A.normal{
	color:#666457;	
	text-decoration:none;
}

A:hover,A.normal:hover {
	text-decoration:underline;	
}

DIV.footer_link {
	float:left;
	margin-right:7px;
}

DIV.header_link {
	float:right;
	margin-right:7px;
}

DIV.footer_divider {
	float:left;
	background-image:url(../img/footer_divider.png);
	width:7px;	
	margin-right:7px;
}

DIV.header_divider {
	float:right;
	background-image:url(../img/header_divider.png);
	width:7px;	
	margin-right:7px;
}

H2 {
	color:#0093DD;	
	margin-top:5px;
	font-size:30px;
}

H3 {
	color:#0093DD;
	margin-bottom:0px;	
	margin-top:7px;
}