body {
	margin: 10px auto;
	padding: 0px;
	font-family: arial, sans-serif;
	font-size: 16pt;
	background-color: #000066;


}

#wrapper{
	margin: 0px auto;
	width: 956px;
}

#content{
	float: right;
	width: 788px;
	height: 563px;
	border-top: solid black 2px;
	border-right: solid black 2px;
	border-bottom: solid black 2px;
	background: #c8d5e4;
	margin: -2px 2px 0px 0px;
}

#nav{
	height: 563px;
	width: 160px;
	border: solid black 2px;
	background: #c8d5e4;
	margin: -2px 0px 0px 0px;	
	float: left;
}

li{
	
	margin: 2px 2px 0px -24px;
	list-style: none;
	text-decoration: none;
}

li a{
	list-style: none;
	font-weight: bold;
	text-decoration: none;
	font-size: 12pt;
	font-family:  Arial, sans-serif;
	color: #000066;

}



li a:hover {
	color: #FFFFFF;
	
}
ol{

	font-size: 12pt;
	font-family:  Arial, sans-serif;
	color: #000066;
}

a:link, a:visited {
	text-decoration: none;
	color: #000066;	
}
a:hover{
	color: #ffffff;
}


#logo{
	border: solid black 2px;
	width: 950px;
	height: 236px;
}
h1{
	font-size: 14pt;
	font-family:  Arial, sans-serif;
	color: #000066;
}

h2, h3, h4{
	font-size: 14pt;
	font-family: Arial, sans-serif;
	color: #000066;
}


h5{
	font-size: 16pt;
	font-family: adobe caslon pro, arial, sans-serif;
	color: #ff0000;
}


p{	
	font-size: 13pt;
	font-family:  Arial, sans-serif;
	color: #000066;
}
#complex{
	font-size: 14pt;
	font-family:  Arial, sans-serif;
	color: #000066;
}	

#complex li{
	list-style-type: disc;
	text-decoration: none;
}

.pad{
	padding: 5px;
	margin: 6px;
	font-size: 13pt;
	color: #000066;
	
}

.heading{
	padding: 5px;
	margin: 5px;
	font-size: 14pt;
}

td,tr{
	font-size: 13pt;
	font-family: Arial, sans-serif;
	color: #000066;
}

.img{
	float: left;
	padding: 3px;

}

