body
{
	padding:0px;
	margin:0px;
	background:url(../images/main_bg.jpg) repeat-y center top #eaeaea;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:12px;
}
form
{
	padding:0px;
	margin:0px;
}




a
{
	color:#000;
	text-decoration:underline;
}
a:hover
{
	text-decoration:none;
}

.body
{
	width:967px;
	margin:auto;
}

.header
{
	width:966px;
	height:212px;
	background:url(../images/header.jpg);
}

.search_div
{
	float:right;
	background:url(../images/search_bg.jpg) no-repeat center top #78bce3;
	width:335px;
	height:95px;
	margin-right:89px;
	color:#FFF;
	padding-top:5px;
	overflow:hidden;
	padding-left:12px;
	padding-right:12px;
}

.search_btn
{
	 padding:0px;
	 background:url(../images/btn1.jpg);
	 width:76px;
	 height:19px;
	 border:none;
	 cursor:pointer;
}

.middle
{
	width:966px;
	overflow:hidden;
	background:url(../images/left_column_bg.jpg) repeat-y left top;
	min-height:450px;
}

.left_column
{
	float:left;
	width:178px;
	padding-left:10px;
	padding-right:10px;
}
.content_column
{
	width:742px;
	float:left;
	padding-left:10px;
	padding-top:5px;
	padding-right:10px;
}

h1
{
	font-size:24px;
	color:#006683;
	font-weight:bold;
}

h2
{
	color:#006683;
	font-weight:bold;
	padding:0px;
	margin:0px;
	margin-bottom:6px;
	font-size:12px;
}

h3
{
	padding:3px;
	margin:0px;
	font-size:12px;
	text-align:center;
	color:#02699e;
}

.line1
{
	height:1px; overflow:hidden; background:url(../images/line1.jpg);
	margin:0px;
	padding:0px;
}
.menu_list a
{
	display:block;
	font-size:14px;
	background:url(../images/list_bg.jpg) no-repeat 5px 10px;
	padding-left:13px;
	padding-top:2px;
	padding-bottom:2px;
	text-decoration:none;
	margin-bottom:2px;
}
.menu_list a:hover
{
	text-decoration:none;
	background-color:#daeaf0;
}
.footer
{
	background:url(../images/footer.jpg) repeat-x top;
	height:65px;
	overflow:hidden;
}

.top_menu
{
	margin-top:32px;
	height:30px;
	width:820px;
	margin-left:70px;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	text-align:center;
	padding-top:9px;
}

.top_menu a
{
	color:#FFF;
}
.selected
{
	text-decoration:none;
	cursor:default;
}
.selected:hover
{
	text-decoration:none;
	cursor:default;
}
.bottom_menu
{
	height:30px; overflow:hidden;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	text-align:center;
	padding-top:7px;
}
.bottom_menu a
{
	color:#FFF;
}

.table
{
	border-collapse:collapse;
}

.table td
{
	border:1px solid #DADADA;
}
.textblock
{
	background-color:#E4E4E4;
	padding:4px;
	margin:3px;
}

