body {
background: url(images/bgtile.jpg);
 scrollbar-3d-light-color:#999999;
           scrollbar-arrow-color:White;
           scrollbar-base-color:black;
           scrollbar-dark-shadow-color:#333333;
           scrollbar-face-color:#009980;
		     scrollbar-track-color: #F0F7F3;
           scrollbar-highlight-color:#999999;
           scrollbar-shadow-color:black
	}

A {
	text-decoration: none;
	color: Yellow;
}

P {
    font-family: Arial, sans-serif;
        font-size : 10pt;
        color : #006699;
        }

P.copyright {
  font-size: 8pt;
  font-family: Arial, sans-serif;
  color: Yellow;
}
A:HOVER {
	color: #FFCC33;
}

FORM {
	color : #339900;
}

a:vlink {
  color: #FFFFCC;
}
H3 {
	font-family: Arial, sans-serif;
	color : #009933;
	font-weight : bold;
	}
P.indented {
	
	margin-left : 100px;
	margin-right : 100px;
}

.button { 
 font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif; 
 background-color: #009980; 
 color: #ffffff; 
 margin-left: 12px; 
 margin-top: 3px; 
 margin-bottom: 2px; 
}

.fieldcell  { 
 width: 200px; 
 font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif; 
 background-color: #e7f7f5; 
 color: #103232; 
 margin-right: 0px;
 
 

  
}

#navlist {
	position: absolute;
	left: 8px;
	top: 250px;
	
}

#navlist ul {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

#navlist li {
	margin: 0 0 3px 0;
}

#navlist a {
	/*/*/display: block;
	padding: 2px 0px 2px 25px;
	border: 1px solid #333;
	width:  95%;
	background-color: #999;
	background-image:  url(images/l1_down.gif); /* */
}

#navlist a:link, #navlist a:visited {
	color: #000;
	/*/*/color: #EEE;
	text-decoration: none; /* */
}

#navlist a:hover {
	background-color: green;
	background: transparent;
	color: #006666;

}

#currentlink a:link, #currentlink a:visited, #currentlink a:hover {
	/*/*/border: 1px solid #333333;
	background-color: green;
	background-image:  url(images/l1_over.gif);
	color: #333; /* */
}

#contactlink a {
	color:#009900;
}
#contactlink a:hover {
	color:#FFCC33;
}
.contentcell {
border-right: 1px solid;
border-color: Green;
background-color: White;
	
}
.footercellcell {
border-right: 1px solid;
border-color: Green;
background-color: #319c31;
	
}
.normalTextCell {
	font-family: Arial, sans-serif;
        font-size : 10pt;
        color : #006666;
}

.boldTextCell {
font-family: Arial, sans-serif;
        font-size : 10pt;
		  font-weight: bold;
        color : #006666;
}
.contentbox {
border: 1px solid;
border-color: Green;
background-color: White;
	
}
.credit {
	font-family: Arial, sans-serif;
   font-size : 10pt;
	color: #FFFF66;
	text-decoration: none;
}