

html, body{
	margin:0;
	padding:0;
}
body{
	font: 76% "Times New Roman", Times, serif;
}

p {
	margin-top: 1em;
	margin-bottom: 2em;
	padding-right: 3em;
	text-align: justify;
}

.photoleft {
	float: left;
	padding: 10px;
	}
.photoright {
	float: right;
	padding: 10px;
	clear: left;
}

a{
	display:inline;
	color: #981793;
	margin-top: 0;
	margin-bottom: 0;
	
}
h2 {
	text-align: center;
	line-height: .5;
	padding-top: 1em;
	font: 2.5em "Times New Roman", Times, serif;

	
}
h3 {
	text-align: center;
	font-size: 1.5em;
}
h4 {
	text-align: center;
	padding: 0;
	margin: 0;
	font-size: 1em;
	font-style: italic;
}
table {
	text-align: justify;
	font-size: 1em;
}

div#header h1{
	height:120px;
	line-height:80px;
	margin:0;
  	padding-left:10px;padding-bottom:10px;
	background: #000068;
	text-align: center; 
}
div#content p{
	line-height:1.4;
}
.quoted {
	margin-left: 70px;
	margin-right: 150px;
}
div#navigation{
	background:#000068;
	width: 150px;
	float: left;
	
		
}
*html #navigation {
	zoom: 1;
}
.heading3{
	color: #FFFFE1;
	text-transform: uppercase;
	text-align: center;
}

.navwrap li{
	list-style-type: none;
	line-height: 3.5;
	text-align: left;
	
}
.navwrap a { 
	color: #FFFFE1;
	
}
div#extra{
	background:#006599;
	float:left;
	width:150px;
}
div#extra li {
	list-style-type: none;
	text-align: left;
	line-height: 3.5;
	margin: 0;
	padding: 0;
}
div#extra a { 
	color: #FFFFE1;
}
*html #extra {
	zoom: 1;
}
div#extra2{
	background:#000068;
	float:left;
	width:150px;
}
div#extra2 li {
	list-style-type: none;
	text-align: left;
	line-height: 3.5;
	margin: 0;
	padding: 0;
}
div#extra2 a { 
	color: #FFFFE1;
}
*html #extra2 {
	zoom: 1;
}
div#footer{
	background: #333;color: #FFF;
	clear: both;
	
}
*html #footer{
	zoom: 1;
}
div#footer p{
	margin:0;
	padding:5px 10px;
	text-align: center;
}
*html #footer {
	zoom: 1;
}
div#wrapper{
	float:right;
	width:100%;
	margin-left:-200px;

}
div#content{
	margin-left:200px;
}
