html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }
 :focus { outline: 0; }
 body { line-height: 1; color: black; background: white; }
 ol, ul { list-style: none; }
 table { border-collapse: separate; border-spacing: 0; }
 caption, th, td { text-align: left; font-weight: normal; }
 blockquote:before, blockquote:after, q:before, q:after { content: ""; }
 blockquote, q { quotes: "" ""; }
 
 
 
 
 
body
{
background-color: #ccffff;
text-align: center;
font-family: "helvetica", "arial", sans-serif;
font-size: 1em;
}

.bold {
font-weight: bold;
}

#content {
background-color: #ffffff;
text-align: left;
width: 960px;
margin: 30px auto;
} 

#masthead-top, #masthead-bottom, #footer {
background-color: #93b21a;
text-align: center;
}

#masthead-top {
padding-top: 15px;
}

#masthead-bottom {
color: #fff;
font-size: 150%;
line-height: 1.5em;
padding: 15px;
}

#mainbody {
padding: 5px 50px 5px 70px;
}

#mainbody h1 {
margin:50px 0 15px 0;
line-height: 1.5em;
font-size: 140%;
font-weight: bold;
color: #93b21a;
}

#mainbody h2 {
margin:10px 0 15px 0;
line-height: 1.5em;
font-size: 120%;
font-weight: bold;
color: #93b21a;
}

#mainbody p {
margin:10px 20px 15px 0;
line-height: 1.5em;
font-size: 95%;
}

#mainbody ul {
margin:10px 20px 15px 20px;
list-style-type : disc;
}

#mainbody li {
line-height: 1.5em;
font-size: 95%;
}

#pagelinks img {
margin: 0 0 10px 0;
border: 1px solid #030;
width: 200px;
height: 150px;
}

#footer {
color: #030;
font-size: 90%;
line-height: 1.2em;
padding: 15px;
}

ul#tabnav { /* general settings */
background-color: #ccffff;
text-align: center; /* set to left, right or center */
margin: 0em 0 0 0; /* set margins as desired */
font-size: 1em; /* set font as desired */
border-bottom: 0; /* set border COLOR as desired */
list-style-type: none;
padding: 3px 10px 3px 10px; /* THIRD number must change with respect to padding-top (X) below */
}

ul#tabnav li { /* do not change */
display: inline;
}

body#tab1 li.tab1, body#tab2 li.tab2, body#tab3 li.tab3, body#tab4 li.tab4 { /* settings for selected tab */
border-bottom: 1px solid #fff; /* set border color to page background color */
background-color: #fff; /* set background color to match above border color */
}

body#tab1 li.tab1 a, body#tab2 li.tab2 a, body#tab3 li.tab3 a, body#tab4 li.tab4 a { /* settings for selected tab link */
background-color: #fff; /* set selected tab background color as desired */
color: #000; /* set selected tab link color as desired */
position: relative;
top: 1px;
padding-top: 7px; /* must change with respect to padding (X) above and below */
}

ul#tabnav li a { /* settings for all tab links */
padding: 6px 8px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
border: 0; /* set border COLOR as desired; usually matches border color specified in #tabnav */
background-color: #93b21a; /* set unselected tab background color as desired */
color: #030; /* set unselected tab link color as desired */
margin-right: 3px; /* set additional spacing between tabs as desired */
text-decoration: none;
border-bottom: none;
}

ul#tabnav a:hover { /* settings for hover effect */
background: #9f3; /* set desired hover color */
}


