html, body, wrapper, p, ul, ol, li, h1, h2, h3, h4, h5, h6, fieldset, form{
	margin:0px;
	padding:0px;
	border:0px;
}

body {
	font: normal 100% Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	background: #009966;
	margin: 0;
	padding: 0;
}
#wrapper {
	margin: 0px auto;
	width: 950px;
	border: 1px solid;
	background: #FFFFFF;
}
#banner {
	background-repeat: no-repeat;
}
#bannerlow {
	background: #FFFFFF;
	height: 85px;
	border-top: .5px ridge #000099;
}
#topnav {
	background: #000099;
	text-align: center;
	padding: 3px 0px;
	border-right: 1px solid #990000;
	border-bottom: 1px solid #990000;
	border-left: 1px solid #990000;
}
#topnav ul li {
	padding: 0px;
	display:inline;
}
#topnav ul li a{
	color:#000000;
	background-color:#FFFFCC;
	text-decoration:none;
	padding:0px 7px;
	border-right: #999999 solid 1px;
	text-align:center;
	width:5em;
	color: #000000;
	font-size: 80%;
	font-weight: bold;
	background-color: #FFFFCC;
}
#topnav ul li a:hover, #nav ul li a:focus{
background-color:#FFFF00
}
#contentleft {
	width: 710px;
	padding-right: 1px;
	padding-left: 1px;
	background: #FFFFFF;
	float:left;
}
#contentright {
	float: right;
	width: 222px;
	padding-right: 1px;
	padding-left: 0px;
	background: #F7F7F7;
	border-left: 1px solid #990000;
}
h1 {
	font-size: 125%;
	color: #990000;
	font-weight: bold;
}
h2 {
	font-size: 115%;
	color: #000099;
	font-weight: bold;
}
h3 {
	font-size: 100%;
	color: #990000;
}
h4 {
	font-size: 95%;
	font-weight: bold;
	color: #006666;
	text-decoration: none;
}
p  {
	font-size: 95%;
	color:#000000;
}
em {
	font-weight: bold;
	color: #990000;
}
ul {
	margin: 0px;
	padding: 0px;
}
li{
	font-size:95%;
}
a {
	color:#000099;
}
ul li a:hover, a:focus {
	color:#CC00FF;
}
.imageleft {
	border: .5px solid #990000;
	float: left;
	margin: 4px;
}
.imageright {
	border: .5px solid #990000;
	float: right;
	margin: 2px;
}
#bttmnav {
	background: #000099;
	clear: both;
	padding: 3px 0px;
	text-align: center;
	border-top: 1px solid #990000;
	border-right: 1px solid #990000;
	border-left: 1px solid #990000;
}
#bttmnav ul li{
	display:inline;
	padding:0px
}
#bttmnav ul li a{
	background-color:#FFFFCC;
	width: 5em;
	font-size: 80%;
	color: #000000;
	border-right: 1px solid #999999;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	padding:0px 7px;
}
#bttmnav ul li a:hover, nav ul li a:focus {
	background: #FFFF00;
}
#footer {
	background: #000099;
	border-right: 1px solid #990000;
	border-bottom: 1px solid #990000;
	border-left: 1px solid #990000;
}
#footercontent {
	height: 33px;
	text-align: center;
	color: #FFFF33;
}
#footer ul {
}
#footer ul li{
	padding:0px;
}	
#footer ul li a {
	font-size: 90%;
	color: #FFFFcc;
	font-weight: bold;
}
#footer ul li a:Hover, #footer ul li a:Focus {
	font-size: 90%;
	color: #FFFF00;
	font-weight: normal;
}
