/* CSS for parent pages*/

body { background: #00462F; 
	color : #FFFFFF;
	font-size : 16pt;
	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 {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: 16pt;}
h3 {font-size: 12pt;}
h4 {font-size: 11pt;}
h5 {font-size: 10pt;}
h6 {font-size: 8pt;}



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


#navcontainer { width: 200px; }

#navcontainer ul
{margin-left: 0;
padding-left: 10px;
list-style-type: none;
font-family: Arial, "Comic Sans MS", Veranda, "Sans Serif";
}


#navcontainer a
{display: block;
padding: 5px 9px 5px 9px;
width: 180px;
background-color: #00462F;
border-bottom: 1px solid #eee;
margin-left: 10px;
color:#FFFFFF;
	font-weight : bold;
	font-size : 9pt;}

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

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

.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;
} 

.soldbg
{
background-image:url(images/soldbg5.gif);
background-repeat: no-repeat;
background-position: 40% 20%;
}

.soldbgbtm
{
background-image:url(images/soldbg5.gif);
background-repeat: no-repeat;
background-position: bottom middle;
}

.acceptbg
{
background-image:url(images/acptofr4.gif);
background-repeat: no-repeat;
background-position:40% 40%;
}

.acceptbg2
{
background-image:url(images/acptofr5.gif);
background-repeat: no-repeat;
background-position:50% 50%;
}

.acceptbgbtm
{
background-image:url(images/acptofr5.gif);
background-repeat: no-repeat;
background-position:100% 100%;
}


-->




