body {
	padding: 0;
	margin: 0;
	font-family: Arial;
	font-size: 11pt;
	background: #1f7be5 url(../img/main_bg.jpg) repeat-x;
}

.clear {
	clear:both;
}

#main {
	padding: 0;
	margin: 0 auto;
	width: 720px;
}

#header_top_bg {
	background: url(../img/header_top_bg.png) no-repeat center;
	margin-top: 15px;
	height:19px;
}

#header {
	/*height:191px;*/
	background: #FFFFFF;
	padding: 0px 10px;
}

#header_left {
	/*width:680px;*/
	float:left;
}

#header_left_top {
	height:50px;
	padding-left: 20px;
}

.logo_text {
	font-family: Arial;
	font-size: 20pt;
	font-weight:bold;
}

#header_left_bottom {
	height:137px;
	padding-top: 3px;
	margin-left: 0px;
}

#header_left_bottom_left {
	float:left;
	width:21px;
	height: 137px;
	/*background: url(../img/header_box_left_bg.png) no-repeat right top;*/
}

#header_left_bottom_middle {
	float:left;
	width: 658px;
	height: 122px;
	padding-top:8px;
	/*background: url(../img/header_box_center_bg.png) repeat-x top;*/
}

#header_left_bottom_right {
	float:left;
	width: 21px;
	height: 137px;
	/*background: url(../img/header_box_right_bg.png) no-repeat left top;*/
}

#header_right {
	width:258px;
	float:right;
}

h1 {
	color: #000000;
	font-family: Tahoma;
	text-align: center;
	font-size: 26px;
	paddings: 0;
	margin: 0;
}

h2 {
	color: #000000;
	font-family: Tahoma;
	text-align: center;
	font-size: 19px;
	font-weight:bold;
	paddings: 0;
	margin: 0;
}

h3 {
	color: #000000;
	font-family: Tahoma;
	text-align: center;
	font-size: 18px;
	font-weight:bold;
	paddings: 0;
	margin: 0;
}

#middle_content {
	background: #FFFFFF;
	padding: 0px 10px;
}

#middle_content p {
	font-size: 11pt;
	margin: 0;
	padding: 0 10px;
}

ul {
	list-style-image: url(../img/arrow.png);
}

ul li {
	font-size:11pt;
	padding-bottom: 6px;
}

.text_field {
	width:280px;
	height:20px;
	padding: 0;
	margin: 0;
}

.text_area {
	width: 280px;
	height: 40px;
	padding: 0;
	margin: 0;
}

.btn {
	background: url(../img/access_button.png) no-repeat;
	width: 283px;
	height: 33px;
	border: 0px;
	cursor: pointer;
}

.gray_text {
	font-size:12px;
	color: #999999;
}

.small_text {
	font-size: 10px;
	color: #000000;
}

#footer_bottom_bg {
	margin-bottom: 5px;
	background: url(../img/footer_bottom_bg.png) no-repeat center;
	height:17px;
}

form {
	padding: 0;
	margin: 0;
}