html, body {
	background-color:#333333;
	margin:5px;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #111111;
}
a:link {
color: #006600;
text-decoration:none;
}
a:hover {
color:#009900;
text-decoration:underline;
}
* {
	padding:0px;
	margin:0px;
}
#wrapper {
	width:612px;
	margin:0px auto;
	padding:0px;
}
#wrapper p {
	padding:10px 15px 10px 15px;
	margin:0px;
	font-size:12px;
	color:#333333;
	clear:both;
}
#body {
	background-color:#FFFFFF;
	background-image:url(../image/body_bg.gif);
	background-repeat:repeat-y;
	padding:0px 8px 0px 8px;
}
#header {
	height:137px;
	position:relative;
	background-image:url(../image/windmill.gif);
	background-repeat:no-repeat;
}
#navigation {
	height:62px;
}
#footer {
	padding:3px 0px 10px 0px;
	font-size:10px;
	text-align:center;
	color: #333333;
	background-image:url(../image/footer.gif);
	background-repeat:no-repeat;
}
#footer a:link,a:visited,a:hover {
color:#333333;
text-decoration:none;
}
h1, h2, h3, h4, h5 {
	font-family:'Trebuchet MS';
	padding:3px 0px 2px 5px;
	margin:0px;
	background-color: #CCCCCC;
	color: #006633;
	border-bottom:1px solid #009933;
	font-size:14px;
}
h1 a, h2 a, h3 a, h4 a, h5 a {
	color:#b95313;
}
hr {
	color: #333333;
	background-color: #CCD9C5;
	height:1px;
	border-top: #333333 1px dashed;
	border-bottom:none;
	margin:5px;
	padding:0px;
}
.p_img {
	float:left;
	width:176px;
	padding:11px;
	text-align:center;
	font-size:12px;
	font-weight:bold;
}
.p_img img {
	border:1px #000000 solid;
}
.p_img a:hover img {
	border:1px #009900 solid;
}

.p_img_large {
	float:left;
	width:298px;
	padding:10px 0 10px 0;
	text-align:center;
	font-size:12px;
	font-weight:bold;
}
.p_img_large img {
	border:1px #000000 solid;
}
.p_img_large a:hover img {
	border:1px #009900 solid;
}
#logo {
	position: absolute;
	width:201px;
	top:47px;
	left:160px;
}
#register {
	position: absolute;
	width:226px;
	left:370px;
	top:44px;
}
ul {
padding:0px;
margin:0px;
}
.list2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 2em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	text-indent: 5px;
	padding: 0px 0px 0px 20px;
	margin: 0px;
}


table.rates {
padding:0px;
margin:0px;
font-size:12px;
}
table.rates td {
padding:2px;
}
table.rates td.price{
font-style:italic;
}
table.rates tr.dark td {
	background-color: #9aab91;
	padding:2px;
	font-size:12px;
}
table.rates tr.header td {
	background-color: #6b8060;
	padding:4px;
	font-size:14px;
	font-weight:bold;
}


/*form styles*/




form#registration fieldset {width:594px; display:block; border:none;line-height:1.5em; font-size:12px; padding:10px 0px 0px 0px;}


form#registration input {border:1px solid #414d59; padding:0px 50px 0px 5px; margin-bottom:0.6em; width:280px; background-color:#c5d3e0;}
form#registration input:hover { background:#FFF; border:1px solid #009900; color:#003300;}
form#registration input:focus {background:#FFF; border:1px solid #009900; color: #003300;}

form#registration input#submit {color:#fff; padding-right:0.5em;width:205px; margin-left:8px; background:#414d59; border:1px solid; border-color:#4f718a #003 #003 #4f718a;}
form#registration input#submit:hover {color:#fff; background: #006600; border:1px solid; border-color:#4f718a #003 #003 #4f718a; }


form#registration .size {color:#fff;background:#414d59; border:1px solid; border-color:#4f718a #003 #003 #4f718a;}
form#registration .size:hover {color:#fff; background: #006600; border:1px solid; border-color:#4f718a #003 #003 #4f718a; }


form#registration select#state{border:1px solid #414d59; padding-left:0.5em; margin-bottom:0.6em; width:150px; background:#c5d3e0;}


form#registration label { display:block; float:left; width:110px; text-align:left; padding:0px 10px 0px 4px;}




