* {margin:0;padding:0;}
body {background:#003300 repeat-x;font:7.6px Arial,Helvetica,sans-serif;color:#444444;}
h1, h2, h3, h4, h5 {color:#6ba806;}
h1 {font-size:22px;margin:15px 15px 0px 15px;}
h2 {font-size:20px;margin:0 0 5px 10px;}
h3 {font-size:18px;margin:0 0 5px 10px;}
h4 {font-size:16px;margin:0 0 5px 5px;}
h5 {font-size:14px;margin:0 0 5px 10px;}
h6 {font-size:12px;margin:0 15px 5px 15px;}
p {font-size:14px;margin:0 15px 15px 15px;}

a:hover {text-decoration:none;color:#6ba806;}
a:focus {outline: none;}

#wrapper {
	background-image: url(../../images/ui/main_bg.png);
	background-repeat: repeat;
	height:100%;
	margin:0 auto;
	width:1090px;
}

#main_holder {
	background-image: url(../../images/ui/nav_bg.png);
	border:2px solid #000000;
	float:left;
	height:100%;
	margin:0 auto;
	width:1000px;
}

#content_holder {
	background:#FFFFFF;
	width: 1000px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	margin: 0;
	padding: 0;
	background-image: url(../../images/ui/main_bg.png);
	background-repeat: repeat;
}

#banner {
	background:transparent url(../../images/ui/TopBanner1.png) no-repeat scroll left top;
	clear:both;
	height:150px;
	width:1000px;
}

#side_trevor_mack {
	background:transparent url(../../images/ui/side_trevor_mack.png) no-repeat scroll left top;
	float:left;
	height:600px;
	width:45px;
}

#topmenu {
	height: 32px;
	width: 780px;
	background-color: #f00;
}

#footer {
	background-image: url(../../images/ui/footer_bg.png);
	background-repeat: repeat;
	color:#FFFFFF;
	clear:both;
	font-size:10px;
	height:14px;
	padding:1px 10px 1px 4px;
	text-align:right;
	width:986px;
}

#content {
	background:#ffffff none repeat scroll 0 0;
	float:left;
	height:auto;
	margin:0px;
	width:800px;
	min-height:410px;
}

#content_full {
	background:#ffffff none repeat scroll 0 0;
	float:left;
	height:auto;
	margin:0px;
	width:1000px;
	min-height:410px;
}

/*-----------Main Navigation-----------*/
#nav {
	background-image: url(../../images/ui/side_bg.png);
	background-repeat: repeat;
	font-size:12px;
	padding:0 0;
	width:1000px;
}

#nav ul {margin:0;padding:6px 25px 0 25px;list-style:none;line-height:normal;}
#nav li {display:inline;}
#nav a {display:block;float:left;margin:3px 3px;padding-top:7px;padding-bottom:7px;padding-left:6px;padding-right:6px;text-decoration:none;font-size:12px;color:#003300;}
#nav a:hover {margin-top:0px;text-decoration:none;color:#6ba806;border-top:3px solid #6BA806;}
#nav a#active {border-top:3px solid #FFFFFF;}

ul {color:#6BA806;margin:0 0 20px 0px;}
ul li {margin:0 0 3px 13px;}
ul li a {line-height:12px}
ul li a:hover {color:#6BA806;}
ul li a#active {color:#fff;text-decoration:none;}

/*-----------Data Tables-----------*/
table {
	border-spacing: 0;
	font: normal .9em/1.4 "Lucida Grande","Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	margin: 1em auto;
	text-align: left;
}
#table {
	background: white;
}
#table table caption {
	font: italic normal 2.3em/1 "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: .5em 1em;
	text-align: right;
}
#table tbody th,
#table tbody tr th,
#table tbody tr td {
	border: 1px solid #676767;
	color: black;
	padding: .34em  .5em;
}
#table thead th,
#table thead td,
#table tfoot th,
#table tfoot td {
	border: 1px solid black;
	color: black;
	line-height: normal;
	padding: .6em;
}
#table table a:link {
	background: transparent;
	border-bottom: 1px dotted black;
	color: black;
	padding: 2px;
	text-decoration: none;
}
#table table a:visited {
	border: none;
}
#table table a:hover,
#table table a:focus {
	font-weight:bold;
}
#table tbody th a:link,
#table tbody th a:visited {
	font-weight:bold;
}

#formtab {
	border: 1px solid black;
}

#formtab thead {
	border: 1px solid black;
	background-color: rgb(0, 204, 0);
}

#formtab thead tr td {
	border: 5px solid rgb(0, 204, 0);
}

#formtab tbody tr td {
	border: 5px solid white;
}

.clear {
	clear: both;
	position: relative;
}
