/* CSS Document */
body{
	background-color:#014780;
	text-align:center;
	font-family:tahoma;
	font-size:11px;
	color:#333;
}

.header_containet{
	width:463px;
	height:300px;
}
.top_banner{
	background:url(../images/banner1.GIF);
	background-repeat:no-repeat;
	width:748px;
	height:62px;
}
.top_1_banner{
	background:url(../images/banner2.gif);
	background-repeat:no-repeat;
	width:748px;
	height:238px;
}
.header_text{
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	color:#575757;
	text-align:left;
}
.body_part_2{
	background-color:#e3e3e3;
}
.white_line{
	height:1px;
}
.black_line{
	background-color:#000000;
	height:5px;
}
.body_1{
	width:735px;
	background-color:#FFFFFF;
}
.body_2{
	background-color:#dcd9d9;
	width:727px;
}
.orenge_text{
	font-family: Tahoma;
	font-weight:bold;
	font-size:11px;
	text-align:left;
	color:#ff6600;
	padding-top:3px;
}
.height{
	height:22px;
}
.read_more{
	font-family: Tahoma;
	font-weight:bold;
	font-size:11px;
	text-align:right;
	color:#333;
	padding-top:3px;
	padding-right:6px;
	text-decoration:none;
}
.read_more:hover{
	font-family: Tahoma;
	font-weight:bold;
	font-size:11px;
	text-align:right;
	color:#333;
	padding-top:3px;
	padding-right:6px;
	text-decoration:underline;
}
.footer{
	background-color:#000;
	text-align:center;
	font-family:Tahoma;
	font-size:10px;
	color:#656565;
	height:45px;
	width:748px;
}

#menu_container{
	width:229px;
	height:auto;
	margin:175px 0px 0px 30px;
	padding:0px;
	position:absolute;
	}
	
#menu_bg{
	background:#ffffff;
	float:left;
	width:223px;
	height:455px;
	}
#menu_shadow{
	background:url(../images/shadow.gif);
	background-position:top;
	background-repeat:no-repeat;
	float:left;
	width:5px;
	height:350px;
}
#main_menu ul{
	padding:0px;
	margin:15px 0px 0px 0px;
	display:block;
	list-style-type:none;
	background:#ffffff;
	width:100%;
	}
#main_menu ul li{
	margin:0px;
	padding:4px 0px 10px 30px;
	background: url(../images/menu_bg.gif);
	background-repeat:no-repeat;
	height:15px;
	width:178px;
	font-family:tahoma;
	font-size:11px;
	font-weight:normal;
	color:#052a4b;
	text-align:left;
	text-decoration:none;
	list-style-type:none;
	border-bottom:2px dotted #676767;
	}
#main_menu ul li a{
	/*background:url(../images/menu_bg.gif);
	background-repeat:no-repeat;*/
	height:25px;
	width:180px;
	font-family:tahoma;
	font-size:11px;
	font-weight:normal;
	color:#052a4b;
	text-align:left;
	text-decoration:none;
	list-style-type:none;
	/*border-bottom:2px solid #676767;*/
	}
#main_menu ul li a:hover{
	/*	background:url(../images/menu_bg.gif);
	background-repeat:no-repeat;*/
	height:25px;
	width:180px;
	font-family:tahoma;
	font-size:11px;
	font-weight:normal;
	color:#0d6ec4;
	text-align:left;
	text-decoration:none;
	list-style-type:none;
	/*border-bottom:2px solid #676767;*/
	}
	
#main_menu ul li#last{
	margin:0px;
	padding:4px 0px 12px 30px;
	background: url(../images/menu_bg.gif);
	background-repeat:no-repeat;
	height:15px;
	width:178px;
	font-family:tahoma;
	font-size:11px;
	font-weight:normal;
	color:#052a4b;
	text-align:left;
	text-decoration:none;
	list-style-type:none;
	border-bottom:0px dotted #676767;
	}
