html,body{
	text-align: center;
	font-family: arial, verdana, tahoma;
	background-image: url(images/lines.jpg);
	background-repeat: repeat;
	background-position: left top;
	color: #FFFFFF;
	margin: 0 auto;
	padding: 0px;
	font-size: 12px;
}

#main {
	margin: 0 auto;
	width: 950px;
	height: auto;
	text-align: left;
	margin-top: 12px;
	margin-bottom: 12px;
}

#header {
	margin: 0 auto;
	width: 950px;
	height: 300px;
}

#wraper {
	margin: 0 auto;
	width: 950px;
	background-image: url(images/body_back.gif);
	background-repeat: repeat-y;
	background-position: center top;
	overflow: hidden;
	display: block;
}

#bodi {
	width: 880px;
	height: auto;
	margin-left: 35px;
	overflow: hidden;
	display: block;
}

#bodi a {
	color: #CCCCCC;
}

.bodi_all {
	width:880px;
	height: auto;
	overflow: hidden;
	display: block;
}

.bodi_all_header {
	width: 880px;
	height: 23px;
	background-image: url(images/bodi_all_header.gif);
	background-repeat: no-repeat;
	background-position: center top;
	overflow: hidden;
	display: block;
}

.bodi_all_center {
	width: 880px;
	background-image: url(images/bodi_all_center.gif);
	background-repeat: repeat-y;
	background-position: center top;
	overflow: hidden;
	display: block;
}

.bodi_all_center_text {
	width: 840px;
	margin-left: 20px;
	text-align: justify;
	overflow: hidden;
	display: block;
}

.bodi_all_footer {
	width: 880px;
	height: 23px;
	background-image: url(images/bodi_all_footer.gif);
	background-repeat: no-repeat;
	background-position: center top;
	overflow: hidden;
	display: block;
}

.bodi_left {
	width: 605px;
	float: left;
	overflow: hidden;
	display: block;
}

.bodi_left_header {
	width: 605px;
	height: 23px;
	background-image: url(images/bodi_left_header.gif);
	background-repeat: no-repeat;
	background-position: center top;
	overflow: hidden;
	display: block;
}

.bodi_left_center {
	width: 605px;
	background-image: url(images/bodi_left_center.gif);
	background-repeat: repeat-y;
	background-position: center top;
	overflow: hidden;
	display: block;
}

.bodi_left_center_text {
	width: 565px;
	margin-left: 20px;
	text-align: justify;
	overflow: hidden;
	display: block;
}

.bodi_left_footer {
	width: 605px;
	height: 23px;
	background-image: url(images/bodi_left_footer.gif);
	background-repeat: no-repeat;
	background-position: center top;
	overflow: hidden;
	display: block;
}

.bodi_right {
	width: 250px;
	margin-left: 25px;
	float: left;
	overflow: hidden;
	display: block;
}

.bodi_right_header {
	width: 250px;
	height: 23px;
	background-image: url(images/bodi_right_header.gif);
	background-repeat: no-repeat;
	background-position: center top;
	overflow: hidden;
	display: block;
}

.bodi_right_center {
	width: 250px;
	background-image: url(images/bodi_right_center.gif);
	background-repeat: repeat-y;
	background-position: center top;
	overflow: hidden;
	display: block;
}

.bodi_right_center_text {
	width: 210px;
	margin-left: 20px;
	text-align: left;
	overflow: hidden;
	display: block;
}

.bodi_right_footer {
	margin: 0 auto;
	width: 250px;
	height: 23px;
	background-image: url(images/bodi_right_footer.gif);
	background-repeat: no-repeat;
	background-position: center top;
	overflow: hidden;
	display: block;
}

.spacer {
	height: 20px;
	overflow: hidden;
	display: block;
}

.title {
	font-size: 16px;
	font-weight: bolder;
}

.input_field {
	width: 400px;
	height: 16px;
	margin-left: 10px;
	font-size: 12px;
	color: #FFFFFF;
}

.input_textarea {
	width: 400px;
	height: 280px;
	margin-left: 10px;
	font-size: 12px;
	color: #FFFFFF;
}

textarea {
	border: 0px solid #999999;
	background-color: #004cbc;
}

table a {
	text-decoration: none;
}

table a:hover {
	text-decoration: underline;
}

input {
	border: 0px solid #999999;
	background-color: #004cbc;
}

p {
	text-indent: 20px;
}

#footer {
	margin: 0 auto;
	width: 950px;
	height: 88px;
	background-image: url(images/footer1.gif);
	background-repeat: no-repeat;
	background-position: center top;
	color: #000000;
	font-size: 11px;
	overflow: hidden;
	display: block;
}

#footer_text {
	margin: 0 auto;
	width: 890px;
	height: 30px;
	margin-top: 52px;
	margin-left: 30px;
	display: block;
	overflow: hidden;
}

#footer a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

#footer a:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

