body
{
background-color: rgb(255,255,255);
color: rgb(41,116,157);
font-family: Times New Roman, serif;
border-width: 1px;
border-style: solid;
border-color: rgb(102,204,153);
-moz-border-radius: 10px 10px 0px 0px;
}

#content
{
font-size: 101%;
background-color: rgb(255,255,255);
color: rgb(0,0,0);
border-left-width: 0px; border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px;
border-left-style: none; border-right-style: none; border-top-style: none; border-bottom-style: none;
padding: 7px 7px 7px 7px;
text-align: left;
}

/* this was added to remove the spacing between the subheadings on the mission page*/
.leadP
{
margin-top: 0px;
}

#menu
{
background-color: rgb(255,255,255);
color: rgb(77,166,128);
font-family: Times New Roman, serif;
font-style: normal;
background: url('images/menu_bg.jpg') top right no-repeat;
}

a.menuitem
{
font-size: 127%;
background-color: rgb(255,255,255);
color: rgb(148,76,45);
font-variant: normal;
text-transform: none;
font-weight: normal;
margin-left: 19px; margin-right: 19px; margin-top: 19px; margin-bottom: 19px;
text-align: right;
}

#logo
{
font-size: 158%;
color: rgb(241,228,209);
font-family: Times New Roman, serif;
font-style: normal;
font-variant: small-caps;
text-transform: none;
font-weight: bold;
padding: 0px 0px 0px 0px;
text-align: left;
}

#logo
{
height: 130px;
background: url('images/bg_1024x100_text_leaf.png') top center no-repeat;
}

#logo p
{
display: none;
}

#content a
{
color: rgb(148,76,45);
text-decoration: none;
}

#content a:hover, #content a:active
{
background-color: rgb(0,97,35);
color: rgb(255,255,255);
}

#footer
{
height: 65px;
font-size: 75%;
font-weight: bold;
text-align: center;
color: rgb(255,255,255);
background: url('images/bg_footer.gif') top center no-repeat;
}

#footer a
{
text-decoration: none;
color: rgb(255,255,255);
}

#footer a:hover
{
background-color: rgb(255,255,255);
color: rgb(0,97,35);
}

h1, h2, h3, h4, h5, h6
{
font-family: Courier New, Courier, monospace;
font-style: normal;
font-variant: normal;
text-transform: none;
font-weight: normal;
}

h1
{
font-size: 179%;
}

h2
{
font-size: 166%;
}

h3
{
font-size: 153%;
}

h4
{
font-size: 140%;
/* this was added to remove the spacing between the subheadings on the mission page*/
margin-bottom: 0px;
}

h5
{
font-size: 127%;
}

h6
{
font-size: 114%;
}

#menu a
{
text-decoration: none;
}

.menuitem:hover
{
background-color: rgb(0,97,35);
color: rgb(255,255,255);
}

.noScript {
color: rgb(255,0,0);
}

.noPrint {
display: none;
}

.clearFlt {
   clear: both;
}

/* layout */

#menu		{width: 23%; position: relative; top: 0; left: 0; float: left; text-align: center;}
#content		{margin-left: 23%; width: auto}
.menuitem		{width: auto;}
.menuitem		{display: block;}
#footer p {position: relative; top: 40px;}


