@charset "utf-8";
/* CSS Document */
html{
	margin: 0 auto;
	text-align:center;
	}
body{
	font-family: Verdana, Helvetica, sans-serif ;
	color:#004C84;
	font-size:11px;
	line-height:16px;
	text-align:left;
	}
p{
	color:#000000;
	padding:5px;
	margin:0px;
	text-align:left;
	}
#wrapper{
	background:url(images/bg.png) repeat-y;
	width: 778px;
	}
#bg{
	background:url(images/bg.png) repeat-y;
	width:778px;
	}
#top{
	background:url(images/top.png) no-repeat;
	width:778px;
	height:13px;
	}
#middle{
	background:url(images/midle.png) no-repeat;
	width:778px;
	/*height:544px;
	min-height:544px;
	height:544px;
	height:auto;*/
	}
#content{
	/*width:471px;*/
	margin-left:297px;
	padding: 10px 10px 5px 15px;
	}
#bottom{
	background:url(images/footer.png) no-repeat;
	width:778px;
	height:13px;
	}
h1{
	font-size:16px;
	font-weight:bold;
	padding:5px 0 15px 0;
	margin:0px;
	color:#004C84;
	line-height:25px;
	}
h2{
	font-size:13px;
	margin:0;
	color:#64AE5D;
	}
h3{
	font-size:12px;
	margin:0;
	}
	
#menu{
	width:297px;
	float:left;
	padding: 125px 0px 0px 12px;
	}
#menu a {
	padding:0px 0 0px 25px;
	background: url(images/btn.png) no-repeat;
	text-decoration:none;
	color:#004C84;
	height:25px;
	display:block;
	font-size:12px;
	font-weight:bold;
	text-align:left; 
	}
#menu .current a{
	background:url(images/btn-over.png) no-repeat;
	padding:0px 0 0px 67px;
	color: #25A649;
	}
	
#menu a:hover {
	background:url(images/btn-over.png) no-repeat;
	padding:0px 0 0px 67px;
	width:278px;
	display:block;
	color: #25A649;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	}
#menu li{
	list-style-type:none;
	}
#menu ul{
	margin:0px;
	padding:0px;
	}
ul{
	padding:0px 0px 0px 0px;
	margin:15px 15px 15px 15px;}
li{color:#000000;}

a:link {
	text-decoration:none;
	color: #004C84; /*blue*/
	}
a:visited {
	color: #004C84;
	text-decoration:none;
	}
a:hover{
	color: #25A649; /*green*/
	text-decoration:none;
	}

/*.box{
	position:absolute;
	top:200px;
	left:166px;
	width=430px; 
	height=142px;
	}*/