body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-image: url(../images/body_background.jpg);
	background-repeat: repeat-y;
	background-position: left;
	background-color: #FFFFFF;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.corner {
	background-image: url(../images/corner.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 194px;
	width: 94px;
	position: absolute;
	z-index: 0;
	top: 0px;
	right: 0px;
}
.globalnav {
	position: absolute;
	z-index: 2;
	left: 27px;
	top: 5px;
	height: 143px;
	width: 90%;
}
.glonavone {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #003300;
	height: 20px;
	width: 100%;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #003300;
	border-right-color: #003300;
	border-bottom-color: #003300;
	border-left-color: #003300;
	text-align: justify;
	float: left;
	clear: left;
}
.glonavtwo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003300;
	height: 18px;
	width: 100%;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #003300;
	float: left;
	clear: left;
}
.glonavthree {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #003300;
	height: 16px;
	width: 100%;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #003300;
	float: left;
	clear: left;
}
.container {
	background-image: url(../images/maincontainer_background.gif);
	background-repeat: repeat-y;
	background-position: left top;
	position: absolute;
	width: 90%;
	left: 32px;
	top: 130px;
}
.Left {
	float: left;
	width: 13%;
	padding-left: 20px;
	margin-left: 1%;
	margin-top: 5px;
	height: 400px;
}
.middle {
	width: 68%;
	float: left;
	margin: 5px;
}
.right {
	float: left;
	width: 13%;
	z-index: 3;
	margin-top: 5px;
}
.foot {
	clear: left;
	float: left;
	height: 30px;
	width: 100%;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #065A09
	margin-top: 5px;
	background-color: #FFFFFF;
}
a:link {
	text-decoration: none;
	color: #003300;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	color: #009966;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.search {
	position: absolute;
	height: 28px;
	width: 224px;
	top: 5px;
	right: 94px;
	font-size: 14px;
	font-weight: bold;
	color: #003300;
	line-height: normal;
}
a.nav:link {
	text-decoration: none;
	color: #003300;
}
a.nav:visited {
	text-decoration: underline;
}
a.nav:hover {
	color: #009966;
	text-decoration: underline;
}
a.nav:active {
	text-decoration: none;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #065A09;
}
.Boldtext {
	font-size: 12px;
	font-weight: bold;
	color: #065A09;
}

