html, body {
	border: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	width: 100%;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #006600;
	line-height: 130%;
	background-color: #FFFFCC;
}
img {
	border: none;
}
#wrapper {
	width: 960px;
	margin: 0px auto 0px auto;
}
/* begin Header */
#art-main {
	display: inline-block;
	position: relative;
	z-index: 0;
	width: 100%;
	left: 0;
	top: 0;
	cursor:default;
	overflow:visible;
}
div.art-header {
	margin: 0 auto;
	position: relative;
	z-index: -1;
	width:100%;
	height: 220px;
	margin-top: 0;
	margin-bottom: 0;
}
div.art-header-clip {
	position: absolute;
	width:100%;
	left:0;
	overflow:hidden;
	height:220px;
}
.art-header-wrapper {
	position: relative;
	width:900px;
	margin:0 auto;
}
.art-header-inner {
	margin: 0 4px;
}
div.art-header-center {
	position: relative;
	width: 1920px;
	left:50%;
}
div.art-header-jpeg {
	position: absolute;
	top: 0;
	left:-50%;
	width: 1920px;
	height: 220px;
	background-image: url('../images/header.jpg');
	background-repeat: no-repeat;
	background-position: center center;
}
/* end Header */
h1 {
	font-weight: normal;
	font-size: 130%;
}
h2 {
	font-weight: normal;
	font-size: 110%;
}
#mainNav {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 50px;
	background-color: #006600;
}
a {
	color: #006600;
}
.navItem {
	text-decoration: none;
	color: #FFFFCC;
	font-size: 90%;
	height: 50px;
	float: left;
	line-height: 110%;
	text-align: center;
	margin: 6px 19px 0px 19px;
}
.navItem a {
	color: #FFFFCC;
	font-size: 130%;
	text-decoration: none;
}
.navItem a:hover {
	text-decoration: underline;
}
.navSmall {
	font-size: 100%;
}
.navSelected {
	text-decoration: underline !important;
}
#mainBody {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#mainBodyLeft {
	width: 760px;
	margin: 0px 20px 0px 0px;
	float: left;
}
#mainBodyRight {
	width: 180px;
	float: left;
}
#mainBodyLeftPart1 {
	width: 459px;
	float: left;
	text-align: justify;
}
#mainBodySplit {
	background-color: #006600;
	margin: 50px 21px 0px 20px;
	width: 1px;
	height: 500px;
	float: left;
}
#mainBodyLeftPart2 {
	width: 459px;
	float: left;
	text-align: justify;
}
#footer {
	font-size: 70%;
	color: #006600;
	line-height: 100%;
}
#footer a {
	color: #006600;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footerCopy {
	float: left;
}
#footerNav {
	float: right;
}
.clear {
	clear: both;
}
.small {
	font-size: 75%;
	padding: 0px 0px 0px 0px;
}
.inputSmall {
	width: 100px;
	margin-bottom: 5px;
}
.inputMedium {
	width: 300px;
	height: 20px;
	margin: 2px;
	padding: 5px 2px 2px 2px;
	border: solid 1px #006600;
}
.inputLarge {
	width: 350px;
	margin-bottom: 5px;
}
.buttonSmall {
	margin-top: 2px;
	padding: 2px;
	font-weight: bold;
	color: #FFFFCC;
	border: solid 1px #006600;
}
.backbutton {
	width: 60px;
	height: 16px;
	background-color: #006600;
	color: #FFFFCC;
	padding: 3px 10px 3px 10px;
	margin: 0px;
	float: right;
}
.backbutton:hover {
	cursor: pointer;
}
.inputContact {
	width: 250px;
	margin-bottom: 5px;
}
.inputContactLarge {
	width: 300px;
	height: 200px;
	margin-bottom: 5px;
}
.buttonContact {
	margin-top: 5px;
}
.advertBox {
	border: 1px solid #006600;
	margin: 20px 0px 20px 0px;
}
.advertBox h2 {
	color: #FFFFCC;
	background-color: #006600;
	margin: 0px;
	font-size: 100%;
	text-align: center;
}
.advertBox p {
	font-size: 95%;
	font-weight: normal;
	padding: 5px;
}

