body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #666666;
	background-color:#FFFFFF;
	text-align:center;
	margin: 0 auto;
}
h1 {
	font-family: "Franklin Gothic Medium", Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: normal;
	color: #000000;
}
h2 {
	font-family: "Franklin Gothic Medium", Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-weight: normal;
	color: #666666;
}
h3 {
	font-family: "Franklin Gothic Medium", Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: normal;
	color: #0F868C;
}
h4 {
	font-family: "Franklin Gothic Medium", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #000000;
}
h5 {
	font-family: "Franklin Gothic Medium", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #0F868C;
}
a {
	color: #666666;
	text-decoration:underline;
}
a:hover {
	color: #666666;
	text-decoration:none;
}
/*top ------------------------------------------------------------------*/
#top{
	width:960px;
	margin: 0 auto;
	text-align:left;
	padding-bottom: 12px;
}
#top #logo{
	margin-top: 5px;
}
#top #nav{margin-top: 20px;}
/*flash ------------------------------------------------------------------*/
#flash{
	width:962px;
	margin: 0 auto;
	text-align:left;
	height: 276px;
	background-image: url(/Images/website_assets/flash_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
/*flash_interior ------------------------------------------------------------------*/
#flash_interior{
	width:962px;
	margin: 0 auto;
	text-align:left;
	height: 127px;
}
/*content ------------------------------------------------------------------*/
#content{
	width:960px;
	margin: 0 auto;
	text-align:left;
}
/*news ------------------------------------------------------------------*/
#news{
	width:922px;
	margin: 0 auto;
	text-align:left;
	font-size:12px;
	color: #333333;
	background-image: url(/Images/website_assets/news_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 72px;
	padding-left: 20px;
	padding-right: 20px;
}
#news a {
	color: #0F868C;
	text-decoration:none;
	font-weight:bold;
	display:block;
}
#news a:hover {
	color: #0F868C;
	text-decoration:underline;
	font-weight:bold;
	display:block;
}
#news .item{
	margin-bottom:20px;
	background-image: url(/Images/website_assets/news_icon.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
}
#news_list .item{
	margin-bottom:30px;
	background-image: url(/Images/website_assets/news_icon.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
}
#news_list a {
	color: #0F868C;
	text-decoration:none;
	font-weight:bold;
}
#news_list a:hover {
	color: #0F868C;
	text-decoration:underline;
	font-weight:bold;
}
.paging{ font-size:11px; color: #0F868C; text-align:center;}
.paging a {
	color: #0F868C;
	text-decoration:none;
	font-weight:bold;
	margin-right:6px;
	margin-left:6px;
}
.paging a:hover {
	color: #FFFFFF;
	background-color: #0F868C;
	text-decoration:underline;
	font-weight:bold;
	margin-right:6px;
	margin-left:6px;
}
#news #news_left{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #0F868C;
	padding-right: 20px;
	
	}
#news #news_right{
	margin-left: 20px;
	
	}
/*footer ------------------------------------------------------------------*/
#footer_wrapper{
	background-image: url(/Images/website_assets/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 14px;
}
#footer{
	color:#E3F1F1;
	font-size:12px;
	background-color: #0F868C;
	text-align:left;
}
#footer a {
	color: #ffffff;
	text-decoration:none;
	font-weight:bold;
}
#footer a:hover {
	color: #ffffff;
	text-decoration:underline;
	font-weight:bold;
}
#footer #footer_content{
	width:960px;
	margin: 0 auto;
	text-align:left;
	padding-top: 20px;
	padding-bottom: 20px;
}
#btn_home{ text-align:right; font-size:11px; font-weight:bold; width:960px;
	margin: 0 auto;}
#btn_home a{ color:#0F868C; text-decoration:none; margin-right:40px;}
#btn_home a:hover{ color:0F868C; text-decoration:underline;}