body {
  background: #F5E3FA;
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  color: #666666;
}

img { border: 0px; }

td {
  background: #FFFFFF;
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  color: #666666;
  vertical-align: top;
}

h1 {
  color: #5D016B;
  font-family: Arial, Verdana, sans-serif;
  font-size: 20px;
  margin-bottom: 2px;
  font-weight: normal;
}

h2 {
  color: #CE92DB;
  font-size: 16px;
  margin-bottom: 2px;
}

h3 {
  color: #333333;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 2px;
  margin-top: 2px;
}

li {
  list-style-type: disc;
  margin: 0px;
  padding: 0px;
}

a:link {color: #5D016B;}     /* unvisited link */
a:visited {color: #006600;}  /* visited link */
a:hover {color: #FFCC33;}   /* mouse over link */

table.main {
	background: #FFFFFF;
	width: 800px;
	border: 2px solid #006600;
    margin: 0px;
    padding: 0px;
    border-collapse: collapse;
}

td.nav {
    border-top: 1px solid #006600;
    background-image: url(../images/nav_back.png);
    background-repeat: repeat-x;  
	color: #FFCC33;
    font-size: 18px;
    font-family: Verdana;
    text-align: right;
    padding: 7px;
    margin: 0px;
    
}

td.content {
   padding: 5px;
}

a.nav:link {
  color: #FFFFFF;
  font-size: 18px;
  text-decoration: none;
  text-align: left;

}     /* unvisited link */
a.nav:visited {
   color: #FFFFFF;
   font-size: 18px;
   text-decoration: none;
   text-align: left;
}  /* visited link */


a.nav:hover {
   color: #FFCC33;
   font-size: 18px;
   text-decoration: none;
   text-align: left;
}   /* mouse over link */



td.footer {
  background: #A5C79F;
  font-size: 12px;
  font-weight: bold;
  color: #006600;
  padding: 10px;
  text-align: center;
}

table.infobox {
 border: 1px solid #cdcdcd;
 width: 200px;
 margin: 10px;
 
}
table.contactinfobox {
 border: 1px solid #cdcdcd;
 width: 200px;
 margin: 5px 10px 10px 10px;
 
}
table.infobox2 {
 border: 1px solid #cdcdcd;
 width: 250px;
 margin: 10px;
 
}
table.infoboxwide {
 border: 1px solid #cdcdcd;
 width: 600px;
 margin: 10px;
 
}
td.infoboxhead {
 background-image: url('../images/subhead.png');
 background-repeat: repeat-x;
 color: #FFFFFF;
 font-size: 16px;
 letter-spacing: 1px;
 padding: 5px;
}
td.infoboxheadsmall {
 background-image: url('../images/subhead.png');
 background-repeat: repeat-x;
 color: #FFFFFF;
 font-size: 12px;
 letter-spacing: 1px;
 padding: 5px;
}
td.infoboxbody {
  background: #FFFFE3;
  font-family: Arial, Verdana, sans-serif;
  font-size: 14px;
}

.infobox {
  padding: 3px;
  font-size: 14px;
}

.missionbox {
  border: 1px solid #cdcdcd; 
  padding: 10px; 
  margin: 5px; 
  width: 170px; 
  float:right; 
  background: #FFFFE3;
}
.contactbox {
  border: 1px solid #cdcdcd; 
  padding: 10px; 
  margin: 5px; 
  width: 470px; 
  float:left; 
  background: #FFFFE3;
}
.contactboxsmall {
  border: 1px solid #cdcdcd; 
  padding: 10px; 
  margin: 5px; 
  width: 450px; 
  float:left; 
  background: #FFFFE3;
}
a.footer:link {color: #006600;}     /* unvisited link */
a.footer:visited {color: #006600;}  /* visited link */
a.footer:hover {color: #FFCC33;}   /* mouse over link */



