body {
	/*font-family: Georgia, "Times New Roman", Times, serif;
	#font-size: 12px;
	#font-style: normal;
	#font-weight: normal;
	#font-variant: normal;
	#text-transform: none;
	#color: #006600;
	#text-decoration: none;
	#background-color: #FFFFFF;
    #margin: 0;
    #padding: 0;*/
}

td {
    /*font-family: Georgia, "Times New Roman", Times, serif;
    #font-size: 12px;
    #font-style: normal;
    #color: #006600;*/
}

.maincell {
	background-attachment: scroll;
	background-color: #E6E6CC;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.outborder {
	border: 2px solid #CCCC66;
}

a:link,a:hover,a:active,a:visited {
    /*#font-family: Georgia, "Times New Roman", Times, serif;
	#font-size: 12px;
	#font-weight: bold;
	#color: #CC0066;
	#text-decoration: none;*/
}

a.menu:link,a.menu:hover,a.menu:active,a.menu:visited {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 20px;
}

h1 {
	/*#font-family: Verdana, Arial, Helvetica, sans-serif;
	#font-size: 18px;
	#color: #CC0066;*/
}

h2 {
	/*#font-family: Verdana, Arial, Helvetica, sans-serif;
	#font-size: 14px;
	#color: #CC0066;*/
}

.menutitle{
cursor:pointer;
margin-bottom: 5px;
background-color:#ECECFF;
color:#000000;
width:140px;
padding:2px;
text-align:center;
font-weight:bold;
border:1px solid #000000;
}

.submenu{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
font-weight:bold;
color:#FFFFFF;
text-decoration:none;
margin-bottom:0.5em;
}

.footerText 
{
  /*#background:#97C69F; 
  #color:#35603D; */
  font-size:13px; 
  font-weight:bold; 
  font-family:Georgia, Times New Roman, Times, serif;
  font-style:italic;
  text-align:center
}

dl, dt, dd, ul, li {
padding: 3px 2px 3px 8px;
margin:0;
list-style-type: none;
text-align:left;
}
#menu {
position: relative;
top: 0;
left:0;
}
dl#menu {
width: 15em;
text-align: left;
}
dl#menu dt{
cursor: pointer;
height: 20px;
line-height: 20px;
font-weight: bold;
/*border: 1px solid gray;*/
/*background: #ccc;*/
}
dt {
text-align: left;
font-weight: bold;
}
dl#menu dd {
/*border: 1px solid gray;*/
}
dl#menu li {
text-align: left;
}
dl#menu li a, dl#menu dt a{
color: #ffffff;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}

dl#menu li#selected, dl#menu dt#selected{
background: #004400;
color: #000000;
}

dl#menu li a:hover, dl#menu dt a:hover{
background: #004400;
}

#navcontainer
{
padding: 0;
/*background: #ccc;*/
height: 20px;
}

#navlist
{
margin: 0px;
padding: 0px 0px;
display: block;
}

#navlist li
{
list-style: none;
float: left;
}

#navcontainer a, #navlist li.extend
{
margin: 0px;
display: block;
border-bottom: 1px solid #333;
padding: 1px 6px;
text-decoration: none;
/*background: #ccc;*/
font: normal 10px verdana, serif;
color: #000;
}

#navcontainer a:hover, #navcontainer a:active, #navcontainer a#current, #navcontainer li#active
{
padding: 1px 5px;
background: #FAFAFA;
border-right: 1px solid #333;
border-left: 1px solid #333;
border-top: 1px solid #FAFAFA;
border-bottom: 1px solid #333;
color: #000;
font-weight: bold;
}

