BODY
{
    padding: 0px;
    MARGIN: 0px;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 12px;
		background-color: #ebebeb;
}
TD
{
    font-size: 12px;
		font-family:Arial, Helvetica, sans-serif;
}
FORM{
	margin: 0px;
	padding: 0px;
}
a {
	color: #D96B11;
	text-decoration: underline;
}
a:hover, a:active {
	color: #000;
	background: #FFFFCC;
	text-decoration: underline;
}
#orange_header{
	color: #d96b11;
	font-size: 16px;
	font-weight: bold;
}
#black_header{
	color: #333333;
	font-size: 16px;
	font-weight: bold;
}
#top {
	background: url(images/body_bg_top.gif) no-repeat;
	margin: 0 auto;
	padding: 0 20px;
	width: 790px;
	height: 24px;
}
#container {
	background: url(images/body_bg.gif) repeat-y;
	margin: 0 auto;
	padding: 0 20px;
	width: 790px;
}
#header {
	background: url(images/header_bg.gif) repeat-x;
	height: 167px;

}
#main{
	border-top: 4px #d7d5c0 solid;
	border-bottom: 4px #d7d5c0 solid;
	background-color: #edebd6;
	padding: 15px;
}
#main_dark{
	margin-top: -2px;
	border-top: 4px #d7d5c0 solid;
	border-bottom: 1px #d7d5c0 solid;
	background-color: #edebd6;
	padding: 15px;
}
#main_light{
	border-bottom: 4px #d7d5c0 solid;
	background-color: #f3f2e4;
	padding: 15px;
}
#footer{
	border-top: 4px #86a084 solid;
	border-bottom: 4px #86a084 solid;
	background-color: #c5d9c3;
	padding: 15px;
	font-size: 10px;
	line-height: 2em;
}
#bottom {
	background: url(images/body_bg_bottom.gif) no-repeat;
	margin: 0 auto;
	padding: 0 20px;
	width: 790px;
	height: 24px;
	text-align: right;
	font-size: 10px; 
	color: #666666;
}
#bottom a{
	color: #666666;
	text-decoration: underline;
}
/* ------------- menu ----------------- */
#menu {
	padding-top: 130px;
	margin: 0 0 0 20px;
}

#menu ul {
	margin: 0;
	padding: 0;
	white-space : nowrap;
}
#menu ul li {
	margin: 0;
	padding: 0;
	display: block;
	float:left;
	text-align: center;
}
#menu ul li a {
	color : #fff;
	text-decoration : none;
	font-weight: bold;
	display: block;
	border: none;
}
#menu ul li a {
	background: url(images/menu.gif) no-repeat;
	height: 26px;
	width: 94px;
	line-height: 26px;
	padding-top: 7px;
}
#menu ul li a:hover, #menu ul li a:active {
	background: url(images/menu_over.gif) no-repeat;
	height: 29px;
	width: 94px;
	line-height: 29px;
	padding-top: 4px;
}
#menu ul li.active a {
	background: url(images/menu_over.gif) no-repeat;
	height: 26px;
	width: 94px;
	line-height: 26px;
	padding-top: 4px;
}
