/* CSS Document */


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


body {
	margin-left: 10%;
	margin-top: 50px;
	margin-right: 15%;
}

 #header,#menu,#content {
 overflow:hidden;
 }
 
 /* safari and opera need this */
 

 
 #header,#menu {float:left}
 
 #content {float:right;  line-height: 140%;}
 
 #header {width:60%}
 
 /* leaving room for rounding error (MSIE) */
 #menu {width:39.8%}
 
 #content {width:100%}
 
 


 A:link {text-decoration: none; color: #0000CC;}
 A:visited {text-decoration: none; color: #666666;
}
 A:active {text-decoration: none}
 A:hover {text-decoration: underline; color: #000099;}
 
 h1, h2, h3, h4, h5 { font-family: Verdana, Helvetica; }
 
 h6 { font-family: Verdana, Helvetica; font-size: 75%; background-color: #EBEBEB; padding:4px }

p
{
	font-family: "Times New Roman", Times, serif;
	text-indent: 1cm; }


blockquote
{
	margin-left:10%;
	margin-right:15%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 150%;
	background:#EBEBEB;
	padding: 10px;
	}

ol
{
	margin-left:10%;
	margin-right:15%;
	}
