body, body p, body div {
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
}

h1 {
	font: normal 14pt arial;
	letter-spacing: 1px;
	margin-bottom: 0px;
}

#hdr {
	position: relative;
	top: 0px;
	left: 0px;
	width: 960px;
	height: 125px;
	padding: 0px;
	margin: 0px;
}

#hdrimg {
	padding: 0px;
	margin: 0px; 
	color: white;
	font-size: larger;
	font-weight: bold;
	background: transparent url(header.png) no-repeat center center;
	width: 960px;
	height: 130px;
}
#hdrtitle {
	float: right;
	padding: 0px;
	margin: 0px;
	background-color: #003366;
	color: white;
	width: 610px;
	height: 90px;
	font-size: larger;
	font-weight: bold;
	vertical-align: middle;
}

#hdrtitle h1 {
	margin-top: 35px;
	margin-left: 10px;
}

#content {
	position: absolute;
	top: 150px;
	left: 0px;
}
.verticalDiv {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.bottomDiv {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.inputbox {
	border: 1px solid #000000;
	line-height: normal;
	height: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;

	color: #990000;
	width: 175px;
}

.inputbox2 {
	border: 1px solid #111111;
	line-height: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;

	color: #003366;
	width: 500px;
}

.style1 {

	color: #000066;
}
.style2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: lighter;
	color: #003366;
}
.style3 {

	font-weight: lighter;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #660000;
}
.style4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-style: italic;
}
.green {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: lighter;
	color: green;
}

@media screen 
{
	.hideForPrint {
		display: inline;
	}
}
@media print
{
	.hideForPrint {
		display: none;
	}
}

.emphatic {
	font-size: 24pt;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #008800;
}

.loginwarning {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #660000;
}

.menubox {
	border-top: none;
	border-right: none;
	border-bottom: thin none #006688;
	border-left: none;
}

.menubox_title {
	font-weight: bold;
	text-transform: uppercase;
}

.menubox_selected {
	background-color: #006699;
}

.menuitem {
	text-decoration: none;
	color:white;
    	font-size: 13px;
	font-family: Tahoma, Verdana, Arial;
	text-indent: 1pt;
}

.menuitem_selected {
	text-decoration: none;
	color:white;
    	font-size: 13px;
	font-family: Tahoma, Verdana, Arial;
	text-indent: 1pt;
}

.menuitem_indent {
	text-decoration: none;
	color:white;
    	font-size: 13px;
	font-family: Tahoma, Verdana, Arial;
	text-indent: 15pt;
}

.menu {
	background: #003366 url('menu_back.gif');
	border: 0px none;
}

td.menubox:hover {
 	background-color: #006699;
}

a.menuitem:hover {
	color: yellow;
}

.downloadtable {
	border: 2px solid #888888;
}

.downloadtable td, .downloadtable th {
	border-width: 1px;
	border-style: solid;
	border-color: #888888;
	padding: 3px;

	vertical-align: top;
}

.downloadtable a {
	text-decoration: none;
}

.downloadtable td a:hover {
	text-decoration: underline;
}
.table_smallfonts {
	border: 2px solid #888888;
	font-size: smaller;
}

.table_smallfonts td, .table_smallfonts th {
	border-width: 1px;
	border-style: solid;
	border-color: #888888;
	padding: 3px;

	vertical-align: top;
}

.table_smallfonts a {
	text-decoration: none;
}

.table_smallfonts td a:hover {
	text-decoration: underline;
	 word-wrap:break-word;
}

.admin_usertable {
	border: thin solid;
}

.admin_usertable td {
	border: none;

	vertical-align: top;
}
.admin_usertable th {
	padding: 3px;

	vertical-align: top;
	background-color: #006699;
	color: white;
	vertical-align: bottom;
}

.formtable {
	border: none;
}

.formtable td, .formtable th {
	border: none;
	padding: 3px;

	vertical-align: top;
}
.nobordertable {
	border: none;
}

.nobordertable td, .nobordertable th {
	border: none;

	padding: 1px;
	vertical-align: top;
}

.invisible {
	display: none;
}

.visible {
	display: inline;
}
/************************************************

*	Footer  									*

************************************************/



#footer {
	float: left;
	background: #324452;
	height: 34px;
	width: 960px;
	color: #FFFFFF;
	text-transform: uppercase;
	margin: 0px auto;
	padding: 0px;
	}
	
#footer p {
	color: #FFFFFF;
	margin: 0px;	
	padding: 0px;
	font-size: 11px;
	}

#footer a img {
	BORDER-BOTTOM: medium none; 
	BORDER-LEFT: medium none; 
	PADDING-BOTTOM: 0px; 
	MARGIN: 0px; 
	PADDING-LEFT: 0px; 
	PADDING-RIGHT: 0px; 
	BORDER-TOP: medium none; 
	BORDER-RIGHT: medium none; 
	PADDING-TOP: 0px
	}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
	}



#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}

.footerimgleft {
 	PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 5px; WIDTH: 31px; PADDING-RIGHT: 0px; FLOAT: left; PADDING-TOP: 4px
	}

.footerleft {
	PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; WIDTH: 600px; PADDING-RIGHT: 0px; FLOAT: left; PADDING-TOP: 10px
}
.footerright {
	TEXT-ALIGN: right; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; WIDTH: 230px; PADDING-RIGHT: 10px; FLOAT: right; PADDING-TOP: 10px
}


	


