
body {
margin:  0px; 
padding: 0px;
background-color: #ffffff;
background-image: url(tanback.jpg);
}


#head { 
padding: 5px;
margin: 0px;
border-top: 2px solid #000;
border-bottom: 2px solid #000;
background-color: #8B2252;
}

#vhead { 
padding: 5px;
margin: 0px;
border-top: 2px solid #000;
border-bottom: 2px solid #000;
background-color:#698B69;
}

#bhead { 
padding: 5px;
margin: 0px;
border-top: 2px solid #000;
border-bottom: 2px solid #000;
background-color: #9AC0CD;
}

#chead { 
padding: 5px;
margin: 0px;
border-top: 2px solid #000;
border-bottom: 2px solid #000;
background-color: #8B6914;
}


#head h1 {
text-align: center; 
font-size: 150%;
font-family:  jester, 'comic sans ms', arial, sans-serif;
color:  #000000;
padding: 5px;
}

#text {
text-align: center;
font-size: 24px;
font-family:  jester, 'comic sans ms', arial, sans-serif;
}

#content { 
margin:0px auto;
padding: 30px;
}

#content p {
padding: 8px;
font-weight: 400;
font-size: 18px;
font-family:  jester, 'comic sans ms', arial, sans-serif;
}

#formcontent { 
margin:0px auto;
}

#formcontent p {
padding: 40px 20px;
font-size: 26px; 
font-weight: 400;
font-family:  jester, 'comic sans ms', arial, sans-serif;
}


.right {
float: right; /* place on right side */
margin-left: 10px; 
padding: 5px;
}

.left {
float: left; /* place on left side */
margin-left: 10px; 
padding: 5px;
}

a:link {
text-decoration: none;
color:  #000;
} 

v:link {
text-decoration: none;
color:  #000;
} 

img.right {
float: right; /* place image on right side */
margin-left: 15px; 
padding: 5px;
}

.imagecenter {
text-align: center;
margin-top: 30px;
margin-bottom: 10px;
}

img.left {
float: left; /* place image on left side */
margin-right: 40px;
margin-bottom: 40px;
padding: 5px;
}

.rimagecenter {
text-align: center;
margin-top: 50px;
margin-right: 300px;
margin-bottom: 15px;
margin-left: 300px;
}

#foot {
clear: both;
margin: 0px;
padding: 10px;
background-color: #8B2252;
border-top: 2px solid  #000;
border-bottom: 2px solid  #000;
}

#foot h3 { 
color:  #000000;
font: 95% helvetica, arial;
text-align: right; 
padding: 10px;
margin: 0;
}


#navtop ul {
padding: 0;
margin: 0;
list-style-type: none;
background-color: #7C5C5C;
border-bottom: 2px solid #000;
text-align: center;
float: left;
width: 100%;
}

#vnavtop ul {
padding: 0;
margin: 0;
list-style-type: none;
background-color: #9BCD9B;
border-bottom: 2px solid #000;
text-align: center;
float: left;
width: 100%;
}

#bnavtop ul {
padding: 0;
margin: 0;
list-style-type: none;
background-color: #B4CDCD;
border-bottom: 2px solid #000;
text-align: center;
float: left;
width: 100%;
}


#cnavtop ul {
padding: 0;
margin: 0;
list-style-type: none;
background-color: #CDBA96;
border-bottom: 2px solid #000;
text-align: center;
float: left;
width: 100%;
}

#navtop li {
display: inline;
}

#vnavtop li {
display: inline;
}

#bnavtop li {
display: inline;
}

#cnavtop li {
display: inline;
}

#navtop li a {
float: left;
width: 7.4em;
padding: 3px;
text-decoration: none;
border-right: 1px solid #fff;
}

#vnavtop li a {
float: left;
width: 7.4em;
padding: 3px;
text-decoration: none;
border-right: 1px solid #000;
}

#bnavtop li a {
float: left;
width: 7.4em;
padding: 3px;
text-decoration: none;
border-right: 1px solid #000;
}


#cnavtop li a {
float: left;
width: 7.4em;
padding: 3px;
text-decoration: none;
border-right: 1px solid #000;
}

#navtop li a:link {
color: #000;
}

#vnavtop li a:link {
color: #000;
}


#bnavtop li a:link {
color: #000;
}

#navtop li a:visited {
color: #bebebe;
}

#vnavtop li a:visited {
color: #8B5A2B;
}

#bnavtop li a:visited {
color: #6E7B8B;
}

#cnavtop li a:visited {
color: #8B7355;
}


#navtop li a:hover {
background-color: #8B5F65;
color: #000;
border-right: 1px solid #fff;
}

#vnavtop li a:hover {
background-color: #B8860B;
color: #fff;
border-right: 1px solid #fff;
}

#bnavtop li a:hover {
background-color: #6C7B8B;
color: #fff;
border-right: 1px solid #fff;
}


#cnavtop li a:hover {
background-color: #CD9B1D;
color: #fff;
border-right: 1px solid #fff;
}

#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}



#dropmenudiv a:hover{ /*hover background color*/
background-color: #8B5F65;
}

#dropmenudiv a:visited {
color: #000;
}


.copyright  { 
color: #000;
font: 75% 'Comic Sans MS', Arial, sans-serif;
position: center;
top: -5px;
}


