@charset "utf-8";
/* CSS Document */

body{
	background-color:#CCD9DF;
}

h4{
	color:#66CC00; font-family:verdana;
}

h1{ color:#66CC00; font-family:verdana; font-size:18px;}
hr{
	width:270px; color:#330066;
}

#container{
	width:800px;
	background-color:#EEECE0;
}

#header{
	background-image:url(../images/header.png);background-repeat:no-repeat; 
	width:800px;height:93px; clear:both;
}

#image{
	background-image:url(../images/image.jpg);background-repeat:no-repeat;
	width:491px;height:270px; padding-bottom:10px;
}

.cont_left{
	float:left;
	width:309px;
	font-family:verdana;background-color:#EEECE0; min-height:1750px;
}

.cont_right{
	float:right;
	width:491px;background-color:#EEECE0;
	
}


.menu_div{
	margin-left:378px;
}

.menu{
	width:800px;
    padding-top:22px; clear:both;
}

.menu a{
	background-image:url(../images/menu_off.png); background-repeat:no-repeat;
	width:84px; height:49px; display:block; float:left; color:#CC0000; font-size:10px;
	font-family:verdana; text-decoration:none; font-weight:bold;
}

.menu a:hover{
	background-image:url(../images/menu_on.png); background-repeat:no-repeat;
	width:84px;height:49px;color:#FFFFFF;
}

.menu div{
	padding-top:22px;
}

.text_cont_left{
	width:290px; color:#1E3859; font-size:11px; text-align:justify;
}

.menu_links{
}

.menu_links a{
	background-image:url(../images/menu_link_off.png); background-repeat:no-repeat;
	width:226px;height:31px;display:block;color:#CC0000; font-size:11px; font-family:verdana; 		    text-decoration:none;
}
	
.menu_links a:hover{
	background-image:url(../images/menu_link_on.png); background-repeat:no-repeat;
	width:226px;
	height:31px;
	color:#FFFFFF;
}

.menu_links div{
	padding-top:9px;
}

.up_cont{
	background-image:url(../images/up_cont.png); background-repeat:no-repeat;
	width:491px; height:20px;
}

.center_cont{
	background-image:url(../images/center_cont.png); background-repeat:repeat-y;
	width:491px;
}

.down_cont{
	background-image:url(../images/down_cont.png); background-repeat:no-repeat;
	width:491px; height:20px;
}

.text_cont{
	width:450px;
	font-size:11px;
	font-family:verdana;
	text-align:justify;
	min-height: 730px;
}
.text_cont a{
	color:#7EA81E;text-decoration:none; font-weight:bold;
}

.text_cont a:hover{
	color:#CC0000;
}

.text_cont_right{
	color:#000066; font-size:11px; font-family:verdana; width:200px; float:left;
}

.footer{
	background-image:url(../images/footer.png); background-repeat:repeat-x;
	height:38px; clear:both; width:800px;
}

.footer a{
	color:#FFFFFF; font-family:verdana; font-size:11px; text-decoration:none;
}

.footer a:hover{
	color:#CC0000;
}

.footer div{
	padding-top:4px;
}

.mainpic{ text-align:center;}
.mainpic img{ width:325; height:244; margin-bottom:15px;}
