*
{
margin: 0px;
padding: 0px;
}

body
{
	background-color: #fff;
	color: #666666;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/back.gif);
}

a
{
text-decoration: underline;
color: #CCCCCC;
}

a:hover
{
text-decoration: none;
color: #FFFFFF;
}

strong
{
background: inherit;
color: #50514D;
}

#header
{
	width: 719px;
	height: 240px;
	background: #FFFFFF url(../images/top.jpg) repeat-x;
	color: #ffffff;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#main
{
	padding-top: 20px;
	position: relative;
	width: 719px;
	margin: 0px auto;
	padding-bottom: 10px;
}
#menu {
	position:absolute;
	left:0px;
	top:6px;
	width:722px;
	height:25px;
	z-index:1;
	margin-right: auto;
	margin-left: auto;
}

#menu ul
{
list-style: none;
margin: 0px;
}

#menu li
{
	background: none;
	padding: 0px;
	font-weight: bold;
	float: left;
	margin-right: 2px;
	display: inline;
}
#menu li a.active
{
background: inherit;
color: #fff;
background-image: url('../images/button2.gif');
}

#menu a
{
	display: block;
	position: relative;
	width: 101px;
	height: 15px;
	margin-bottom: 1px;
	text-decoration: none;
	background: inherit;
	background-image: url(../images/button.gif);
	padding-top: 6px;
	color: #FFFFFF;
	font-size: 13px;
	text-align: center;
	padding-bottom: 2px;
}

#menu a:hover
{
background: #FF9000 url(../images/button2.gif);
color: #000000;
}
#menuf {
	position:relative;
	left:18px;
	top:0px;
	width:370px;
	height:25px;
	z-index:1;
	margin-right: auto;
	margin-left: auto;
}

#menuf ul
{
list-style: none;
margin: 0px;
}

#menuf li
{
	background: none;
	padding: 0px;
	font-weight: bold;
	float: left;
	margin-right: 2px;
	display: inline;
}
#menuf li a.active
{
background: inherit;
color: #fff;
background-image: url('../images/button2.jpg');
}

#menuf a
{
	display: block;
	position: relative;
	width: 180px;
	height: 15px;
	margin-bottom: 1px;
	text-decoration: none;
	background: inherit;
	background-image: url(../images/button.gif);
	padding-top: 6px;
	color: #FFFFFF;
	font-size: 13px;
	text-align: center;
	padding-bottom: 2px;
}

#menuf a:hover
{
background: #FF9000 url(../images/button2.jpg);
color: #000000;
}

h3
{
margin-top: 30px;
color: #FFFFFF;
font-size: 15px;
height: 34px;
}

h3.first
{
margin-top: 0px;
}

#lcol
{
	position: relative;
	width: 170px;
	float: left;
	margin-top: 12px;
	margin-left: 1px;
	margin-bottom: 10px;
	background-color: #9E8F73;
}

#lcontent
{
	position: relative;
	padding: 5px 10px 0px;
	margin-top: 0px;
	background-color: #9E8F73;
	border: 1px solid #999999;
	color: #FFFFFF;
	text-align: center;
}

#rcontent
{
	position: relative;
	padding: 5px;
	margin-top: 0px;
	border: 1px solid #CCCCCC;
	background-color: #9E8F73;
	color: #FFFFFF;
}

ul
{
list-style: none;
}

li
{
background: url('images/x1.gif') no-repeat 0px 5px;
padding-left: 15px;
}

p
{
margin-bottom: 25px;
text-align: center;
line-height: 20px;
}

#lcol p
{
font-size: 10px;
line-height: 16px;
margin: 0px;
}


ul.divided li
{
border-top: solid 1px #F5F5F5;
margin-top: 4px;
padding-top: 4px;
background-position: 0px 9px;
}

ul.divided li.first
{
border-top: 0px;
margin-top: 0px;
padding-top: 0px;
background-position: 0px 5px;
}

#rcol
{
	position: relative;
	margin-left: 180px;
	width: 535px;
	margin-top: -2px;
	float: inherit;
}
#footer
{
	clear: both;
	background: url(../images/bottom.jpg) no-repeat;
	width: 719px;
	margin: 0px auto 25px;
	padding-top: 4px;
	text-align: center;
	padding-bottom: 4px;
	color: #FFFFFF;
}
#footer a {
	color: #FFFFFF;
};

