@charset "UTF-8";
/* CSS Document */

body {
	font-family: "Lucida Grand", "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.4em;
	margin: 0px;
	background-color: #CCCC99;
	color: #333333;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(img/background.gif);
	background-repeat: repeat-y;
	background-position: 50% 0px;
}


a {
	color: #006600;
}

a:hover {
color:#333300
}

#imagebanner {
	position: absolute;
	height: 150px;
	left: 170px;
	top: 5px;
	background-position: center;
	width: 625px;
}

#navigationblock {
	position: absolute;
	top: 158px;
	left: 165px;
	z-index: 100;
}
.leftcolumn {
	width: 140px;
	left: 10px;
	top: 289px;
	position: absolute;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #006600;
	margin-bottom: 15px;
	line-height: 140%;
	text-align: left;
}
.leftcolumn img {
	margin-bottom: 10px;
}
.imageonright {
	position: relative;
	top: 0px;
	float: right;
	clear: both;
	background-color: #FFFFFF;
	font-size: 0.7em;
	margin-bottom: 15px;
	margin-top: 0px;
	margin-left: 15px;
	padding-top: 0px;
}

removedcode{position: relative;}

.rightpicturecaption {
	font-size: 0.8em;
	font-weight: bold;
	text-align: right;
	margin: -8px 0px 15px 15px;
	clear: both;
	float: right;
	width: 300px;
	line-height: 115%;
}

.centerpicturecaption {
	text-align: left;
	margin: -8px 0px 15px 0px;
	clear: both;
	float: left;
	line-height: 115%;
}

.navigation {
	position: relative;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 0px 0px 70px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	list-style-type: none;
	float: none;
	clear: both;
	width: 638px;
	line-height: 1.2em;
}

.navigation li {
	float: left;
	margin-bottom: 5px;
	margin-right: 5px;
	vertical-align: middle;
	text-align: left;
	background-color: #FF6600;
}
.navigation li a {
	display: block;
	color: #000000;
	padding: 2px 1px 1px 5px;
	width: 7em;
	min-width: 111px;
	text-decoration: none;
	
}
.navigation ul {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}


.navigation a:hover {
	color: #FFFFFF;
	background-color: #006600;
}

h1 {
	margin-top: 5px;
	clear: both;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #006600;
	text-align: left;
	line-height: normal;
	border: none;
	
}
h2 {
	font-weight: bold;
	color: #006600;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	border: none;
	text-indent: 0px;
	padding-top: 0px;
	padding-right: 148px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin: 0px;
}

h3 {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 110%;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}


#container {
	position: absolute;
	width: 800px;
	height: 100%;
	top: 0px;
	left: 50%;
	background-color: #FFFFFF;
	height: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -400px;
	padding: 0px;
	background-image: url(img/background.gif);
	bottom: 0px;
}

#maincontent {
	width: 628px;
	position: absolute;
	top: 0px;
	left: 0px;
	padding-top: 17em;
	padding-right: 0px;
	padding-left: 163px;
	margin: 0px;
}

#maincontent p {
	padding-right: 148px;
	margin: 0px 0px 10px;
}


.centralimage {
	float:left;
	clear: both;
	margin-left: 0px;
	margin-bottom: 15px;
	margin-top: 5px;
}

#footer {
	width: 465px;
	border-top-style: dotted;
	border-width: 1px;
	font-size: 0.9em;
	margin-right: 0px;
	clear: both;
	position: relative;
	margin-top: 25px;
	padding-top: 5px;
	padding-bottom: 10px;
	text-align: left;
}
#footer a{
	color: #000000;
	margin-right: .6em;
	font-weight: bold;
}
#footer a:hover{
	color:#006600;
}
.hiddenstuff {
	display: none;
}
