#container {
	font: 100% Trebuchet MS, sans-serif;
	margin-top: -15px;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
   }

#leftimage {
	width: 200px;
	float: left;
	margin-top: -5px;
   }

#middle {
	font: 100% arial, sans-serif;	
	width: 530px;
	margin-left: 28px;
	float: left;
	display: inline;
   }

#rightedge {
	width: 14px;
	float: right;
	margin-top: -5px;
   }

#content {
	width: 100%;
   }

#content p:first-line {
	font-weight: bold;
   }

#mainnav {
	font-size: 70%;
	text-align: center;
	font-weight: bold;
	color: #20586b;
   }

#extnav {
	font-size: 90%;
	text-align: center;
	margin: 20px 0px;
   }

#freedown {
	font-size: 90%;
	width: 516px;
	margin-left: 5px;
   }

#freedown p {
	font-size: 90%;
	padding-bottom: 10px;
	border-bottom: 1px solid #20586b;
   }

a {
	font-weight: bold;
	color: #20586b;
	text-decoration: none;
	padding: 3px;
   }

a:hover {
	text-decoration: underline;
	padding: 3px;
   }

h1 { 
	font-size: 130%; 
	font-style: italic;
	color: #000;
	text-decoration: underline;
	text-align: center;
	margin: 25px 0px;
   }

h2 {
	font-size: 90%;
	font-style: italic;
	color: #000;
	text-align: center;
	margin: 40px 0px;
   }

h3 {
	font-size: 100%;
	font-style: italic;
	color: #000;
	text-align: center;
	margin-top: 50px;
   }

h4 {
	font-size: 100%;
	font-style: italic;
	color: #000;
	text-align: center;
	margin: 20px 0px;
   }

hr {
	color: #20586b;
	width: 425px;
	text-align: center;
	margin: 30px auto 30px auto;
   } 

p {
	font-size: 80%; 
	color: #000;
	text-align: justify;
	line-height: 125%;
   }

ul {
	list-style-type: none;
	Text-align: center;
	width: 450px;
   }

li {
	font-size: 120%;
	padding-bottom: 18px;
   }

table {
	text-align: center;
	width: 530px;
	margin-top: 20px;
	margin-bottom: 20px;
   }

td {
	font-size: 100%;	
	padding: 5px 0px;
   }

#footer {
	position: relative; top: 40px;
	color: #676a6b;
	text-align: center;
	width: 390px;
	margin-left: 70px;
   }

#botnav {
	font-size: 60%;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
   }

#botnav a{
	color: #676a6b;
   }
	
#footer p{
	color: #676a6b;
	font-size: 60%;
	font-style: italic;
	text-align: center;
   }

