


body {
    font: normal 100% Helvetica, Arial, sans-serif;
    background: white; }


p {
 line-height: 1.5em;
 
}

#headerwrapper, #menuwrapper, #mainwrapper, #footerwrapper {
text-align:center;
align: center;  }

#header, #menu, #main, #footer {
width: 800px;  /*max-width 55em */
padding-left: 2%;
padding-right: 2%;
}

#headerwrapper {
background: white; 
background-image:url('images/header.jpg');
background-repeat:repeat-y;
background-position:center; 
}
*{margin:0;padding:0}
#header {
 margin: 0 auto;
  text-align:left;
  height: 354px;   
}

#menuwrapper {
background: orange; 
background-image:url('images/menub_bg.gif');
background-repeat:repeat-x;
background-position:0px -9px; 
}

#menu {
margin: 0 auto;
  text-align:center;
  background: transparent; 
  height: 37px; 
  width: 800px; 
}

img.menubutton {
position:relative;
top:-12px;

}

#mainwrapper {
background: #FFF001;
background-image:url('images/main_yellow_back.jpg');
background-repeat:repeat-x;
background-position:0px 0px;
 }
 

.list {
  list-style-type:none; 
  margin-top: 5pt; 
}

.list li {
  margin-bottom: 4pt;
} 

.list li a {
	color:blue;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.0em;
}

.list li a:hover {
color: red;
}


#mission {  /* positions the mission statement */
font-size: 1.1em;
position:relative; 
top:-10px;
padding-left:320px;
margin-top: 20px;
color:#666600;
font-style:italic;
line-height: .5em; 
}


#main {
 margin: 0 auto;
  text-align:left;
  background: transparent; 
padding-top: 1em;
padding-bottom: 2em;
}

td.maintable p {   /* for all pages but home */
border-right:0px dotted #808080; 
margin:0 auto;
vertical-align:top; 
padding: 0;
padding-right: 5px;
line-height: 1.1em; 
margin-right: 20px;
}

td.hometable {   /* for home only */
margin:0 auto; 
padding-left: 10px;
padding-right: 5px; 
padding-top:0; 
padding-bottom:0;
vertical-align:top;
width:57%;
}

td.hometable p {
line-height: 1.1em; 
margin-right: 20px;
}

td.homerightcolumn {
border-left:1px dotted #808080; 
padding-left:5px; 
vertical-align:top;
width:20%;
margin-left:auto;
margin-right:0; 
margin-top:0; 
margin-bottom:0; 
border-left-width:1px; 
border-top-width:1px; 
border-bottom-width:1px;
}
td.homerightcolumn p {
line-height: 1.0em; 
margin-right: 0px;
font-size: .9em;
}

td.homeleftcolumn {
border-right:1px dotted #808080; 
margin:0 auto; 
vertical-align:top;
width:18%;
padding:0; 
padding-right: 5px;

}
td.homeleftcolumn p {
line-height: 1.0em; 
margin-right: 0px;
font-size: .9em;
}


#footerwrapper {
background: #193E6A;
height: 6em;  
background-image:url('images/blue-back.jpg');
background-repeat:repeat-x;
background-position:0px 0px; 
}

#footer{
margin: 0 auto;
text-align:left;
background: transparent;
 
}

#footer p{
color: darkgray;
}

table.footer {
border:0px dotted #808080;
width: 100%;
margin-top: 15px;
}

