/*******************************************************************************************************
********************************************************************************************************
											GLOBAL SETTINGS
********************************************************************************************************
*******************************************************************************************************/
html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background: url('../images/bg_main.jpg') top center #0E69A4 repeat-x;
}
body {
	margin: 0px;
	padding: 0px;
	color: #000;
}
#page {
	margin: 0 auto;
	padding: 0;
	font-family: Arial;
	font-size: 12px;
	width: 800px;
	background-color: #fff;
}
* html #page {
}
a, a:link, a:visited {
	color: #fff;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
	text-decoration: none;
}
option {
	padding-right: 5px;	
}
.clear {
	clear: both;
	padding: 0;
	margin: 0;
}
.load {
	display: none;
}
.pointer {
	cursor: pointer;
}
.center {
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	width: 800px;
}
.left {
	float: left;
}
.right {
	float: right;
}
textarea {
	width: 400px;
	height: 100px;
}
.inputError {
	background-color: #0081d4;
	color: #fff;	
}
.bold {
	font-weight: bold;
}
h1,h2,h3,h4,h5 {
	padding: 0px;
	margin: 0px;
}
form label {
	font-weight: bold;
}
form p {
	margin: 0 0 20px 0;
}
/*******************************************************************************************************
********************************************************************************************************
											HEADER SETTINGS
********************************************************************************************************
*******************************************************************************************************/
#header {
	background: url('../images/bg_header_1.jpg') repeat-x;
	margin: 0;
	width: 800px;
	height: 116px;
	overflow: hidden;
}
#header #header_left {
	float: left;
	margin-top: 4px;
}
#header #header_right {
	float: right;
	margin: 20px -35px 0 0;
	width: 300px;
	font-size: 25px;
	color: #002A5B;
	font-family: Times New Roman;
}
#header #header_right #search_title {
	color: #fff;
	font-size: 14px;
	font-family: Arial;
}
#header #header_right #search_title_bottom {
	color: #fff;
	margin-top: 4px;
	font-size: 12px;
	font-family: Arial;
}
#header #header_right form {
	padding: 0;
	margin: 0;
}
#menu {
	clear: both;
	background: url('../images/bg_menu.jpg') repeat-x;
	margin: 0;
	width: 800px;
	overflow: hidden;
}
table td {
	vertical-align: middle;
}

#main_news {
	background: url('../images/bg_main_news.jpg') 0px 28px repeat-x;
	float: left;
	width: 242px;
	height: 206px;
	margin: 7px 0 0 0;
}
#main_news #news_banner {
	background: url('../images/bg_main_news_banner.jpg') repeat-x;
	width: 232px;
	line-height: 28px;
	overflow: hidden;
	color: #fff;
	font-size: 14px;
	padding: 0 0 0 10px;
}
#main_news #news_area {
	width: 202px;
	height: 158px;
	overflow: hidden;
	padding: 0 0 0 30px;
	margin: 0;
	list-style-image: url(../images/bg_news_item.gif);
	vertical-align: middle;
}
#main_news #news_area li {
	margin: 0 0 0 10px;
	padding: 0;
	list-style-image: url(../images/bg_news_item.gif);
	vertical-align: middle;
}
#main_news #news_area li a {
	color: #000;
}
#main_news #news_bottom {
	background-color: #716F6E;
	color: #fff;
	width: 232px;
	line-height: 20px;
	padding: 0 0 0 10px;
	overflow: hidden;
}
#main_news #news_area #story_1 {
	margin: 17px 0 0 0;
}
#main_news #news_area #story_2 {
	margin: 17px 0 0px 0;
}
#main_news #news_area #story_3 {
	margin: 17px 0 0 0;
}
#main_news #news_area #date {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	padding: 0;
	color: #002b5e
}
#main_news #news_area .story {
	margin: 0;
	padding: 0;
}
#main_news #news_area .title {
	margin: 0;
	padding: 0;
}


/*******************************************************************************************************
********************************************************************************************************
											PAGE LAYOUT
********************************************************************************************************
*******************************************************************************************************/
#main_banner {
	float: left;
	width: 538px;
	height: 206px;
	margin: 7px 7px 0 7px;
}
#main_content_area {
	clear: both;
	padding: 6px;
	font-size: 14px;
}
#main_content_area h1 {
	font-size: 23px;
	font-weight: bold;
	margin: 0 0 10px 0;
}
#main_content_area #main_left {
	float: left;
	width: 528px;
	margin: 7px 15px 0 3px;
}
#main_content_area #main_right {
	float: left;
	width: 242px;
	overflow: hidden;
	margin: 7px 0 0 0;
}
#main_content_area #main_right .ad_0, #main_content_area #main_right .ad_1, #main_content_area #main_right .ad_2 {
	margin-bottom: 10px;
}
#main_content_area p {
	margin-top: 0;
}
/*******************************************************************************************************
********************************************************************************************************
											VIEW LAYOUT
********************************************************************************************************
*******************************************************************************************************/

/*******************************************************************************************************
********************************************************************************************************
											FOOTER SETTINGS
********************************************************************************************************
*******************************************************************************************************/
#footer {
	width: 800px;
	background: url('../images/bg_footer.jpg') #000 repeat-x;
	height: 45px;
	overflow: hidden;
}
#footer ul.left {
	list-style: none;
	padding: 0;
	margin: 0px;
}
#footer .left li  {
	display: inline;
}
#footer .left li a:link,#footer .left li a:hover,#footer .left li a:visited {
	text-transform: uppercase;
	margin-right: 20px;
	font-size: 10px;
}
#footer .right {
	font-size: 9px;
	list-style: none;
	padding: 0;
	margin: 8px 5px 0 0 ;
	text-align: right;
	color: #fff;
}
#footer .right li a:link,#footer .right li a:hover,#footer .right li a:visited {
	font-size: 10px;
}
#footer .right li a:hover {
	text-decoration: none;
	font-size: 10px;
}
