html { 
	min-height: 100%; 
	margin-bottom: 1px; 
	}

body{
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0;
	background-color: #191970;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: White;
}

h1 {
	color: #F0E68C;
	font-weight: bolder;
}

h2 {
	color: #AFEEEE;
	font-weight: bolder;
}

a {
	color: #F0E68C;
	font-weight: normal;
	font-size: 12px;
}

a:hover {
	color: #333366;
	font-weight: bold;
	font-size: 12px;
}

ul {
	font-weight: normal;
	color: White;
	line-height: 100%;
	margin: 4px;
	padding: 12px;
}

li {
	line-height: 150%;
}

.nestedlist {
	font-weight: normal;
	color: White;
	line-height: 150%;
	margin-top: -10px;
}


#maincontainer{
	width: 800px; /*Width of main container*/
	margin: auto; /*Center container on page*/
	overflow: hidden;
}

#topsection{
height: 106px; /*Height of top section*/
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
}

.lineheight1 {
	line-height: normal;
}

.contact {
	margin-left: 12px;
	font-size: 11px;
	line-height: 125%;
	margin-top: 10px;
}

.xtraspace {
	margin-top: 10px;
}

.toptext {
	font-size: 13px;
	color: White;
	margin: 0px;
	padding: 0px;
	vertical-align: baseline;
}

#toparea a {
	color: #F0E68C;
	font-weight: bold;
	font-size: 13px;
}

#toparea a:hover {
	color: White;
	font-weight: bold;
	font-size: 13px;
}

#toparea{
	width: 800px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	text-align: left;
}

.links {
	margin: 4px;
	line-height: 200%;
}

.citation {
	font-size: 12px;
	font-weight: normal;
}

.citation a {
	color: #F0E68C;
	font-weight: normal;
}

.citation a:hover {
	color: White;
	font-weight: normal;
}
