html, body{
	width: 100%;
	height: 100%;
	margin:0;
	padding:0
}
html, body, div, td, *{
	font-family: Tahoma, Verdana, _sans;
	font-size: 13px; 
	color: #686868;
}
a{
	font-family: Tahoma, Verdana, _sans;
	font-size:100%;
	color: #686868;
}
a:hover{
	text-decoration:none;
}
body{
	background: #e5e1c2;
}
h1, h2{
	text-align: center;
	font-family: Trebuchet MS;
	font-weight: bold;
	font-size: 18px;
	color: #000000;
}
.red{
	color: #FF0000;
}
.bold{
	font-weight: bold;
}
/* ================== frame ===================== */
#main-frame{
	background: url('/images/frame-footer.gif') center bottom no-repeat;
	width: 100%;
}
#main-body{
	text-align: left;
	width: 980px;
}
#main-head{
	background: url('/images/frame-header.jpg') center bottom no-repeat;
	width: 980px;
	height: 500px;
	padding: 0px;
}
#homepage{
	display:block;
	float:right;
	margin: 50px 20px 0px 0px;
	width: 400px;
	height: 150px;
}
#wrapper{float:left;width:100%}
#content{margin: 0 180px 0 236px}
#right-column{float:left;width:180px;margin-left:-180px}
#left-column{float:left;width:236px;margin-left:-100%}
#counters{border-top: 1px solid #555555; width: 960px; background-color: #cecece;}
#counters td{text-align:center; padding: 5px 0px;}
.gap{font-size:4px; line-height: 4px;}
/* ------------------------------------------------------------ */
.area-title{
	text-align: center;
	font-family: Trebuchet MS;
	font-weight: bold;
	font-size: 18px;
	color: #ffffff;
}
#area-main{
	background: url('/images/frame-content-body.gif') center bottom repeat-y;
}
#area-main-header{
	background: url('/images/frame-content-header.gif') center top no-repeat;
}
#area-main-footer{
	background: url('/images/frame-content-footer.gif') center bottom no-repeat;
	padding: 10px 15px 15px 10px;
}
.area-left{
	background: url('/images/left-menu-body.gif') center bottom repeat-y;
}
.area-left-header-green{
	background: url('/images/left-menu-header-green.gif') center top no-repeat;
}
.area-left-header-orange{
	background: url('/images/left-menu-header-orange.gif') center top no-repeat;
}
.area-left-footer{
	background: url('/images/left-menu-footer.gif') center bottom no-repeat;
	padding: 6px 14px 10px 15px;
}
.area-right{
	background: url('/images/right-menu-body.gif') center bottom repeat-y;
}
.area-right-header-green{
	background: url('/images/right-menu-header-green.gif') center top no-repeat;
}
.area-right-header-orange{
	background: url('/images/right-menu-header-orange.gif') center top no-repeat;
}
.area-right-footer{
	background: url('/images/right-menu-footer.gif') center bottom no-repeat;
	padding: 6px 14px 10px 5px;
}

#menu-top{
	width: 980px;
	margin-top: 10px;
	margin-bottom: 20px;
}
#menu-top td{
	text-align: center;
}
#menu-top a{
	padding-bottom: 5px;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	background: url('/images/menu-passive.gif') center bottom repeat-x;
}
#menu-top a.active{
	background: url('/images/menu-active.gif') center bottom repeat-x;
}

#menu-bottom{
	width: 980px;
	margin-top: 10px;
	clear:left;
}
#menu-bottom td{
	text-align: center;
}
#menu-bottom a{
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
#menu-bottom a:hover{
	text-decoration: underline;
}
.menu-left{
	margin:10px 0px;
	padding: 0px 0px 0px 5px;
}
.menu-left li{
	margin:0px;
	padding:0px;
	list-style: none;
	background: url('/images/bullet.gif') left 5px no-repeat;
	padding-left: 10px;
	margin-bottom: 2px;
}