@charset "UTF-8";
BODY {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-align: left;
	direction: ltr;
}

DIV {
	border: 0px dotted red;
}

IMG{
	border: 0px;
	margin: 0px;
	padding: 0px;
}

A {
	text-decoration: none;
}

H1 {
	padding: 0px 0px 20px 0px;
	margin: 0px;
	font-size: 20px;
	color: #DA0E0E;
	font-family: Verdana, Arial;
	text-align: left;
}

H2 {
	padding: 20px 0px 5px 0px;
	margin: 0px;
	font-size: 15px;
	color: #DA0E0E;
	font-family: Verdana, Arial;
	text-align: left;
}

P {
	direction: ltr;
	margin: 3px 0px 3px 0px;
	padding: 3px 0px 3px 0px;
	text-align: justify;
	color: #282828;
	font-size: 14px;
	line-height: 20px;
}

#main_wrap {
	background-image: url(../images/top_tile.gif);
	background-repeat: repeat-x;
	width: 100%;
	height: 100%;
	margin: 0px auto;
	text-align: center;
}

#content_wrap {
	width: 770px;
	margin: 0px auto;
	padding: 80px 0px 0px 0px;
}

#content {
	width: 500px;
	float: right;
}

#sidemenu {
	width: 200px;
	float: left;
	text-align: left;
}

#sidemenu ul {
	width: 200px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#sidemenu ul a {
	color: #208D27;
	font-size: 16px;
	text-decoration: none;
	display: block;
	width: 185px;
	height: 27px;
	padding: 13px 0px 0px 15px;
}

#sidemenu ul a:hover {
	color: #08540A;
}

#sidemenu ul a.clicked {
	color: #FFFFFF;
	font-weight: bold;
	background-image: url(../images/btn_green.gif);
	background-repeat: no-repeat;
	height: 30px;
}

#ads-wrap {
	width: 770px;
	margin: 10px auto;
	overflow: hidden;
}

#ads-wrap .inner {
	width: 468px;
	float: right;
}

#footer_wrap {
	width: 100%;
	height: 400px;
	padding: 35px 0px 0px 0px;
	background-image: url(../images/bottom_tile.gif);
	background-repeat: repeat-x;
	font-size: 10px;
	margin: 0px auto;
	text-align: center;
}

#footer_wrap a {
	text-decoration: underline;
	color: #5D5D5D;
}

#footerbar {
	margin: 0px auto;
	width: 770px;
	height: 40px;
	font-size: 10px;
	color: #5D5D5D;
	padding: 25px 0px 0px 0px;
	background-image: url(../images/footer_bg.gif);
	background-repeat: no-repeat;
	background-position: center;
}

#footerbar a {
	text-decoration: none;
	color: #5D5D5D;
}

#footerbar a:hover {
	text-decoration: underline;
	color: #888888;
}

#credit {
	margin: 20px 0px 0px 0px;
}

/*form style*/
.inputBox
{
background-color:#F4F7FF;
width: 150px;
height: 16px;
border: 1px solid #7F9DB9;
font-size: 11px;
}

.inputBoxRed
{
background-color: #FFFFCC;
width: 150px;
height: 16px;
border: 1px solid #7F9DB9;
font-size: 11px;
}

.inputSubmit
{
margin-top: 2px;
width: 58px;
height: 18px;
}

select
{
background-color:#F4F7FF;
width: 154px;
height: 20px;
border: 1px solid #7F9DB9;
font-size: 11px;
}

textarea
{
background-color:#F4F7FF;
border: 1px solid #7F9DB9;
font-size: 11px;
font-family: Arial, Helvetica, sans-serif;
}

.selectRed
{
background-color: #FFFFCC;
width: 154px;
height: 20px;
border: 1px solid #B00000;
font-size: 11px;
margin-left: 5px;
}

.star
{
font-weight: bold;
color: #FF3300;
}

.clear
{
clear: both;
}

.btn_next
{
	margin-top: 40px;
	text-align: left;
	padding: 5px 0px 0px 5px;
	font-size: 13px;
	color: #858585;
	display: block;
	float: right;
	height: 37px;
	width: 163px;
	background-image: url(../images/btn_next.gif);
	background-repeat: no-repeat;
}
