body {
	background-image:   url("images/header-bkgd.gif");
	background-repeat: no-repeat;
	background-color: #6A7C5E;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
}
#container {
	width: 800px;
	margin: 0px auto;
}

#header {
	background-image:   url("images/header2.jpg");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 100px;
	width: 800px;
	margin: 0px;
	padding: 0px;
	position: relative;
	left: 0px;
	top: 0px;
}

#page {
	width: 800px;
	font: small/1.4em Arial, Helvetica, sans-serif;
	color: #444;
	background-image:   url("images/pg-bkgd.gif");
	background-repeat: repeat-y;
	background-position: 0;
}
#page div.leftcol {
	float: left;
	width: 170px;
	background-image: url(images/colbkgd.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#page div.main {
	margin: 0px;
	float: right;
	width: 630px;
	font-size: 95%;
}
.separator {
	clear: both;
	height: 0px;
}
 #footer {
	background-image:   url("images/footer.gif");
	background-repeat: no-repeat;
	background-position: left bottom;
	color: #CCC4CC;
	text-align: center;
	font: x-small/2.5em Verdana, Arial, Helvetica, sans-serif;
}
div.main p {
	margin: 0em 15px 1em 25px;
}
div.main h1 {
	font-size: 130%;
	color: #336015;
	margin-top: 15px;
	margin-bottom: 0.5em;
	margin-left: 25px;
}
div.main h2 {
	font-size: 110%;
	font-weight: bold;
	color: #444;
	margin-bottom: .5em;
	margin-left: 25px;
}
img.leftcol {
	margin-left: 9px;
}
#nav {
	font: 9pt Arial, Helvetica, sans-serif;
	height: 22px;
	width: 630px;
	position: absolute;
	top: 0px;
	float: right;
	margin-left: 170px;
	margin-top: 78px;
	background-color: #575D53;	/*background-image: url(imagesA/nav-bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;*/
}
.horizontalcssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.horizontalcssmenu ul li{
position: relative;
display: inline;
float: left;

}

/*Top level menu link items style*/
.horizontalcssmenu ul li a{
display: block;
width: 80px; /*Width of top level menu link items*/
padding: .25em 2px .25em 8px;
text-decoration: none;
color: #CCC4CC;

}
	
/*Sub level menu*/
.horizontalcssmenu ul li ul{
left: 0;
top: 2px;
border-top: 1px solid #202020;
position: absolute;
display: block;
visibility: hidden;
z-index: 100;
}

/*Sub level menu list items*/
.horizontalcssmenu ul li ul li{
display: inline;
float: none;
}

/* Sub level menu links style */
.horizontalcssmenu ul li ul li a{
	width: 160px;
	padding: 2px 5px;
	background: #E2E1DD;
	color: #666666;
	border-top: 0;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
}

.horizontalcssmenu ul li a:hover, .horizontalcssmenu ul li a.active{
background-color: #464A43;
color:#FF9933;
}

.horizontalcssmenu ul li ul li a:hover{
background-color: #464A43;
color:#FF9933;
}

.horizontalcssmenu .arrowdiv{
position: absolute;
right: 0;
background: transparent url(menuarrow.gif) no-repeat center left;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .horizontalcssmenu ul li { float: left; height: 1%; }
* html .horizontalcssmenu ul li a { height: 1%; }
/* End */
#footer a {
	color: #AAD18F;
	text-decoration: none;
}
#footer a:hover {
	color: #FF9933;
	text-decoration: none;
}
tr.light {
	background-color: #F3F2ED;
}
td {
	padding: 4px 4px 4px 25px;
}
.head {
	font-size: 120%;
	color: #336015;
	font-weight: bold;
	margin-right: 6px;
	margin-left: 25px;
}
div.main a {
	color: #336633;
	text-decoration: none;
	font-weight: bold;
}
div.main a:hover {
	color: #CC6600;
}
div.main ul {
	margin-top: 0px;
	padding: 0px;
	margin-left: 30px;
}
div.main li {
	margin-left: 15px;
	padding: 0px;
	margin-bottom: .3em;
}
.photoleft {
	margin: 0px 12px 8px 25px;
	float: left;
	clear: both;
}
.photoright {
	margin: 0px 12px 8px 12px;
	float: right;
	font-size: 90%;
}
div.leftcol p {
	font-size: 90%;
	margin-right: 2px;
	margin-left: 15px;
}
div.roster {
	width: 580px;
	clear: both;
	margin: 0 0 8px 25px;
}
div.roster img {
	float: left;
	margin: 0 8px 12px 0;
}
div.photoright a {
	font-weight: normal;
	color: #003399;
	text-decoration: underline;
}
div.leftcol p{
	font-size: 90%;
	margin: 0px 6px 12px 12px;
}
.border {
	border: 1px solid #999;
}
