/* Netscape 4 CSS 
*  
*  DO NOT use the following properties
*  
*  :active, :visited
*  :first-line, :first-letter
*  important
*  FontFamily: cursive, fantasy
*  FontStyle: oblique
*  Font-variant
*  font-weight: lighter
*  background-color
*  word-spacing, letter-spacing
*  text-decoration: overline
*  vertical-align
*  margin-bottom
*  border-style: dotten, dashed
*  border-top
*  border-right
*  border-bottom
*  border-left
*  height
*  display: inline
*  white-space: nowrap
*  list-style-image
*  list-style-position
*  list-style: position, url
*  
*  Avoid the following properties:
*  
* padding-top: ?px; 
* padding-right: ?px; 
* padding-bottom: ?px; 
* padding-left: ?px; 
*  
*/

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	background: #FFFDEB;
}
p {
padding-top: 9px;
	padding-bottom: 9px;
}

.footlinks {
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 12px; 
  font-weight: normal; 
  color: #FBE3AE;
}

.footlinks a:link{
  color: #FBE3AE;
  text-decoration: underline;
}

.footlinks a:visited{
  color: #FBE3AE;
  text-decoration: underline;
}

.footlinks a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.footcopy {
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 12px; 
  color: #FBE3AE;
}

.bodytext {  
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 13px; 
  font-style: normal; 
  line-height: 17px; 
  font-weight: normal; 
  color: #104A29;
}

.bodytext a:link {
  text-decoration: underline;
  color: #0000CC;
}

.bodytext a:hover {
  text-decoration: underline; 
  color: #993300; 
}

.contactinfo {  
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 14px; 
  font-style: normal; 
  line-height: 20px; 
  font-weight: bold; 
  color: #993300;
}


.pagetoolslink {
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 10px; 
  font-weight: normal
}

.pagetoolslink a:link {
  text-decoration: none; 
  color: blue;
}

.pagetoolslink a:visited {
  text-decoration: none; 
  color: blue;
}

.pagetoolslink a:hover {
  text-decoration: none; 
  color: #CC0000;
}	

.bodyhead {
  font-family: Verdana,Arial, Helvetica,sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #993300;
}

.bodyhead a:link {
  text-decoration: none;
    color: #7C7C56;
}

.bodyhead a:hover {
  background-color: #999966; 
  text-decoration: none; 
  color: #FFFFE1; 
}

.pagetitle {
  font-family: Verdana,Arial, Helvetica,sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #000000;
}

.formlabel {
  font-family: Verdana,Arial, Helvetica,sans-serif;
  font-size: 10px;
  font-weight: normal;
  color: #000000;
}
.imgBorder {
	border-top: 1px solid #A03F0C;
	margin-top: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid #A03F0C;
}

.rightSide {
	margin-bottom: 25px;
	margin-left: 25px;
}
