html
{
	padding: 0;
	margin: 0;
	font-size:12px;
	color:#000;
}

body
{
	padding: 0px;
	text-align: center;
	color: #000000;
	font-family: "Arial", sans-serif;
	font-size: 0.8em;
	background-color: #CCCCCC;
	background-repeat: repeat-x;
	background-position: left top;
}

h1
{
	color: #fff;
	padding: 0;
	margin: 0;
	font-family: arial, sans-serif;
	font-size: 38px;
	letter-spacing: -0.04em;
}

h3
{
	padding: 0;
	color: #FFFFFF;
	text-transform: none;
	margin: 0;
}
.title {
	color: #F0F0F0;
	background-color: #999999;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.subContent {
	padding-left: 5px;
}
.totalRow {
	border-top-width: 1px;
	border-top-style: double;
	border-top-color: #000000;
}

a
{
	color: #3d70a7;
	text-decoration: underline;
}

a:visited
{
	color: #0a4c92;
}

a:active
{
	color: #b2dbf8;
}

div#subheader h2
{
	padding: 0 0 10px 0;
	margin: 0;
	color: #fff;
	text-indent: 5px;
}

div#wrapper
{
	margin: 0 auto 0 auto;
	width: 700px;
	text-align: left;
	background-color: #F0F0F0;
	position:relative;
}
div#wrapper.admin #subheader h2 {
	position:absolute;
	top:0px;
	right:10px;
}
div#header
{
	background-image: none;
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 0px;
	padding-right: 0;
}

div#subheader
{
	padding: 10px 0 0 0px;
	background-color: #000000;
}
div#wrapper.admin #subheader {
	background-color:#ffffff;
	padding-top:0px;
	text-align:right;
}
div#wrapper.admin #subheader h2 a{
	color:#99f;
}	
ul#navigation
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul#navigation li
{
	float: left;
	margin: 0 1px 0 0;
	padding: 8px 10px 8px 10px;
	color: #000000;
	font-size: 1.2em;
	border-bottom: 1px solid #000;
	background: #fff url(images/tab_background.gif) top left repeat-x;
	font-family: "Verdana", sans-serif;
}

ul#navigation li a
{
	color: #000;
	text-decoration: underline;
}

ul#navigation li.active
{
	font-weight: bold;
	border-bottom: 1px solid #fff;
	background: #fff;
}

div#content
{
	clear: both;
	background: #fff;

	padding: 18px 25px 18px 25px;
	line-height: 1.5em;
}

div#subcontent
{
	background: #871e08 url(images/footer_background.gif) top left repeat-x;
	padding: 28px 18px 18px 18px;
	color: #b0b0b0;
	font-family: "Verdana", sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
}

div#footer
{
	background: #000;
	padding: 8px 18px 8px 18px;
	color: #a5a5a5;
	font-family: "Verdana", sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
}

div#footer a, div#footer a:active, div#footer a:visited
{
	font-weight: bold;
	color: #808080;
	text-decoration: none;
}

div#footer a:hover
{
	text-decoration: underline;
}
.form_line {
	clear:left;
	margin:5px 0px;
}
.form_line label {
	display:block;
	float:left;
	width:200px;
	text-align:right;
	padding-right:5px;
}		
table.displayTbl {
	border-collapse:collapse;
	width:100%;
	
}
table.displayTbl th{
	text-align:left;
	color:#fff;
	background-color:#688948;
	padding:3px 2px;
}
table.displayTbl tr td {
	font-size:12px;
	padding:2px;
	vertical-align:top;
	border-bottom:1px solid #999;
} 
table.displayTbl tr td a {
	padding:0px 3px;
}
table.displayTbl tr.on td {
	background-color:#DBE9FF;
}
table.displayTbl tr.subcat td {
	background-color:#fed;
}
table.displayTbl tr.subcat td.first_col {
	padding-left:30px;
}			
.page_block
{
height: 21px;
float: right;
margin-left: 3px;
border: #e9e9e9 2px solid;
background: #4ba9d5;
font-family: Tahoma;
font-size: 15px;
color: #FFFFFF;
font-weight: bold;
padding-left: 2px;
padding-right: 2px;
}

.page_block a
{
font-family: Tahoma;
font-size: 15px;
color: #FFFFFF;
font-weight: bold;
text-decoration: none;
}
.page_block:hover
{
font-family: Tahoma;
font-size: 15px;
color: #FFFFFF;
font-weight: bold;
text-decoration: none;
background: #ff8e30;
}

.current_page_block
{
height: 21px;
float: right;
margin-left: 3px;
border: #e9e9e9 2px solid;
background: #ff8e30;
font-family: Tahoma;
font-size: 15px;
color: #FFFFFF;
font-weight: bold;
padding-left: 2px;
padding-right: 2px;
}			

