body{
	margin: 10px;
	text-align: center;
	font-family: arial, verdana, trebuchet ms, sans-serif;
}
#navbar{
	width: 770px;
	margin: 0px auto;
}
.mainmenu{
	background-color: #333366;
	height: 35px;
	color: #FFFFFF;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
}
.mainmenu a{
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: 35px;
	line-height: 26pt;
	border-left: 1px solid #7979AF;
	padding-left: 5px;
	padding-right: 5px;
}
.mainmenu a:hover{
	color: #DCB35B;
}
h2{
	color: #333366;
	font-size: 16pt;
	font-weight: none;
}
a{
	color: #333366;
	font-weight: bold;
}
a:hover{
	color: #7979AF;
}
hr{
	color: #7979AF;
	background-color: #7979AF;
	height: 2px;
	border: 0px;
	margin-top: 15px;
	margin-bottom: 15px;
}
