body
{
	background-image: url('bg.jpg');
	background-repeat: repeat-x;
	background-color: #505050;
	padding: 0;
	margin: 0;
	color: #161616;
	font-family: Verdana, Tahoma, Arial;
	font-size: 12px;
	*text-align: center;
}

p.bodytext
{
	font-size: 12px;
}

#centerdiv
{
	width: 970px;
	margin: 0 auto;
	*text-align: left;
}

#header
{
	width: 970px;
	height: 131px;
	background-image: url('header2.jpg');
}

#postit
{
	font-size: 13px;
	text-align: center;
	color: #294b6f;
	font-weight: bold;
	float: right;
	width: 120px;
	height: 70px;
	margin-top: 55px;
	margin-right: 45px;
}

#postit a
{
	color: #294b6f;
	text-decoration: underline;
}
#postit a:hover
{
	text-decoration: none;
}

*html #postit
{
	float: right;
	margin-top: 65px;
	margin-left: 805px;
	height: 80px;
	position: absolute;
}

#topmenu
{
	width: 970px;
	height: 32px;
	background-image: url('topmenu2.jpg');
}


#lowermenu
{
	width: 970px;
	height: 32px;
	background-image: url('lowermenu2.jpg');
	clear: both;
	min-height: 32px;
}

#content_div
{

	background-image: url('content_bg1.jpg');
	background-repeat: repeat-y;
	width: 970x;
	margin-bottom: -6px;
}

#content
{
	width: 793px;
	float: right;
	padding-left: 15px;
	/* margin-right: 50px; */
	margin-right: 140px;
}

*html #content
{
	float: none;
	padding-left: 35px;
	/* background-image: url('content_bg1.jpg'); */
	/* margin-right: 30px;*/
}

/*#leftcontent
{
	width: 139px;
	float: left;
	margin-left: 30px;
}

*html #leftcontent
{
	margin-left: 20px;
}*/

#content a
{
	color: #49a902;
	font-weight: bold;
	text-decoration: none;
}

#content a:hover
{
	text-decoration: underline;
	font-weight: bold;
}

#bottom
{
	width: 970px;
	height: 54px;
	background-image: url('bottom.jpg');
	background-repeat: no-repeat;
	/* margin-top: -12px; */
}

*html #bottom
{
	margin-top: 12px;
	clear: both;
}

#footer
{
	font-size: 10px;
	text-align: center;
	color: #FFF;
	margin-top: -15px;
}
#footer a
{
	text-decoration: underline;
	color: #FFF;
}
#footer a:acitve, #footer a:visited
{
	color: #FFF;
}

#topmenu_list 
{
	list-style-type: none;
	height: 100%;
	margin: 0;
	padding: 0;
	margin-left: 50px;
}

#topmenu_list li
{
	float: left;
	height: 100%;
}

#topmenu_list li a
{

	height: 22px;
	float: left;
	*height: 32px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

#topmenu_list li a:hover
{
	color: #fac53d;
	background-color: #49a902;
}

#lowermenu_list
{
	list-style-type: none;
	text-align:  left;
	height: 100%;
	margin: 0;
	padding: 0;
	margin-left: 50px;
}

#lowermenu_list li
{
	float: left;
	height: 100%;
	padding-top: 5px;
	height: 26px;
}

#lowermenu_list li a
{
	padding-left: 15px;
	padding-right: 15px;
	color: #FFF;
	text-decoration: none;
}

#lowermenu_list li a:hover
{
	font-weight: bold;
	color: #fac53d;
}

.topmenu_active
{
	color: #fac53d !important;
	background-color: #49a902;
}

.lowermenu_active
{
	font-weight: bold;
	color: #fac53d !important;
}

h1
{
	font-size: 16pt;
	color: #3E3E3E;
}
h2
{
	font-size: 13pt;
	color: #3E3E3E;
}

h3
{
	font-size: 11pt;
	color: #3E3E3E;
}