html {
	overflow-y:scroll;
}
html,body {
	height:100%;
}
body, td {
	font-size:12px;
	font-family:verdana;
}

body {
	margin:0px;
	background: url('images/bg.jpg') top repeat-x;
}

form {
	margin:0px;
}

a {
	color:#3399FF;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

#container {
	position:relative;
	width:725px;
	margin:0 auto;
}

#header {
	width:100%;
	height:254px;
	position:relative;
}

#menu_area {
	height:26px;
	margin-top:2px;
	position:relative;
}

.menu { width:100%; }
.menu td { line-height:26px; background:#f4f4f4; border:solid 1px #f4f4f4; padding:0px 15px 0px 15px; text-align:center; }
.menu .mbr { width:2px; padding:0px; background:white; }
.menu a { color:#5e5e5e; font-size:12px; font-weight:bold; text-decoration:none;}
.menu a:hover, #selmenu a { color:#fe7801; }
#selmenu { border:solid 1px #5e5e5e; }

.left_menu td { line-height:24px; padding-left:10px; font-size:11px; }
.left_menu a { color:#8e8e8e; text-decoration:none; }
#selmenu2 a, .left_menu a:hover { color:#fe7801; }

#content_area { position:relative; height:auto; padding:20px 0px 20px 0px; }

#content { padding:0px 15px 0px 15px; line-height:18px; }
#content, #content table td { font-size:11px; }

#footer {
	position:relative;
	height:40px;
	background: #f7f7f7 url('images/footer.jpg') right no-repeat;
}

#footer table td {
	line-height:40px;
	padding:0px 20px 0px 20px;
	font-size:11px;
}

#footer, #footer a { color:#b4b4b4; text-decoration:none; }
#footer a:hover { text-decoration:underline; }

#recent_news a { font-family:tahoma; font-size:18px; color:#444444; text-decoration:none; }

.news_box { font-size:11px; line-height:15px; margin-top:7px; }
.news_date { color:#898989; font-weight:bold; text-decoration:none; }
.news_title2 a:hover { text-decoration:underline; }
.news_text a { color:#000000; text-decoration:none; }

.news_box .nbr { background:#dcdcdc; height:1px; margin:10px 0px 10px 0px; }
