body
{
    text-align: left;
    font-family: 'Arial !important';
    font-size: 12px;
    color:Black;
}
#main
{
    background-image: url(   '../images/backgroundgrade.jpg' );
    background-repeat:no-repeat;
    border-top-style: solid;
    border-top-width: thick;
    border-top-color: #02602a;
    width: 1000px;
}
#footer
{
	background-color:black;
    color: #FFFFFF;
    width: 1000px;
    
}
#content
{
    width:925px;
}
#footcontent
{
    width: 925px;
    font-family:Arial;
    color: #cccccc;
    font-size:10px;
    
}
#footcontent a
{
    width: 925px;
    font-family:Arial;
    color: #cccccc;
    font-size:10px;
    text-decoration:none;
    
}
.lgheader
{
    font-family: arial;
    font-size: 18px;
    color: #016e53;
}
.smheadergreen
{
    font-family: arial;
    font-size: 14px;
    color: #016e53;
    font-weight: bold;
}
.smheader
{
    font-family: arial;
    font-size: 12px;
    color: #666666;
    font-weight: bold;
}
a
{
    font-family: arial;
    font-size: 12px;
    color: #016e53;
}
a:visited
{
    font-family: arial;
    font-size: 12px;
    color: #016e53;
}
ul 
{
    list-style-image: url( '../images/arrows.gif' );
    padding-bottom: 5px;
    font-size: 12px;
    color: Black;
}
ul li
{
    font-size: 12px;
    color: Black;
    text-decoration:none;
}
ul li a
{
    font-size: 12px;
    color: Black;
    text-decoration:none;
}
td ul li a:hover {
	color:#016e53;
}
ul li a:visited
{
    font-size: 12px;
    color: Black;
    text-decoration:none;
}
.tabSelect
{
      border-width: 1px;
      border-color: #C8C8B7;
      margin: 5px 2px 0px 2px;
      padding: 8px 2px 0px 2px;
      background-color: #FFFFFF;
      float: left;
      height: 27px;
      text-align: center;
      border-top-style: solid;
      border-right-style: solid;
      border-left-style: solid;
}
a.menulink
{
      font-size: 11px;
      font-weight: normal !important;
      text-decoration: none;
}

.tabUnSelect
{
      border-width: 1px;
      border-color: #C8C8B7;
      padding: 10px 2px 2px 0px;
      background-color: #E8EDF9;
      float: left;
      height: 20px;
      text-align: center;
      margin-top: 8px;
      border-top-style: solid;
      border-right-style: solid;
      border-left-style: solid;
      margin-right: 2px;
      margin-left: 2px;
}
.SubMenu
{
    margin-right: 5px;
    margin-left: 20px;
}
#leftnav a
{
 color:White;
 font-size:16px;
 text-decoration:none;
}
.tblheader
{
    background-color: #F5F5F5;
    font-family: arial;
    font-size: 18px;
    font-weight: bold;
}
.form tr
{
    border-bottom-style: solid;
    border-bottom-width: thin;
    border-bottom-color: #000000;
}
.nodecoration
{
    text-decoration:none;
    
}
input.button{
	BACKGROUND-COLOR: #008080;
	color:white;
}
UL#menu {
	left:340px;
	position:absolute;
	top:35px;
	width:600px;
	z-index:10;
}
UL#menu, UL#menu LI UL { 
	margin:0;
	line-height:1;
	list-style:none; 
	padding:0; 
} 
UL#menu A {
	display:block;
}
UL#menu A IMG {
	border-width:0px;
}
UL#menu LI { 
	float:left; 
}
UL#menu LI UL {
    border:thin solid #E3E3E3;
	left:-999em;
	margin-left:4px;
	position:absolute; 
	width:170px;
} 
UL#menu LI UL#products {
	width:220px;
} 
UL#menu LI UL LI A {
    background:#FBFBFB;
    color:#000000;
    display:block;
    font:bold 10px Arial;
	margin:0 1px 0 0;
	padding:4px 10px;
    text-align:left;
    text-decoration:none;
    width:150px;
}
UL#menu LI UL#products LI A {
    width:200px;
}
UL#menu LI UL LI A:hover {
	background-color:#EFEFEF;
	color:#000;
}
UL#menu LI UL#products LI UL {
	margin:-20px 0 0 220px;
}
UL#menu LI:hover UL LI UL, UL#menu LI.sfhover UL LI UL {
	left:-999em; 
}
UL#menu LI:hover UL, UL#menu LI.sfhover UL, UL#menu LI UL LI:hover UL, UL#menu LI UL LI.sfhover UL {
	left:auto; 
}