body {
	color:#333;
	background-color:#fff;
	margin:20px;
	padding:0px;
	font:11px verdana, arial, helvetica, sans-serif;
	}
	
.banner {
	position: relative;
	border: 1px solid black;
	width: auto;
	z-index: 3;
	color: #333;
	background:#fff url(topbanner2.jpg); 
	padding:0px; 
	height:99px;
	margin:0px 165px 10px 155px;
}

ul {
	text-align: right;
	list-style: none;
	margin: 0px;
	padding: 0px;
	line-height: 36px;
}

.header {
	color: #333;
	background-color: #fff;
	position: relative;
	width: auto;
	border: 1px solid black;
	margin:0px 165px 10px 155px;
	padding: 0px 10px 0px 10px;
	z-index: 3;
}
div.linksleft {
	width: 46%;
	line-height: 16px;
	padding-left: 10px;padding-top: 5px;
	color: #333;
	background:#fff;  							
	}
div.linksright {
	width: 46%;
	line-height: 16px;
	padding-right: 10px;padding-top: 5px;
	color: #333;
	background:#fff; 
	float: right;
	}	

.content {
	position:relative;
	width:auto;
	margin:0px 165px 10px 155px;
	border:1px solid black;
	color: #333;
	background-color:white;
	padding:15px 20px 20px 20px;
	z-index: 3;
	text-align: left;
	}

#leftnav {
	position:absolute;
	width:123px;
	top:20px;
	left:20px;
	border:1px dashed navy;
	color: #333;
	background-color:#fff;
	text-align:center;
	padding: 10px;
	z-index:2;
	
	}
		
#rightnav {
	position:absolute;
	z-index: 5;
	width:133px;
	top:20px;
	right:20px;
	border:1px dashed navy;
	color: #333;
	background-color:#fff;
	padding:9px;
	
	}
	
div.float {
  text-align: center;
 width: 110px;
  float: left;
  padding: 4px;
  }

div.float p {
   text-align: center;
   }
div.container {
  width: 100%;
  color: #333;
  background-color: #fff;
  }

div.spacer {
  clear: both;
  }

h1 {
	width: auto;
	font: bold 14px verdana, arial, helvetica, sans-serif;
	text-align: left;
	margin:5px 0px 5px 0px;
	padding-left:10px;
	color:#333;
	background-color: #fff;
	letter-spacing: .01em;
	}
h2 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1.3em;
	color:#333;
	background-color: #fff;
	margin:0px 0px 5px 0px;
	padding:0px;
	}
	
h3 {
	font: 14px verdana, arial, helvetica, sans-serif;
	text-align: left;
	color:#333;
	background-color: #fff;
	margin:5px 5px 5px 10px;
	letter-spacing: 1px;

}
p {
	font:1.2em/17px verdana, arial, helvetica, sans-serif;
	color: #333;
	background-color: #fff;
	margin:0px 0px 13px 0px;
	padding:0px;
	}

	
.Content>p {margin:0px;}
.Content>p+p {text-indent:30px;}


img {
	border: 1px solid white;
}
img:hover {
	border: 1px solid black;
}

a {
	background-color: transparent;
	color:navy;
	font:1em verdana, arial, helvetica, sans-serif;
	text-decoration:underline;
	}
a:link {background-color: transparent;color:navy;}
a:visited {background-color: transparent;color:navy;}
a:hover {text-decoration: underline;}
  
.footer {
	width: auto;
	z-index: 4;
	text-align: center;
	margin:0px 165px 10px 155px;
	border:1px solid black;
	color: navy;
	background-color:#fc3;
	padding:10px;
	left: 825px;
	top: 355px;
}

.copyright {
	margin:0px 165px 10px 155px;
	font-size: 9px;
	color: black;
	letter-spacing: 1px;
	line-height: 14px;
}
