@charset "utf-8";
/* CSS Document */
body
{
	font-family: Tahoma;
	font-size:12px;
	margin:0;
	padding:0;
	background:#578bc0;
}

form {
	margin:0;
	z-index:0;
}

#main {
	width:1000px;
	text-align:left;
}

#header {
	height:143px;
	background:url(banner.jpg);
}

#footer {
	clear:both;
	height:70px;
	background:#fff;
	text-align:center;
	padding-top:10px;
}

#footer a {	
	text-decoration:none;
	color:#000;
}

#footer a:hover {	
	text-decoration:underline;
	color:#330099;
}

#left_sidebar {
	float:left;
	width:200px;
	overflow:hidden;
}

#left_sidebar ul {
	list-style:none;
	margin-left:5px;
	padding:0;
}

#left_sidebar li {
	background:url(li_arrow.gif) left no-repeat;
	line-height:20px;
	padding-left:15px;	
	margin:0;
}

#left_sidebar li a {
	text-decoration:none;
	color:#000;
}

#left_sidebar li a:hover {
	text-decoration:underline;
	color:#330099;
}

#left_sidebar img {
	border:none;
	max-width:200px;
	clear:both;
	margin-bottom:5px;
}

#right_sidebar {
	float:right;
	width:200px;
	margin:0;
	padding:0;
	overflow:hidden;
}

#right_sidebar ul {
	list-style:none;
	margin-left:5px;
	padding:0;
}

#right_sidebar li {
	background:url(li_arrow.gif) left no-repeat;
	line-height:20px;
	padding-left:15px;	
	margin:0;
}

#right_sidebar li a {
	text-decoration:none;
	color:#000;
}

#right_sidebar li a:hover {
	text-decoration:underline;
	color:#330099;
}

#right_sidebar img {
	border:none;
	clear:both;
	margin-bottom:5px;
}

.center_content {
	float:left;
	width:560px;
	padding-left:20px;
	padding-right:20px;
	overflow:hidden;
}

.center_content img {
	border:none;
	max-width:550px;
	clear:both;
	margin-bottom:5px;
}

.box_top {
	height:20px;
	padding-top:5px;
	padding-left:10px;
	color:#000;
	font-weight:bold;
	background:#fff;
	margin-left:1px;
	margin-right:1px;
	margin-bottom:3px;
	border-top:#9cc057 solid 3px;
}

.box_top a {
	text-decoration:none;
	color:#000;
}

.box_top a:hover {
	text-decoration:underline;
}

.box_content {
	background:#fff url(bg_block.gif) top left no-repeat;
	border:#578bc0 solid 1px;	
}

.box_content label {
	float:left;
	text-align:right;
	width:150px;
	margin:0;
	margin-right:10px;
	display:inline;
	clear:left;
	letter-spacing: 0px;
}

.box_content p {
	clear:both;
	float:none;
	margin:0;
	margin-bottom:5px;	
}

.box_bottom {
	background:url(bg_box_bottom.gif) top right no-repeat;
	height:4px;
	margin-bottom:10px;
}

.required {
	color:#CC0000;
	font-weight:bold;
}

.text_field {
	border:#c3c3c3 solid 1px;
	width:300px;
}

.paging {
	text-align:center;
	margin-top:20px;
}

.center_content h2 {
	font-size:20px;
	color:#003366;
	text-align:center;
	text-transform:capitalize;
	margin:0;
	margin:10px 0 10px 0;
	clear:both;
	display:block;
}

.center_content h3 {
	font-size:18px;
	color:#003366;
	clear:both;
	display:block;
}

.center_content h3 a {
	color:#003366;
	text-decoration:none;
}

.center_content h3 a:hover {
	color:#003399;
	text-decoration:underline;
}

.bottom_navigation {
	text-align:right;
	font-size:11px;
	margin-top:10px;
}

.bottom_navigation a {
	text-decoration:none;
	color:#000;
}

.bottom_navigation a:hover {
	text-decoration:underline;
	color:#FF0000;
}

.odd {
	background:#fff;
	border:#999 solid 1px;
	padding:5px;
	margin-top:5px;
}

.odd:hover {
	background:#FFFFCC;
}

.even {
	background:#eee;
	border:#999 solid 1px;
	padding:5px;
	margin-top:5px;
}

.even:hover {
	background:#FFFFCC;
}

.img {
	overflow:hidden;
	border:none;
}

.class {
	clear:both;
}