body { background-color: white;
font-family: Verdana;
font-size: 14px;
color:black;
margin:0px;
padding-bottom:20px;
scrollbar-face-color:antiquewhite;
scrollbar-highlight-color:red;
scrollbar-3dlight-color:orange;
scrollbar-darkshadow-color:brown;
scrollbar-shadow-color:pink;
scrollbar-arrow-color:red;
scrollbar-track-color:ivory;
text-align:center;
}

.header { height:125px;
background:ivory;
border:0px;
background:white; 
text-align:center;
}

.mainbody { 
background:white;
border:0px;
text-align:center;
}

a { 
text-decoration:none;
}

a:hover { color:#ff4011;}

.footer { width:100%;
text-align:center;
margin-top:5px;
padding:1px;
background:white;
color:black;
border:0px solid black;
}



h1 { 
	font-size:20px;
	text-align:center;
	color:green;
	}

h2 { font-size:20px;}

h3 { font-size:20px;}

p,h1,h2,h3 { margin: 10px 10px 10px 10px;}

.heading { font-family:Lucida Calligraphy;
font-size:36px;
background-color:white;
color:black;
font-weight:bold;
text-align: center;}

#nav li {
  /*float the main list items*/
  margin: 0px;
  float: left;
font-size: 10px;
  background:url("/image-files/norm_right.gif")
      no-repeat right top;
  display: block;  
}

#nav #current {
	background:none;
}

#nav #current a {
	background:none;
}

#nav li.off ul, #nav li.on ul {
  /*hide the subnavs*/
  display: none;
}

#nav li a {
  /*for all links in the list*/
  color: #9999ff;
  background-color:#9999ff;
  font-weight: bold;
  display: block;
  background:url("/image-files/norm_left.gif")
      no-repeat left top;
    padding:5px 25px 4px ;
  height: 25px;
  width: 50px;    
}

#nav li a:hover {
  /*for all links in the list*/
  color: #ff4011;
  font-weight: bold;
}

 
.cpbox { width:90%;
	font-family:Tahoma; 
	font-size:14pt;
	border: 2px dotted;
	padding: 3px 3px;
	text-align:left;
	margin-left:25px;
	margin-top:25px;
	margin-bottom:25px;
}
 
a { 
text-decoration:none;
}

a:hover { color:#ff4011;}

.cpbox UL {display:inline;
}

.cpbox li {
	margin-left: 0;
	margin-right:5px;
	padding: 3px 3px;
	border-left: 1px solid #000;
	list-style: none;
	display: inline;
	}

.cpbox li.one {
	border-left: 0px;
	}

