@charset "utf-8";
body {
	font-family: "Trebuchet MS", Arial, Verdana, Tahoma;
	font-size: 12px;
	color: #000000;
	background-color: #dec781;
	/* background-color: #FFFFF;
      background-image: url(bg_main.gif);
	background-repeat: repeat-x;*/
}
a:visited {
	color: #000000;
}
a:hover {
	color: #000000;
}
a:active {
	color: #000000;
}
.wrapper {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border: 5px solid #CCCCCC;
	background-image: url(bg.gif);
	margin-top: 30px;
}

.header {

}
.main_conent_left {
	width: 335px;
	float: left;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.spacer_top {
	margin-top: 0px;
	margin-bottom: 5px;
	height: 2px;
	background-color: #CCCCCC;
	clear: both;
}

.spacer {
	background-image: url(spacer.jpg);
	margin-top: 5px;
	margin-bottom: 5px;
	height: 4px;
}

.main_conent_right {
	width: 335px;
	float: right;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.footer {
	background-color: #CCCCCC;
	clear: both;
	text-align: center;
	padding: 5px;
}
h1 {
	font-size: 18px;
	color: #003366;
	font-weight: bold;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
h2 {
	font-size: 14px;
	color: #003366;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.info_box {
	border: 0px solid #CCCCCC;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style-type: none;
	background-image: url(arrow2.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	line-height: 30px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}
ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding: 0px;
}
.form_box {
	border: 1px solid #CCCCCC;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.formline {

}
.label {
	color: #000000;
	width: 100px;
	display: inline;
	float: left;
}
.input {
	margin-top: 4px;
	margin-bottom: 4px;
	margin-right: 3px;
	width: 130px;
	border: 1px solid #CCCCCC;
}
.input1 {
	margin-top: 4px;
	margin-bottom: 4px;
	margin-right: 3px;
	width: 189px;
	border: 1px solid #CCCCCC;
}


.input2 {
	margin-top: 4px;
	margin-bottom: 4px;
	width: 50px;
	margin-left: 0px;
	margin-right: 3px;
	border: 1px solid #CCCCCC;
}

.button {
	background-color: #CB0000;
	width: 100%;
	color: #ffffff;
	border: 1px solid #CB0000;
	margin-top: 10px;
	font-weight: bold;
}
