body {
 	background-color: #FFFFFF;
	text-align:center;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 19px;
	color: #003366;
	background: url(bg.jpg) top center repeat-x;
	margin: 0px;
}


a, a:active, a:visited{

	font-size: 12px;
	color: #003366;
	font-weight: normal;
	padding: 0px;
	text-decoration: underline;
}

a:hover{

	font-size: 12px;
	color: #003366;
	font-weight: normal;
	text-decoration: none;
}


a.menulink, a.menulink:active, a.menulink:visited{

	font-size: 13px;
	line-height: 19px;
	color: #003366;
	font-weight: normal;
	padding: 7px 7px 7px 7px;
	margin: 0 15px 0 0;
	text-decoration: none;
}

a.menulink:hover{

	font-size: 13px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	background-color:#77BFE7;
	border-radius: 7px 7px 7px 7px;
	padding: 7px 7px 7px 7px;
}

h1 {

	font-size: 21px;
	color: #3DA3DA;
	line-height: 23px;
	margin: 0;
}

h2 {

	font-size: 17px;
	line-height: 22px;
	margin: 12px 0 0 0;
}

h3 {

	font-size: 12px;
	color: #003366;
	line-height: 15px;
	font-weight: normal;
	margin: 20px 0 0 0;
}

#wrapper {

	width: 787px;
	margin: auto;
}

#top {

	width: 787px;
	height: 234px;
	background-image: url(top.jpg);
}

.main {

	width: 787px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #cccccc;
}



.clear {

	clear: both;
}