/* CSS Document */

.style1 {font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 70%; }

body {width:89%;
      margin-left: 6%; margin-right: 4%;
	  min-width:800px}
 
 #header,#content,#sub-section,#footer {
 overflow:hidden;
 }
 
 /* safari and opera need this */
 
 #footer {width:100%}
 
 #header, #sub-section {float:left}
 
 #content {float:right;  line-height: 145%;}
 
 #header {width:98%}
 
 /* leaving room for rounding error (MSIE) */

 
 #content {width:81%}
 
 #sub-section {width:17%; line-height: 80%}
 
 #footer {clear:both}
 
 
 h1, h2, h3,h4,h5 { font-family: Verdana, Helvetica, sans-serif;}
h1 { font-size: 135%;  color: maroon; background-color:#ffffff; line-height: 100%}
h2 { font-size: 125%; color: #000000; background-color:#ffffff;}
h3 { font-size: 117%; color: #000000; background-color:#ffffff;}
h4 { font-size: 111%; color: #000000; background-color:#ffffff;}
h5 { font-size: 105%; color: #000000; background-color:#ffffff;
}
 
 p
{
text-indent: 1cm;
font-family: "Times New Roman", Times, serif;
font-size: 98%;
}

 blockquote
{
	margin-left:10%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 78%;
	line-height: 150%;
	background:#EEEEEE;
	padding: 10px;
	}
a:link { text-decoration: none; color:navy; }
a:visited {text-decoration: none; color:#606060; }
a:active {text-decoration: none; color:purple; }
a:hover {text-decoration: underline; color:black; }

.navlist
{
padding: 1px;
margin-left: 0;
font-family: Verdana, Helvetica, sans-serif;
font-size: 11px;
line-height: 130%
 }

.navlist li
{
list-style: none;
margin: 0px;
text-align: left;
}

.navlist li a
{
display: block;
padding: 0.7em 0.5em 0.7em;
text-decoration: none;
}

.navlist li a:link { color: #000; }
.navlist li a:visited { color: #006; }

.navlist li a:hover
{
color: #maroon;
background: #EEEEEE;
border-left: 2px #CCCCCC solid;
}