* { padding: 0; margin: 0; }



#header {
 width: 900px;
height: 100px;
 padding: 10px;
 border: 1px solid #ccc;
 margin: 10px 0px 5px 0px;
}

#header h1 {
	float: left;
	margin: 0;
	padding: 0;
	width: 900px;
	height: 100px
	}

#header h1 a {
	padding: 0;
	margin: 0;
	width: 900px;
	height: 100px;
	display: block;
	background: url(header1.gif) no-repeat top left;
	}
#header h1 a span {display: none; }

hr {
	border:none;
	border-top:1px solid #CCCCCC;
	height:1px;
	margin-bottom:25px;
	}

#styleone{
	position:relative;
	display:block;
	height:36px;
	font-size: 20pt;
	font-weight:bold;
	background:transparent url(bgOFF.gif) repeat-x top left;
	font-family:Arial,Verdana,Helvetica,sans-serif;
	border-bottom:20px solid #E7E7E7;
}
#styleone ul{margin:0;padding:0;list-style-type:none;width:auto;}
#styleone ul li{display:block;float:left;margin:0 1px 0 0;}
#styleone ul li a{display:block;float:left;color:#034895;text-decoration:none;padding:0px 20px 0px 20px;height:36px;}
#styleone ul li a:hover,#styleone ul li a.current{color:#034895;background:transparent url(bgON.gif) repeat-x top left;}

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 14pt;
      }
#wrapper { 
 margin: 0 auto;
 width: 924px;
}

#content { 
 width: 900px;
 color: #333;
 border: 1px solid #ccc;
 background:#B0C4DE;
 margin: 0px 0px 5px 0px;
 padding: 10px;
 height: 480px;
}

#footer { 
 color: #333;
 width: 900px;
 border: 1px solid #ccc;
 background-color:#E7E7E7;
 margin: 0px 0px 10px 0px;
 padding: 10px;
}
