body         { background-color: #800000; margin:5px 5px 5px 5px; font-family: Arial; font-size: medium; color: #ff0000;}



#header {
  background-color: #800000;
  color: #ff0000;


  
}



#header .slogan {
  margin-right: 3%;
  padding: 0;
  text-align: right;
  color: #ff0000;
  font-size: 36px;
  font-family: Arial;
  white-space: nowrap; 
  height: 98px;
   display: block;

}


h1           { font-family: Arial; font-size: x-large; color: #ff0000; font-weight: bold; text-align: left;}
h2           { font-family: Arial; font-size: large; color: #ff0000; font-weight: bold; }
h3           { font-family: Arial; font-size: medium; color: #ff0000; font-weight: bold; }
h4           { font-family: Arial; font-size: small; color: #000000; text-align: center;}


 #topnav ul li  {
    margin: 0px 15px 0px 0px;
    font-size: 14px;
    font-family: Arial; color: #ffffff; text-align: right;
     background-color: #800000;
    width: 6em;  
    float: right;   
  }
  







#topnav a { color: white; }


#menu {
	width: 11em;
	position: absolute;
	 left: 1%;
	border-right: 1px solid #80000;
	padding: 12px 0 1px 0;
	margin-bottom: 1px;
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif; font-size: 14px; font-weight: bold;
	background-color: #800000;
	color: #ffffff;
	}

  

 
 #menu ul {
		list-style: none;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		border: none;
		}
		
	#menu li {
		border-bottom: 1px solid #800000;
		width: 100%;
		margin: 0 0 0 0;
		}
		
		
		
		#menu li a {
		display: block;
		padding: 4px 4px 4px 4px;
		border-left: 10px solid #400000;
		border-right: 10px solid #400000;
		background-color: #c00000;
		color: #ffffff;
		text-decoration: none;
		width: 100%;
		}

	html>body #menu li a {
		width: auto;
		}

	#menu li a:hover {
		border-left: 10px solid #c00000;
		border-right: 10px solid #c00000;
		background-color: #FF0000;
		color: #ffffff;
		}

 
 
 #content  {  
    margin: 1% 2% 0% 19%;
    padding: 2% 2% 2% 2%;
    color: #000;
    background-color: #fff;
    border-left: 10px solid #400000;
	border-right: 10px solid #FF0000;
	border-top: 10px solid #FF0000;
	border-bottom: 10px solid #400000;
  }
  
    p.validator  { text-align: right; }
