
div.fixed {
	position: fixed;
	top: 160px;
	left: 30px;
}

html, body
	{
	height: 100%;
	overflow: auto;
	}
div.fixed {
	position: absolute;
}

a {
	color: #ffcc33;
}

a:hover {
	color: #ffcc33;
	border-bottom:2px solid #ffcc33;
	text-decoration: none ;
	background-color: #D61E26;
}

#container
	{
	text-align: left;
	margin: 10px;
	padding: 0;
	width: 740px;
	background: #fff;
	border: 10px solid #000;
	
	}
	
	#container h1
	{
	text-align: left;
	padding: 10px 5px 10px 15px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	}
	
	#container p
	{
	text-align: left;
	padding: 0 5px 10px 15px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

	.left {
	float: left;
	}

/* START TOP NAV */
#navcontainer {
	margin: 0;
	padding: 0;
	width: 600px;
	float: left;
	border-bottom: 10px solid #000;
	background-image: url(../images/nav/nav_bg.gif);
	background-repeat: repeat-x;
}

#nav {
	margin: 0;
	padding: 0;
	height: 60px;
	text-align: center;
	list-style: none;
	display: inline;
	overflow: hidden;
	}

#nav li {
	margin: 0; 
	padding: 0;
   list-style: none;
	display: inline;
	}

#nav a {
	float: left;
	padding: 60px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:60px; /* for IE5/Win only */
	}

#nav a.current {
	background-position: 0 -60px;
	}
	
#nav a:hover {
border:0px solid #fff;
	background-position: 0 -60px;
	}
	
#nav a:active, #nav a.selected {
	background-position: 0 -120px;
	}
	
#thome a  {
	width: 55px;
	background: url(../images/nav/home.gif) top left no-repeat;
	}
#thistory a  {
	width: 80px;
	background: url(../images/nav/history.gif) top left no-repeat;
	}
#tlist a  {
	width: 75px;
	background: url(../images/nav/list.gif) top left no-repeat;
	}
#tprocedure a  {
	width: 120px;
	background: url(../images/nav/procedure.gif) top left no-repeat;
	}
#tcommunity a  {
	width: 73px;
	background: url(../images/nav/forum.gif) top left no-repeat;
	}
#tlinks a  {
	width: 55px;
	background: url(../images/nav/links.gif) top left no-repeat;
	}	
#tcontact a  {
	width: 85px;
	background: url(../images/nav/contact.gif) top left no-repeat;
	}
/* END TOP NAV */


/* START LEFT NAV */
#leftnav {
	margin: 0;
	padding: 0;
	width: 140px;
	float: left;
}
/* END LEFT NAV */

#content {
float: left;
	margin: 0;
	padding: 0;
	width: 590px;
}

table {
margin: 10px;
	border-spacing:1px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background-color:#E7E7E7;
	color: #b7b7b7;
	
}

caption {
	font-weight: bold;
	background: #D61E26 url(../images/table/corner.gif) no-repeat right top;
	border-bottom:2px solid #800202;
	color: #FFF;
	text-transform:uppercase;
	padding:10px;
}

td, th {
	padding: 4px;
}

thead th {
	text-align: center;
	background: #F5F5F5;
	color: #666;
	border: 1px solid #FFF;
	text-transform:uppercase;
}

thead th.county {
	text-align: left;
	background: #800202;
	color: #FFF;
	border: 1px solid #800202;
	font-size:12px; font-weight:bold;
	text-transform:uppercase;
}

tbody th {
	font-weight: bold;
}

tbody tr		{
	background-color:#FFF; 
	text-align:left;
	}
tbody tr.odd 	{
	background: #f9f9f9;
	border-top:1px solid #FFF;
}

tbody th a:link, tbody th a:visited{
	color:#96D030;
	background:url(../images/table/layout.gif) no-repeat; 
	padding:3px 0px 0px 18px;
	}
tbody th a:hover{
	color:#FF8601;
	}

tbody tr td { 
	height:50px;
	background: #FFF;
	border: 1px solid #FFF;
	}

tbody tr.odd td{ 
	background-color: #f9f9f9;
	border-top:1px solid #FFF;
	}

table td a:link, table td a:visited {
	color: #D61E26;
	text-decoration: none;
}

table td a:hover {
	color: #ffcc33;
	border-bottom:2px solid #ffcc33;
	text-decoration: none ;
	background-color: #D61E26;
}


tfoot th, tfoot td {
	background-color:#E7E7E7; padding:10px;
	text-align:center; 

	font-size:10px; font-weight:bold;
	border-bottom:3px solid #CCC;
	border-top:1px solid #DFDFDF;
}

.formfield {
margin: 0 0 0 10px;
background-color: #D61E26;
color: #FFF;
}
.formbutton {
background-color: #800202;
border: 2px solid;
   border-top-color:#333;
   border-left-color:#333;
   border-right-color:#000;
   border-bottom-color:#000;
color: #FFF;
font-weight: bold;
}

	
#footer {
clear: both;
	border-top: 1px solid #fff;
	background-color: #D61E26;
	padding: 10px;
	text-align: center;
	color: #f9f9f9;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.no_odd{ 

	color:#800202;
	background: url(../images/table/no_odd.gif) no-repeat top;
	padding:10px 0 0 0;
	text-align: center;
	border-top:1px solid #FFF;
	background-color: #f9f9f9;
	}
	


.no {
	color:#800202;
	background:url(../images/table/no.gif) no-repeat top;
	padding:10px 0 0 0;
	text-align: center;
	background-color: #fff;
	}

	
.yes{ 
	color:#96D030;
	background:url(../images/table/yes_odd.gif) no-repeat top;
	padding:10px 0 0 0;
	text-align: center;
	background-color: #fff;
	}
	
.yes_odd{ 
	color:#96D030;
	background:url(../images/table/yes_odd.gif) no-repeat top;
	padding:10px 0 0 0;
	text-align: center;
	background-color: #f9f9f9;
	}