body {
  font-family:Arial;
	font-size:90%;
/**  background-color:#7D9BC1; **/
/**  background-color:#5353FF;  **/
  background-color:#3535FF;
	margin:0;
	padding:0;
	color:#ffffff;
	}
	
	#navmenu a:link, #navmenu a:visited {color:#000000; text-decoration:none;}
	#navmenu a:hover {background-color:#ffffff; color:#000000;}
	#navmenu a:active {color:#000000;}	

	a:link, a:visited {color:#000000;}
	a:hover {color:#ffffff;}
	a:active {color:#000000;}	
	
#header {
  width:100%;
	height:180px;
	background-image:url(images/header.jpg);
	background-repeat:repeat-x;
	background-color:#C6BEBC;
	color:#000000;
	}
	
#navmenu {
  width:100%;
	height:20px;
/**	background-image:url(images/menu.jpg);
	background-repeat:repeat-x;  **/
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
	color:#000000;
	}
	
#menu {
  width:60%;
	}
	
html>body #menu {
  padding-top:2px;
	}
	
#content {
  width:100%;
/**	background-color:#586C8A;  **/
  background-color:#C6BEBC;
	color:#000000;
	}
	
#text {
  width:855px;
	padding:10px;
	text-align:left;
	text-indent:20px;
	}
	
html>body #text {
  width:790px;
	}
	
#text2 {
  width:790px;
	margin-left:40px;
	padding:10px;
	text-align:left;
	}
	
#footer {
  width:100%;
	height:75px;
	text-align:center;
	margin-top:10px;
	color:#000000;
	} 
	
  ul {list-style:none; display:block; text-align:center; padding:0; margin:0;}

	ul li {position:relative; display:inline; float:left; font-weight:bold; padding-right:5; padding-left:5; border-right:1px solid #000000;}
	
	li ul {position:absolute; left:-999em; width:105px; background-color:#5353FF;}
	
	li:hover ul, li.sfhover ul {left:0; top:16;}
	
.style1 {
  font-size:18;
	font-weight:bold;
	text-indent:0px;
	}
	
.style2 {
  text-decoration:underline;
	font-size:14;
	font-weight:bold;
	}
	
.style3 {
	font-size:14;
	font-weight:bold;
	}