body {
	background-color: #336666;
	margin: 0;
	padding: 0;
}


#body{
	background: #FFFFFF;
	left: 50%;
	margin-left: -390px;
	position: absolute;
	top: 20px;
	width: 780px;
	z-index: 1;
}

#main{
	background: #FFFFFF;
	left: 50%;
	margin-left: -390px;
	position: absolute;
	top: 20px;
	width: 780px;
	z-index: 1;
}

#contents{
	left: 50px;
	text-align: left;
	top: 30px;
	width: 680px;
}

h1{
	color: #330033;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-style: normal;
	margin-top: 20px;
	margin-bottom: 20px;
}

p{
	margin-bottom:12px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	margin: 0px;
}

h3{
	color: #000000;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	margin: 0px;
}

.text{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	margin: 0px;
}

.HighlightBlack{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	margin: 0px;
}

.HighlightPurple{
	color: #330033;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	margin: 0px;
}


.HighlightBlackItalic{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	margin: 0px;
}

.HighlightRed{
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	margin: 0px;
}

.HighlightGreen{
	color: #336633;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	margin: 0px;
}

img.divider{
	margin-top:40px;
	margin-bottom:35px;
	display:block;
}

img.floatRightClear {
	float: right;
	clear: right;
	margin-left: 15px;
	margin-bottom: 4px;
}

img.floatLeftClear { float: left;
clear: left;
margin: 4px; }


.navbottom{
	font-size: 11px;
}

.navtop{
	font-size: 13px;
}

.linktoTop{
	color:#000066;
	font-size: 11px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}


/*  navigational elements  */

#nav{
	background: #A1C1E0;
	height: 20px;
	left: 50%;
	margin-left: -390px;
	position: absolute;
	top: 0px;
	width: 780px;
	z-index: 2;
}

a {
	color: #000066;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
}

a:visited {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #CC3300;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
}