body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333;
	background-color: #C6CDC2;
}
#bkg_level {
	background: url(images/background_page.jpg) repeat-y center top;
}
#bkg_level2 {
	background: url(images/background_top.jpg) no-repeat center top;
}
#container {
	width: 830px;
	margin: 0 auto;
}
#header {
	height: 170px;
}
#menu_top {
	margin: 0;
	padding: 0;
	display: inline;
	float: right;
}
#menu_top li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
}
#menu_top a {
	display: block;
	float: left;
	width: 82px;
	height: 22px;
	background: url(images/btn_menutop.jpg) no-repeat left top;
	color: #333;
	font-weight: bold;
	text-align: center;
	font-size: 11px;
	text-decoration: none;
	margin: 23px 5px 0 5px;
	padding-top: 3px;
}
#menu_top a:hover {
	background: url(images/btn_menutop_hover.jpg) no-repeat left top;
}
#logo {
	width: 360px;
	height: 105px;
	position: absolute;
	top: 50px;
}
#logo a {
	display: block;
	width: 360px;
	height: 105px;
	text-decoration: none;
}
#box_search {
	position: absolute;
	width: 200px;
	top: 135px;
	margin-left: 640px;
}
#box_search .form_txt {
	width: 130px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	height: 15px;
	padding: 3px;
}
#content {
}
#col_left {
	float: left;
	width: 240px;
	background: #283140 url(images/background_leftmenu_top.jpg) no-repeat left top;
}
#col_left .menu {
	margin: 0;
	padding: 10px 10px 20px 10px;
	background: url(images/background_leftmenu_bottom.jpg) no-repeat left bottom;
}
#col_left .menu li {
	margin: 0;
	padding: 0;
	background: url(images/dividermenu.jpg) no-repeat right bottom;
	list-style: none;
}
#col_left .menu a {
	color: #fff;
	text-decoration: none;
	padding: 5px 5px 5px 15px;
	display: block;
	background: url(images/bullettmenu.gif) no-repeat left center;
}
#col_left .menu a:hover {
	color: #FF0000;
}
#col_left #box_login {
	background: #07090C;
}
#col_right {
	float: right;
	width: 550px;
	margin-right: 20px;
	padding-top: 20px;
	font-size: 0.9em;
}
#col_right h1 {
	font-size: 1.4em;
	font-weight: lighter;
	color: #0099FF;
	margin: 0 0 10px 0;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 10px;
	text-align: left;
}
#col_right a {
	color: #006699;
}
#col_right a:hover {
	color: #0099FF;
}
#footer {
	background: url(images/background_footer.jpg) no-repeat center top;
	padding-top: 40px;
	width: 840px;
	margin: 0 auto;
	padding: 50px;
}
/**/
label {
	cursor: pointer;
}
form {
	margin: 0;
	padding: 0;
}
.form_btn {
	background: url(images/btn_form_left.jpg) no-repeat left top;
	width: 82px;
	height: 22px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	border: none;
	cursor: pointer;
}
.form_txt1 {
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	height: 14px;
	padding: 3px;
}
.clear {
	clear: both;
}
#box_login {
 color: #fff;
 padding: 20px 0 10px 20px;
}
#box_login div {
	padding: 0 0 10px 0;
}
#box_login a {
 color: #0099FF;
}
#box_login a:hover {
 color: #FF9900;
}
.powered_by {
	display: none;
}
a.menu_current {
	font-weight: bold;
	margin-left: 15px;
}