body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
	margin-left: 10px;
	background-color: #EBC92C;
}

TD
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
}
.textcopy {font-size: 1.0em;
	font-size:  
} 
.boldcopy {
	font-weight: bold;
}
.splashcopy {
	font-size: xx-small;
}
.subHead {
	font-size: 1.2em;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

h1{
	font-size: 1.5em;
	font-weight: bold;
	text-transform: none;
	color: #000000;
	text-align: left;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

p {
	text-indent: 10px
}

a {
	color:#D62727; 
	text-decoration:none; 
	font-weight: bold
	}
a:hover { 
	color:#438336; 
}

/* CSS Horizontal Menu */
#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
color: #000000;
width: 100%;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
text-decoration: none;
padding: 0 .65em; /* .75 */
color: #000000;
/* background-color: #EBC92C; */
border: 0px solid #000000;
}

#navcontainer ul li a:hover
{
color: #D62727;
/* background-color: #EBC92C; */
}
