body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#container {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 0px;
	border: 2px solid #006600;
}
#top {
	background-image: url(images/headernew.jpg);
	height: 157px;
	background-repeat: no-repeat;
	position: relative;
	margin: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #006600;
}
#top h1 {
	color: #FFFFFF;
	padding-top: 120px;
	padding-left: 10px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

#top address {
	float: right;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 20px;
	padding-right: 10px;
	font-size: 1.2em;
	font-style: italic;
}


#menu {
	position: relative;
	background-color: #006600;
	margin-bottom: 5px;
}
#menu ul {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: right;
}
#menu li {
	list-style-image: none;
	list-style-type: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}
#menu a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	background-color: #2E9722;
	display: block;
	float: left;
	line-height: 22px;
	border: 2px solid #00BB00;
	white-space: nowrap;
	margin-left: 3px;
	width: 118px;
	text-align: center;
}
#menu a:hover {
	border-top-color: #66CC00;
	border-right-color: #66CC00;
	border-bottom-color: #66CC00;
	border-left-color: #66CC00;
	background-color: #006600;
	color: #66CC00;
}

#menu h2 {
	margin: 0px;
	color: #FFFFFF;
	font-style: italic;
	font-size: 1.1em;
	position: relative;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 5px;
	width: 350px;
	line-height: 24px;
}
#left {
	float: left;
	width: 590px;
	padding: 5px;
}
#right {
	margin-left: 600px;
	position: relative;
	background-color: #006600;
	color: #FFFFFF;
	padding: 5px;
}
#bottom {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #006600;
	margin-top: 5px;
	padding: 5px;
}
#bottom address {
	text-align: center;
	font-size: 0.8em;
	font-weight: bold;
}



.clear {
	clear: both;
}
#right a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 0.9em;
	font-style: italic;
	font-weight: bold;
	line-height: 25px;
	display: block;
}
#right a:hover {
	color: #FFFF00;
}
#right h3 {
	font-style: italic;
	text-align: center;
}
#right li {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}

#left p {
	font-size: 0.8em;
	text-align: justify;
}
#left li {
	font-size: 0.8em;
}
#right ul {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-style: italic;
}
.infobox .title {
	font-weight: bold;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
.infobox .info {
	font-size: 0.9em;
	color: #666666;
}

