HTML
{
	overflow-y: scroll !important;
	overflow-x: auto !important;
	height: 100%;
}

BODY, DIV, TD, TH, H1, H2, H3, H4, H5, H6, INPUT, TEXTAREA, SELECT, OPTION
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: black;
}

BODY, P, DIV, TD, TH, H1, H2, H3, H4, H5, H6, INPUT, TEXTAREA
{
	margin: 0px;
	padding: 0px;
	text-align: left;
}

BODY
{
	background-color: #373737;
	background-image: url(./images/bg_site.jpg);
	z-index: 0;
	height: 100%;
}

IMG
{
	border: none;
}

#printlogo
{
	display: none;
}

FORM
{
	display: inline;
}

.link
{
	cursor: pointer;
	cursor: hand;
}

.float
{
	position: absolute;
	top: 0px;
	left: 0px;
}

DIV.float
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 0px;
	height: 0px;
	overflow: hidden;
}

.floatLink
{
	position: absolute;
	top: 0px;
	left: 0px;
	cursor: pointer;
	cursor: hand;
}

DIV.floatLink
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	cursor: pointer;
	cursor: hand;
}

.a
{
	color: #045aa3;
}

A:link, A:visited
{
	color: #045aa3;
	text-decoration: underline;
}
	
A:hover, A:visited:hover
{
	color: #045aa3;
	text-decoration: none;
}

#container
{
	position: relative;
	z-index: 0;
	left: 0px;
	top: 0px;
	width: 884px;
	height: auto;
	margin: auto;
	background: #638527;
}

#header
{
	position: relative;
	width: 884px;
	height: 137px;
	border-bottom: 3px solid #f0efe5;
}

#header IMG
{
	position: absolute;
	left: 0px;
	top: 0px;
}

#header DIV
{
	position: absolute;
	left: 776px;
	top: 4px;
	width: 100px;
	height: 14px;
	color: white;
	text-align: right;
	font-size: 12px;
}

#header A
{
	padding-left: 2px;
	padding-right: 2px;
	color: white;
	text-decoration: none;
}

#header A:hover
{
	padding-left: 2px;
	padding-right: 2px;
	color: white;
	text-decoration: underline;
}

#navigation
{
	position: relative;
	width: 884px;
	height: 34px;
	background-color: #b9bba1;
}

#navigationBG
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 884px;
	height: 34px;
}

#navigationMenu
{
	position: absolute;
	left: 0px;
	top: 0px;
}

#footer
{
	position: relative;
	width: 884px;
	height: 106px;
}

#footerTop
{
	width: 884px;
	height: 15px;
}

#footerBG
{
	width: 884px;
	height: 91px;
}

#footerCopyright
{
	position: absolute;
	left: 20px;
	top: 30px;
	width: 500px;
	height: 14px;
	color: #252728;
	font-weight: bold;
}

#footerNavigation
{
	position: absolute;
	left: 20px;
	top: 53px;
	width: 500px;
	height: 32px;
	font-weight: bold;
	line-height: 16px;
	color: #fdfdfb;
}

#footerNavigation A
{
	color: #fdfdfb;
	text-decoration: none;
}

#footerNavigation A:hover
{
	color: #fdfdfb;
	text-decoration: underline;
}