#main p {
	text-align:left;
	margin: 0px 12px;
}
#main img {
	float: right;
	border: 3px ridge #cc0;
}
#main #pagetop {
	margin-top: 66px;
	padding-bottom: 0px;
}
#main #pagetop .blue_navbar {
	background: #324395;
	margin-left: 0px;
	text-align: center;
	width: 100%;
}
#main #pagetop .blue_navbar li {
	color: #fff;
	font-family: "Gill Sans", Arial, Helvetica, sans-serif;
	font-weight: bold;
	display: inline;
	list-style: none inside;
}
#main a:link {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
#main h2 {
	text-align: left;
	margin-left: 24px;
}
#main table {
	margin-top: 12px;
	margin-left: 24px;
}
#main table th {
	font-family: "Gill Sans", Arial, Helvetica, sans-serif;
	font-weight:bold;
}
#main table td {
	padding: 8px 0px;
	border-top: 1px dashed #cc0;
}
.blue_navbar {
	background: #324395;
	margin-left: -24px;
	text-align: center;
	width: 100%;
	clear: both;
}
.blue_navbar li {
	color: #fff;
	font-weight: bold;
	display: inline;
	list-style: none inside;
}
.blue_navbar a:link {
	color: #fff;
	text-decoration: none;
}
.blue_navbar a:visited {
	color: #eee;
	text-decoration: none;
}
.blue_navbar a:hover {
	color: #cc0;
	text-decoration: none;
}
.blue_navbar a:active {
	color: #000;
	text-decoration: none;
}

