/* screen display styles */

BODY {
	font-size: 11pt; 
	font-family: "Lucida Grande", Verdana, Arial, sans-serif; 
	background-color: fff; 
	color: #595959;
}

a:link {
	color: #006ab7; 
	background: white; 
	text-decoration: none;
}

a:visited {
	color: #949494; 
	background: #fffdfa; 
	text-decoration: none;
}
	
A:active {
	color: #004c85; 
	background: white; 
	text-decoration: none;
}

H1, H2, H3 {
	font-size: 13pt; 
	font-weight: bold; 
	color: #202124; 
	background: #d2cfcf; 
	padding-bottom: 1px;
    border-bottom: 1px solid gray;
}

#menu {
   display: none;
}
   
#wrapper, #content {
   width: auto;
   margin: 0 5%;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
}

div#header{
	width: 100%;
	height: 179px;
	text-align: center;
}

   
div#content {
   margin-left: 10%;
   padding-top: 1em;
   border-top: 1px solid #930;
}

   
div#footer{
	width: 100%;
	height: 105px;
	text-align: center;
}



