﻿body
{
	font-family: Tahoma, Verdana, Arial, Tahoma, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 1.4;
	 background-color:#ffffff;
	background-image:url('img/bg.gif') ;
	margin:0px;
	padding:0px;
	height:100%;
	width:100%;
}

#main
{
    width:100%;
    text-align:center;
    height:100%; 
    margin:0px;
    padding:0px;
    position:absolute;
    top:0px; 
    bottom:0px; 
    left:0px; 
    right:0px;
}

#center
{
    text-align:left;
    background-color:#ffffff;
    padding:0px;
    margin:0px;
    height:100%;
    width:760px;
    border-left:solid 1px #6C7757;
}

#header
{
    padding:0 0px 0 20px;
    margin:0px;
    background-color:#ffffff;
}

#bodyreg
{
    border-right:solid 1px #6C7757;
    padding:0 0px 0 0px;
    margin:0px;
    background-color:#ffffff;
}

#left
{
    width:219px;
    vertical-align:text-top;
    border-right:solid 1px #6C7757;
    float:left;
    height:100%;
    background-color:#ffffff;
}

#right
{
    width:521px;
    vertical-align:text-top;
    float:left;
    background-color:#ffffff;
}

#footer
{
    margin: 20px 20px 0 0;
    text-align:right;
    font-size:90%;
    background-color:#ffffff;

}

.content
{
    padding:20px;
    background-color:#ffffff;
    height:100%;
}

h1
{
 color:#74972d;
 font-size: 24px;
 font-weight:lighter;
 margin:0 0 10px 0;
}

h2
{
 color:#74972d;
 font-size: 18px;
 font-weight:lighter;
}



#sidebar 
{
	width: 199px;
	float: right;
	margin: 0px 0 20px 0px;
	padding: 0;
	font-size: 90%;
	color: #333333;
	background-color: #ffffff;
}


#sidenav
{
    clear:both;
    width:199px;
    background: #ffffff url(/img/botnav.gif) no-repeat;
    background-position: bottom;
    padding: 5px 0 16px 0;
    color:inherit;
}

#navcontent
{
     background: #FFFFFF url(/img/bgnav.gif) repeat-y;
     color:inherit;
}


#navcontent ul 
{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
} 

#navcontent li 
{
    margin: 0px;
    padding: 0px;
    width: 199px; 
}

#navcontent .menu a {
     margin: 0px 0px 0px 0px;
     padding: 3px 10px 3px 10px;
     width: 179px; 
     height: 16px;
     display: block;
     text-decoration: none;
     border-bottom:dashed 1px #e6e6e6;
     color: #333333;
     font-weight:bold;
	 }
	 
	 #navcontent .menu a.isOn {
     margin: 0px 0px 0px 0px;
     padding: 3px 10px 3px 10px;
     width: 171px; 
     height: 16px;
     display: block;
     border-bottom:dashed 1px #e6e6e6;
     border-left:solid 8px #99cc33;
     text-decoration: none;
     color: #74972d;
     font-weight:bold;
	 }
	 
#navcontent .menu a:hover 
{
     text-decoration: none;
     color: #74972d;
     background-color: #FCFCFC;
     }
     
     
A:link
{
	color: #74972d;
	text-decoration: underline;
	background-color:inherit;
}

A:visited
{
	color: #74972d;
	text-decoration: underline;
	background-color:inherit;
}

A:hover
{
	color: #74972d;
	text-decoration: underline;
	background-color:inherit;
}