@charset "utf-8";
/* CSS Document */
body{
	background-color:#006;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
}
#wrapper{
	position:relative;
	top:0;
 	margin:0 auto;
	text-align:left;
 	width:900px;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	vertical-align:top;
	padding:0 0 0 0;
 }
h1{
	font-size:21px;
	font-weight:bold;
	color:#018077;
}
h2{	font-size:18px;
	font-weight:bold;
	color:#018077;
}
#banner{
	width:900px;
	height:200px;
	background-color:#069;
/*	border-bottom:1px solid #018077;*/
	border-bottom:1px solid #cccccc;

}
table.main{
	width:900px;
	height:100%;
	background-color:#fff;
}
table.main td.left{
	width:250px;
	background-color:#003a62;
	vertical-align:top;
	
}
table.main td.right{
	vertical-align:top;
	padding:12px 12px 12px 12px;
	
}
div.message{
margin:12px 21px 21px 21px;
	vertical-align:top;
}
div.menu_left{
	text-align:center;
	background-color:#003a62;
	padding:12px 0 12px 0
}
.menu_left p{
	color:#fff;
	background-color:#018077;
	margin:9px 15px 9px 15px;
	padding:9px 9px 9px 9px;
}
.menu_left a{
	color:#fff;
}
td.footer{
	padding:6px 18px 6px 18px;
	text-align:center;
	color:#fff;
	background-color:#003a62;
}
h3.contact{
	font-size:16px;
	font-weight:bold;
	color:#018077;
	margin:0 0 3px 0;
	letter-spacing:.05em;
}
