* {
    padding: 0;
    margin: 0;
} 

body {
	background: #0d2f4c;
	font-family: "Trebuchet MS" Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 18px;
}

a {
	color:#FFFFFF;
}


#wrap {
width: 623px;
margin: 40px auto;
}

#header {
	height: 190px;
	background: #fff url(images/topheader.jpg) no-repeat;
}
#text{
	float:right;
	padding:60px 0 0 0;
}
#header h1 {
	font-size: 34px;
	font-weight: 100;
	letter-spacing: -3px;
	visibility:hidden;
	color:ffffff;
}

#header h2 {
	color: #ffffff;
	font-size: 20px;
	font-weight: 100;
	visibility:hidden;
	}

#menu{
	height:34px;
	margin:0 0;
	background-repeat:repeat-x;
	background-position: top left;
	display: block;
	padding:0 0 0 20px;

}
#menu a{
	width:66px;
	color:#FFFFFF;
	text-decoration:none;
	padding:8px 0px;
	display: inline-block;
	text-align:center;
	font-size:11px;
	letter-spacing:1px;
}
#menu a:hover{
	background-image:url(images/hover.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	color:#00a9ce;
}
.current{
	background-image:url(images/hover.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	color:#0d2f4c;
}


#content {
	background: #fff;
	padding: 20px;
}

.main {
	padding: 10px;
	
}
h3 {
	color: #0d2f4c;
	font-size:18px;
		padding:20px 0 0 0;

}
h4{
	color: #0d2f4c;
	font-size:14px;
	font-weight:normal;
}
ul{
	padding:10px 0 0 60px;
	font-size:12px;
}
#left{
	float:left;
	}
	
#bottom {
	background: #0d2f4c url(images/bottom.jpg) no-repeat;
	padding: 14px 0;
}

#footer {
	font-size: 11px;
	color: #6e8294;
	text-align: right;
	padding: 0 25px 0 0;
}
