body{
	color:#000;
	font-size:9pt;
	margin:0px;
	height:100%;
	font-family:"Verdana";
	background-color:#002532;
	width:100%;
}
p{
padding:10px;
}
ul{
	margin:0;
	padding:5px 0 5px 10px;
}
td{
font-size:9pt;
}
#main{
	text-align: center;
	background:url(../img/site/body_bg.gif) top repeat-x ;
}
#foot{
	border-top:solid 2px #fff;
	height:60px;
	position:absolute;
	bottom:0px;
	width:100%;
	overflow:hidden;
	background:url(../img/site/foot_bg.jpg) top repeat-x #ebebeb;
	text-align:center;
}
#foot_i{
	background:url(../img/site/foot_i_bg.jpg) top no-repeat;
	height:60px;
	width:203px;
	margin:0 auto;
}
#foot_i a{
color:#32b06b;
}
h1,h2,h3,h4{
	margin:10px 0 5px 0;
	padding:0;
}
h3{
	font-size:12pt;
}
input[type=text],textarea{
	border:solid 1px #0eaaeb;
	background:url(../img/site/input_bg.gif) top repeat-x #fff;
	padding:2px;
}
input[type=submit]{
	font-size:13pt;
	padding:0px 15px;
}
#msg{
height:auto;
}
#msg .i{
	 height:auto;
}
#msg .error,#msg .success{
	height:auto;
}
#msg .error{
	border:solid 1px #ea6969;
	color:#fff;
}
#msg .error .i{
	margin:1px;
	padding:1px 5px 2px 5px;
	background-color:#fda3a3;
	font-weight:bold;
}
#msg .success{
	border:solid 1px #5eee4f;
	color:#fff;
}
#msg .success .i{
	margin:1px;
	padding:1px 5px 2px 5px;
	background:#abfda3;
	font-weight:bold;
}
#msg img{
	position:relative;
	top:2px;
}
#accordion div{
	background:#fff;
	padding:0;
	overflow:hidden;
	height:320px;
}
.aitem div{
	margin:10px;
	
}
#msg{
	color:#ccc;
	margin-bottom:10px;
}
#slideshow{
	height:300px;
	overflow:hidden;
}
.border_image{
	border:solid 1px #ccc;
	padding:3px;
}
p{
	text-indent:30px;
}
#top{
	width:760px;
	margin:0 auto;
	text-align: left;
}
#page{
	background:url(../img/site/page_bg.jpg) bottom center no-repeat ;
	padding:10px 0 60px 0;
}
#content{
	width:760px;
	margin:0px auto;
	text-align: left;
}
table{
	width:100%;
	border-spacing:0;
}
td{
	vertical-align:top;
}