
body {
	display: block;
	background-color: #003366;
}

a:link {
	color: #036;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000033;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #666666;
}

p, td, li, ul, ol, h1, h2, h3 {
font-family: Georgia, "New Century Schoolbook", Times, serif;
}

ul li {
	font-size: 0.85em;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 1.5;
	}

h1 {
	font-size: 1.5em;
	font-weight: bold;
	color: #036;
	margin-bottom: 0;
}

h2 {
	margin-top: 0;
	font-size: 1em;
	font-weight: normal;
	}

html p {
	margin-top: 0;
	margin-bottom: 1em;
	text-align: left;
	font-size: 0.85em;
	line-height: 1.5;
	}
	
#footer p {
	font-size: 11px;
	margin-top: 25 px;
	}

div#content {
	text-align: left;
	}
	
#primarycontent {
	padding-left: 125px;
	padding-right: 25px;
	padding-top: 25px;
	}
	
#sidebar p {
	font-style: italic;
	text-align: right;
	margin-top: 0.5em;
	}
	
#sidebar img {
	margin: 40px 0 15px 0;
	border: 1px solid #000;
	}
#sidebar h2 {
	font-size: 1em;
	font-weight: normal;
	font-style: italic;
	margin: 0;
	line-height: 1.5;
	text-align: right;
	}
#indexcontent {
	text-align: left;
	padding-top: 192px;
	padding-right: 10px;
	padding-left: 0px;
	padding-bottom: 10px;
	}
	
#indeximage img{
	margin: 25px 0 10px 0px;
	}
	

