/*===============HTML ELEMENTS================*/
BODY {
	background-color: #E2DDC0;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	text-align: left;
}
H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color: #000000;
	text-align: center;
}


/*=========NAVIGATION========*/
/*splash Nav*/
splashNav{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #6E6852;
	text-decoration: none;
	margin: 2px;
}
a.splashNav{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #6E6852;
	text-decoration: none;
	margin: 2px;
}

a.splashNav:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
	margin-top: 2px;
}

/*main Nav*/
a.mainNavUp{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	margin-top: 2px;
}
a.mainNavUp:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
	margin-top: 2px;
}
a.mainNavDown{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #006600;
	text-decoration: none;
	margin-top: 2px;
}
/*sub Nav*/
subNavMenu{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006600;
	text-decoration: none;
}
a.subNavUp{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006600;
	text-decoration: none;
}
a.subNavDown{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #006600;
	text-decoration: none;
}
a.subNavUp:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0000;
	text-decoration: none;
}

/*Footer*/
.footer{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #E2DDC0;
	text-decoration: none;
}
a.footer{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #E2DDC0;
	text-decoration: none;
}

/*Table*/
tr.odd
{
	background-color:#C4C6A7;
}
tr.even
{
	background-color:#96A17F;
}
td.title
{
	font-family:Times New Roman;
	color:#2C4F26;
	font-size:18px;
	font-weight:bold;
	background-image:url("/images/tblBG.jpg");
}

/*Image Drop Shadow*/
img.shadow
{
 filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=6, OffY=6, Color='#A09E89', Positive='true');
}

/*Eagle Honor Roll Table*/
img.imgborder
{
 border-style:outset;
}
td.greenbold
{
 font-family:Times New Roman;
 color:#000000;
 font-size:16px;
 font-weight:bold;
}
table.odd
{
 background-color:#C4C6A7;
}
table.even
{
 background-color:#96A17F;
}