body
	{
		margin: 0;
		padding: 0;
		background: url(../images/bg.jpg);
		background-repeat: repeat;
		font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
		font-size: 12px;
	}

#main_container
	{
		width: 896px;
		padding: 40px 0 40px 0;
		margin: 0 auto;
	}

#body_top
	{
		height: 22px;
		background: url(../images/body_top.png);
	}

#body_bg
	{
		background: url(../images/body_bg.png);
		background-repeat: repeat-y;
	}

#body_bottom
	{
		height: 22px;
		background: url(../images/body_bottom.png);
	}

#body_area
	{
		width: 849px;
		margin: 0 auto;
	}

#banner
	{
		background: url(../images/banner_id.png);
		background-repeat: no-repeat;
		height: 178px;
	}

#main_content_area
	{
		background: url(../images/body_inner_bg.png);
		background-repeat: repeat-y;
	}

#main_content_area_bottom
	{
		background: url(../images/body_inner_bottom.png);
		background-repeat: no-repeat;
		height: 24px;
	}

#top_btn_container
	{
		background: url(../images/btn_line.png);
		background-repeat: no-repeat;
		background-position: bottom center;
		width:840px;
		color: #837805;
		font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
		font-weight: bold;
		float: left;
		margin: 0 3px 0 4px;
	}

.top_btn_ul
	{
		margin: 0;
		padding: 0;
	}

.top_btn_li
	{
		margin: 0;
		padding: 15px 3px 15px 3px;
		text-align:center;
		list-style: none;
	}

a.top_links:link, a.top_links:visited
	{
		font-size: 12px;
		color: #837805;
		text-decoration: none;
	}

a.top_links:hover
	{
		color: #7c519b;
		text-decoration: none;
	}

.marge
	{
		clear: both;
		height: 1px;
		font-size: 0;
	}

#body_text_area
	{
		width: 802px;
		margin: 0 auto;
		padding: 20px 0 0 0;
	}

#body_text_area_left
	{
		width: 558px;
		float: left;
	}

#body_text_area_right
	{
		width: 218px;
		float: right;
	}

.text1
	{
		font-weight: bold;
		color: #8c63aa;
	}

.text2
	{
		font-style: italic;
		color: #b8ac2b;
	}

#body_right_box
	{
		background: #e8f8fc;
		border: 3px solid #bce3ed;
		padding: 14px;
	}

#body_right_box_heading
	{
		font-size: 17px;
		padding: 0 0 5px 0;
		color: #8c63aa;
	}

#body_right_box_text
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		padding: 0 0 5px 0;
		color: #535353;
	}

#body_right_box_bottom_text
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		text-align: right;
		color: #535353;
	}

h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #8C63AA;
}
h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}
h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #837805;
}
a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666600;
}
