body{
	background: #1b5e52 url(../images/body_bg.png);
	margin:0;
	font-family:"Times New Roman", Times, serif;
	
	font-size:12px;
}
h1{

margin-top:0;
}
.wrapper a:hover {
color:#0C5446;
text-decoration:none;
}

.wrapper a{
	text-decoration:none;
	color:#000000;
}
.wrapper{
	width:908px;
	margin: 0 auto;
	top:auto;
}
.header{
	width:854px;
	height:109px;
	background:url(../images/header_bg.png) no-repeat;
	margin:0 auto;
}
.t{
	text-align:center;
	font-size:18px;
	color:#0c5446;
	font-style:italic;
	background-color:#f5f5f5;
}
.t a{
	color:#0c5446;
}
.menu{
	width:855px;
	font-family:"Lucida Calligraphy";
	margin:0 auto;
	background-color:#14483C;
	font-size:14px;
	color:#eff1f1;
	text-decoration:none;
	padding: 0px 0px;
	text-transform:uppercase;

}
.menu a{
	color:#eff1f1;
	text-decoration:none;

}
.sublink{
	text-align:center;
	background:url(../images/content_top.png) repeat-x;
	padding: 17px 20px 0 0;
	font-size:12px;
	height:38px;
	color:#14483C;
}

.sublink a{
	color:#14483C;
}
.list{
	list-style: none;
	/*list-style-image:url(../images/bullet_img.png);*/
	height:320px;	
}

ul.list {
	margin-left: 0px;
	padding-left: 17px;
}

ul.list li{
	background: url(../images/bullet_img.png) 0 5px no-repeat;
	padding:2px 0 2px 23px;
}

ul.list li a:hover {
	color: #85bdb1;
}

.content{
	background-color:#f5f5f5;
	margin:0 auto;
	padding:0 20px;
	width:815px;
	font-weight:bold;
	font-size:12pt;
}
.footer{
	background: #f5f5f5 url(../images/footer_bg.png) bottom no-repeat;
	width:855px;
	height:180px;
	margin: 0 auto;
}
.footer td{
	text-align:center;
	font-size:11px;
}
.f{
	color:#0d5646;
}