@charset "UTF-8";
/* CSS Document */

body,html {
	width:100%;
	margin:0;
}

.index{
	background:#663300 url(../images/index_BG.jpg) 50% 181px no-repeat;
}

.pages{
	background:#663300 url(../images/page_BG.jpg) 50% 0  repeat-y;
}

#header {
	float:left;
	width:100%;
	height:150px;
	background:#000000 url(../images/header.jpg) 50% 0 no-repeat;
	text-align:center;
}

#menuBG {
	float:left;
	width:100%;
	height:50px;
	z-index:-2;
}

#menuBG_Left {
	float:left;
	width:50%;
	height:50px;
	text-align:right;
	background:url(../images/menu_blue_BG.png);
	z-index:-1;
	margin-bottom:-8px;
}

#menuBG_Right {
	float:right;
	width:50%;
	height:50px;
	background:url(../images/menu_white_BG.png);
	z-index:0;
	margin-bottom:-8px;
	*margin-top:-42px;
}

#container {
	float:left;
	width:100%;
	text-align:center;
}

#page_container {
	float:left;
	width:100%;
	text-align:center;
	margin:-10px 0 0 0;
	padding:10px 0 0 0;
	background:url(../images/page_body_BG_02.png) 50% 0 repeat-y;
}

#center {
	margin-left:auto;
	margin-right:auto;
	width:820px;
}

#menu {
	float:left;
	width:100%;
	height:42px;
	margin:-50px 0 10px 0;
	background:url(../images/menu_transition.png) left no-repeat;
}

#body {
	float:left;
	width:820px;
	text-align:left;
}

#page_body {
	float:left;
	width:570px;
	margin:-10px 0 0 0;
	padding:20px 20px 10px 20px;
	text-align:left;
}

#bodyc {
	float:left;
	width:780px;
	margin:-10px 0 0 0;
	padding:20px 20px 10px 20px;
	text-align:left;
	background-color:#f1d9af;
}

#sdbr {
	float:left;
	width:187px;
	text-align:left;
	margin:0 0 0 10px;
	padding:10px 8px 20px 5px;
}

#footer {
	float:left;
	width:820px;
	height:40px;
}

#page_footer {
	float:left;
	width:100%;
	text-align:center;
	height:40px;
	margin:0 10px 0 0;
	background:url(../images/page_body_BG_03.png) top center no-repeat;
}

.search, .search a{
	font:Georgia, "Times New Roman", Times, serif;
	color:#663300;
	font-size:14px;
}

.search a:hover{
	color:#330000;
}

legend {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#003366;
}