body {
	font: normal 11px/18px Verdana,Arial,Helvetica,Geneva,Swiss,SunSans-Regular,sans-serif;
	text-align: center;
	background-color: #6491A6;
	color: #004156;
	margin: 0;
	padding: 0
}

h1 {
	font-weight: bold;
	font-size: 11px;
	margin-bottom: 5px
}

h2 {
	font-weight: normal;
	font-size: 11px;
	margin-bottom: 5px;
	border-bottom:  1px solid #004156
}

ul {
	list-style-type: square
}

a:link, a:visited, a:active, a:hover {
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	background-color: transparent;
	color: #A7C7DC
}

a:active, a:hover {
	color: #f00;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none
}

#main {
	width: 700px;
	text-align: left;
	margin: 0 auto
}

#title {
	color: #000000;
	background-color: #A7C7DC;
	text-align: right;
	padding: 10px 20px 10px 0
}

#content {
	background-color: #fff;
	color: #004156;
	padding: 10px 20px
}