body
  { background: url('Images/backgrnd.gif');
  margin-top:0px;
   }
a:link { 	text-decoration: none;
	        color: #339900;
  }
a:visited {
	text-decoration: none;
	color: #339900;
}
a:hover {
	text-decoration: underline;
	color: #669966;
}
a:active {
	text-decoration: none;
	color: #66CC99;
}
.submit {
      font-family: Times; 
      font-size: 9px;
}
.header { background-color: #33CC99;
          font:"Times New Roman", Times, serif;
		  font-size:16pt;
		  font-weight:bold;
		  padding:10px;
		  white-space:0px;
		  }
.style1 { font-size: large; font-weight: bold; }
.style2 { font-size: x-large;  font-weight: bold; }
.style3 { font-size: large}
.style13 {font-family: Geneva, Arial, Helvetica, san-serif}
.style14 { 	color: #0000FF; 	font-weight: bold; }
.style15 { 	color: #6699FF; 	font-size: medium; }
.style16 { 	color: #FF99CC; 	font-size: medium; }
.style17 {font-size: medium}
.style18 {font-size: small}
.style22 {color: #000000; font-weight: bold; }
.style27 {color: #990000}
.style29 {font-size: medium; font-family: Geneva, Arial, Helvetica, san-serif; }
.style30 {color: #0000FF; font-size: medium; }
.style32 {font-size: x-small; color: #336633; }
.style34 { 	color: #FF66FF; 	font-size: small; }
.style35 {color: #0099CC; font-size: small; }
.style23 {color: #0000FF}
.style40 {color: #336633}
.style45 {font-size: large}
.style46 {color: #000000}
.style49 {	color: #006600; 	font-size: x-small; }
.style62 {font-size: medium; font-family: Geneva, Arial, Helvetica, san-serif; color: #000066; }
.style63 {color: #000066}
.style64 {color: #990066; font-size: large; }
.style65 {	color: #993300; font-weight: bold; }
.style66 {color: #993300}
.style68 {font-size: medium; color: #000000; }
.style86 {font-size: medium; font-weight: bold; color: #FF0033; }
.style87B {font-size: x-large; bold; text-shadow:#000000; color:Blue}
.style87G {font-size: x-large; bold; text-shadow:#000000; color:Green}
.style87Y {font-size: x-large; bold; text-shadow:#000000; color:Yellow}
.style87M {font-size: x-large; bold; text-shadow:#000000; color:Magenta}
.style87W {font-size: x-large; bold; text-shadow:#000000; color:White}
.style87R {font-size: x-large; bold; text-shadow:#000000; color:Red}
.style94 {font-size: large; font-weight: bold; text-shadow:#FEFEFE}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.sidebarmenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 180px; /* Main Menu Item widths */
	font: bold 9pt Verdana;
}
 
.sidebarmenu ul li{
position: relative;
}

/* Top level menu links style */
.sidebarmenu ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: #339900;
text-decoration: none;
padding: 6px;
background-color: White;
}

.sidebarmenu ul li a:visited{
color: #339900;
}

.sidebarmenu ul li a:hover{
background-color: White;
color: #669966;
}

/*Sub level menu items */
.sidebarmenu ul li ul{
position: absolute;
width: 170px; /*Sub Menu Items width */
top: 0;
visibility: hidden;
background-color: White;
}

.sidebarmenu a.subfolderstyle{
background: url(right.gif) no-repeat 97% 50%;
}

 
/* Holly Hack for IE \*/
* html .sidebarmenu ul li { float: left; height: 1%; }
* html .sidebarmenu ul li a { height: 1%; }
/* End */

