
/* CSS for child pages*/

body { background: #00462F; 
	color : #FFFFFF;
	font-size : 10pt;
	font-weight:bold;
	font-family : Arial, Comic Sans MS, Veranda, Sans Serif;
margin: 0;
scrollbar-face-color: 00462F;
scrollbar-highlight-color: CCFF00;
scrollbar-darkshadow-color: 003300;
scrollbar-shadow-color: 006666;
scrollbar-arrow-color: 00FF00;
scrollbar-track-color: 00FF00;
}

p, ul, li, td {font-family : Arial, "Comic Sans MS", Veranda, "Sans Serif"; font-size:10pt; font-weight:bold;} 

h1, h2, h3, h4, h5, h6 { 
color : #FFFFFF;
font-weight: bold;
font-family: Arial, Comic Sans MS, Veranda, Sans Serif;}

h1 {font-size: 18pt;}
h2 {font-size: 14pt;}
h3 {font-size: 12pt;}
h4 {font-size: 11pt;}
h5 {font-size: 10pt;}
h6 {font-size: 8 pt;}

a:link, #navcontainer a:link, a:visited, #navlist a:visited
{
color: #00FF00;
background-color: #00462F;
text-decoration: none;
font-weight:bold;
	font-size : 10pt;
}

a:hover, a:active, #navcontainer a:hover, #navlist a:active
{
background-color: #00FF00;
color: #000000;
font-weight:bold;
	font-size : 10pt;
}

	
#banner { 
background-color: #00462F;
padding-top: 8px;
}

.green {color: #00FF00; font-weight:bold;}

.pushme a {
display: block;
border: 3px solid;
border-color: #aaa #000 #000 #aaa;
width: 6em;
color: #000000;
font-weight: bold;
background: #00FF00;
text-decoration: none;
}

.pushme a:hover
{
position: relative;
top: 3px;
left: 3px;
border-color: #000 #aaa #aaa #000;
color: #FFFFFF;
font-weight: bold;
text-decoration: none;
} 


-->




