/* CSS Document */
html {
	height: 100%;
	margin-bottom: 1px;
	}

body {
	height: 100%;
	padding:0px;
	margin:0px;
	background:#aaa;
	}

#tabnav	{
	height: 20px;
	margin: 0;
	padding-left: 5px;
	}

#tabnav li	{
	margin: 0; 
	padding: 0;
  	display: inline;
  	list-style-type: none;
	}
	
#tabnav a:link, #tabnav a:visited	{
	float: left;
	background: #000;
	font-family:verdana;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	padding: 2px 10px 2px 10px;
	margin-right: 4px;
	border: 1px solid #000;
	text-decoration: none;
	color: #fff;
	}

#tabnav a:link.active, #tabnav a:visited.active	{
	border-bottom: 1px solid #fff;
	background: #fff;
	color: #000;
	}

#tabnav a:hover	{
	color:#000;
	background: #fff;	
	border-bottom: 1px solid #fff;
	}

.content {
	font-family:Trebuchet MS;
	font-size: 13px;
	color:#454545;
	padding:10px 5px 30px 5px;
	margin:0px;
	line-height:1.6em;
	background:url(images/content_bg.jpg) top repeat-x;
	}

.topUL {
	color:#454545;
	background:#fff;
	font-size:12px;
	width:310px;
	float:right;
	margin:0px;
	list-style: none;
	list-style-position: inside;
	padding:5px;
	border:1px solid #858585;
	}

a:link {
	text-decoration:none;
	color:#b90000;
	}
	
a:active {
	text-decoration:none;
	color:#b90000;
	}

h3 {
	font-size:15px;
	padding:0px;
	margin:0px;
	}

a:visited {
	text-decoration:none;
	color:#b90000;
	}
	
a:hover {
	text-decoration:underline;
	color:#000;
	}

.copyright {
	font-family:Trebuchet MS;
	font-size:11px;
	color:#fff;
	background:#858585;
	}

.search {
	background:#858585;
	font-family:verdana;
	font-size: 11px;
	border-top:1px solid #fff;
	padding:10px 0px;
	margin:0px;
	}
	
.logo {
	padding-right:20px;
	}
	
h3 {
	padding:0px;
	margin:0px;
	}
	
.searchFields {
	padding:0px;
	margin:0px;
	height:18px;
	border:1px solid #454545;
	}

.button {
	padding:0px;
	margin:0px;
	font-size:11px;
	height:18px;
	border:1px solid #454545;
	background:#454545;
	color:#fff;
	}
	
.hilite {
	background:#8dd8e6;
	font-weight:bold;
	}
	
.contact {
	color:#454545;
	background:#fff;
	font-size:12px;
	width:200px;
	margin:0px;
	list-style: none;
	list-style-position: inside;
	padding:5px;
	border:1px solid #858585;
	}