/*modified 11.30.2004-----------------*/

td{
vertical-align:top;

}


.bodytext { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	font-style: normal;
	font-weight: normal; 
	color: #003300
	} 

.bodysidebar { 
	border-color: black 
	black black #000066; 
	border-style: dashed; 
	border-left-width: medium
		} 

a.navbar:link { 
	color: #000033; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal; 
	font-weight: normal; 
	text-decoration: none; 
	}
	 
a.navbar:active { 
	color: #009933; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal; font-weight: normal; 
	text-decoration: underline; } 

a.navbar:visited { 
	color: #000033; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal; 
	font-weight: normal; 
	text-decoration: none; 
	} 

a.navbar:hover { 
	color: #CCCCCC; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal; 
	font-weight: normal; 
	} 

.faqquestions { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	color: #000033; 
	text-decoration: underline;
	} 

.footer{
 text-align:center;
} 

.footer a:link, .footer a:visited{
	color: #339966;
	text-decoration: none;

}

.footer a:hover, .footer a:active{
	color: #333333;
	text-decoration: underline;

}


.copyright{
	font-size: 10px;
}


a:link { font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px; font-style: 
	normal; 
	font-weight: bold; 
	color: #0000FF; 
	text-decoration: none; 
	} 
a:visited { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	font-style: normal; 
	font-weight: bold; 
	color: #0000FF; 
	text-decoration: none; 
} 

a:hover { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	font-style: normal; 
	font-weight: 
	bold; 
	color: #0000FF; 
	text-decoration: underline; 
} 

a:active { font-family: Arial, Helvetica, sans-serif; font-size: 13px; 
	font-style: normal; 
	font-weight: bold; 
	color: #0000FF; 
	text-decoration: none; 
}

.bodytable {  
	background-color: #FFFFFF; 
	text-align: center; 
	padding-top: 10px; 
	padding-right: 5px; 
	padding-bottom: 5px;
	 padding-left: 5px; 
	 border: thin solid; 
	 border-color: black #000000
 }
 
 
.bodytitle {  
	font-family: Geneva, Arial, Helvetica, san-serif; 
	font-size: 14px; 
	font-style: normal; 
	font-weight: bold; 
	color: #006633; 
	text-decoration: none;
}


.popupTable {  
	border-color: black black #000000; 
	border-style: solid; 
	border-top-width: thin; 
	border-right-width: thin; 
	border-bottom-width: thin; 
	border-left-width: thin;
}


.bodysubtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999900;
	font-weight: bold;
	letter-spacing: 2px;
}
/* nav ----------------------------------------------- */

#nav {
	background-color:#cc9;
	background-repeat:no-repeat;
	float:left;
	width:100%;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
  }

#nav ul {
  margin:0;
  padding:0 20px;
  list-style:none;
  font-size:85%;
  text-transform:lowercase;
  }
#nav li {
  float:left;
  margin:0;
  padding:0;
  background-image:none;
  line-height:normal;
  text-indent:0;
  }
#nav a, #nav strong {
  display:block;
  padding:4px 5px;
  border:solid #000;
  border-width:0 1px 0 0;
  color:#003300;
  text-decoration:none;
  white-space:nowrap;
  }
/* Following rule allows entire region of link to to be 
   clickable in IE/Win. Holly Hack explained here:
   http://www.positioniseverything.net/explorer/escape-floats.html */
* html #nav a {
  width:1%;
  }
#nav #current strong, #nav #current a {
  background-repeat:no-repeat;
  }
#nav a:hover {
  color:#000;
  }
#nav a:hover {
	background-repeat:no-repeat;
	color: #FFFFFF;
	background-color: #003333;
  }
#nav a strong {
  background:none;
  padding:0;
  border:none;
  }
#nav #h {
  border-left-width:1px;
  }
