/**
 * Main CSS Stylesheet
 * @copyright Copyright AskGraphics.com 
 * @license http://creativecommons.org/licenses/by/3.0/
 */

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{
	margin:0;
	padding:0;
}
ul{
	list-style:none;
}
a{
	color:#333333;
	text-decoration:none;
}
a:hover{
	color:#000;
}
a img{
	border:0;
}

body{
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size:12px;
	background:#062446;
	color:#333333;
}

#page{
	width:800px;
	margin:0px auto;
}

/* HEADER */

#header{
	width:100%;
	height:369px;
	background-color: #062446;
}

#header_top{
	width:100%;
	height:62px;
	margin:0px;
	padding:0px;
	background:url(images/logo_02.gif) no-repeat top left;
}



#header_end{
	width:800px;
	height:271px;
	background:url(images/banner_03.jpg) no-repeat top left;
	background-color: #94BFE2;
}
#header_endtry{
	width:800px;
	height:271px;
	background:url(images/banner_031.jpg) no-repeat top left;
	background-color: #94BFE2;
}
#header_bottom{
	width:800px;
	height:36px;
	background:url(images/banner.gif) no-repeat top left;
}

#header_logo{
	float: left;
	margin:0px;
	padding:0px;
	height:62px;
	
}

#header_slogan{
	text-align:right;
	color:#000;
	width:224px;
}

#header_main_menu{
	font-family: Arial, Helvetica, "Trebuchet MS", sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	padding-top: 20px;
	text-align: center;
	float: right;
}

#header_main_menu span{
	padding-left:13px;
	padding-right:13px;
}

#header_main_menu a{
	color:#FFFFFF;
}

#header_main_menu a:hover{
color: #72AEE0;
	
}

#header_descr{
	width:213px;
	margin-left:381px;
	padding-top:30px;
	text-align:left;
	color:#790000;
	line-height:20px;
}

#header_descr h4{
	font-size: 17px;
	font-weight:normal;
	font-family: Arial, "Trebuchet MS", Helvetica, sans-serif;
	padding-bottom:1px;
	color: #FFFFFF;
}
#header_descr h5{
	font-size: 11px;
	font-weight:bold;
	font-family: Verdana, "Trebuchet MS", Helvetica, sans-serif;
	padding-bottom:8px;
	color: #062446;
}

/* BODY */

#body{
	width:800px;
	float:left;
	padding-top:15px;
	padding-bottom:40px;
	background:url(images/page.gif) repeat-y top left;
	background-color: #FFFFFF;
}

#body_top{
	width:100%;
	float:left;
}

#body_left{
	width:340px;
	float:left;
}

#body_right{
	width:450px;
	float:right;
}

#body_index{
	width:300px;
	padding: 10px 0 20px 30px;
	line-height: 18px;
}

#body_index h2{
	font-family: Arial, "Trebuchet MS", Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: maroon;
	margin-bottom: 10px;
	
}

#body_index p{
	padding-bottom:15px;
}


#body_right_index{
	padding: 10px 45px 20px 20px;
	line-height: 18px;
}
#body_right_index h2{
	font-family: Arial, "Trebuchet MS", Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: maroon;
	margin-bottom: 10px;
	line-height: 21px;
}

#body_right_news h2{
	color:#ac0000;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:normal;
	background:url(images/news_h2.gif) no-repeat center left;
	padding-left:23px;
}

#body_right_news ul{
	margin-left:15px;
	width:213px;
}


/* FOOTER */

#footer{
	width:100%;
	height:75px;
	clear:both;
	background-color: #80AAC3;
}

#footer_copyrights{
	color:#fff;
	padding-top:30px;
	padding-left:40px;
	text-align: center;
	font-weight: bold;
	
}

#footer_copyrights a{
	color: #ffcc00;
}

#footer_logo{
	float:right;
	width:20%;
	padding-top:20px;
	padding-right:20px;
}
ul {
	list-style-type: square;
}
li {
	margin-left: 30px;
	margin-bottom: 2px
	}
