﻿body {
	color: #000000;
	background-color: #80A080;
	font: normal normal normal 11px/16px Arial, Helvetica, sans-serif; 
}

/* STYLES FOR CENTER CONTENT AREA */
.maincell {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #000000;
	padding-left: 15px;
	padding-right: 20px;
}

a:link	{color:#2A5302}
a:alink {color:#666699}
a:vlink {color:#336600}

.subhead {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #336600;
}

.pagetitle {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color: #336600;
}

.boldtext {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	color: black;
}

/* STYLES FOR LEFT NAVIGATION AREA */

.navcellhome 
{
	background-image: url(images/nav.jpg);
	background-repeat: repeat;
	padding: 5px;
}
.nav
{
	background-image: url(images/nav.jpg);
	background-repeat: repeat;
}

/* STYLES FOR BOTTOM AREA */
/* for the bottom-of-page links to feedback, site map, etc. */
.navbar 
{
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #006600;
	background-color: #C2D7C2;
	text-align: center;
	height: 20px;
}

.footer {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #336600;
	padding-top: 10px;
	padding-bottom: 15px;
	text-align: center;
}

/* for links below banner: about us, etc */
.topnav {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #AECCA3;
	text-decoration: none;
}
a.topnav:link {
	color: #BED3B1;
	text-decoration: none;
}


.caption {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #336600;
}


.aspTextbox, .aspTextboxAlt
{
	font: normal normal normal 12px Arial, Helvetica, sans-serif;
	width:250px;
	background-color:#CCFFCC;
	border:solid 1px #003300;
}
.aspTextboxAlt
{
	background-color:#FFFFFF
}

.adminLabel1
{
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}


.adminLabel2
{
	font-size: 14px;
	font-weight: bold;
}
.adminTableHeader
{
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 5px;
	empty-cells: show;
}

.adminTableItem
{
	border-top: solid 1px black;
}

/********************
**** MODAL STYLE ****
********************/
.modalBackground 
{
			background: #000000 !Important;
			filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80) !Important;
			opacity: .8 !Important;
			-moz-opacity: .8 !Important;
			z-index:999;
}


.modalTitle
{
	padding-left:10px;
	font-size:18px; 
	font-weight:500;
	color:White;
}

.imgModal
{
}

.imgModal:hover
{
 border: solid 2px white;
 }

.dropShadow
{ filter:shadow(color:#222222, strength:5, direction:120);}

.modal
{
	background-image: url(images/nav.jpg);
	background-repeat: repeat;
}

/*********************
**** PROMPT STYLE ****
*********************/
.prompt
{
	width:350px;
	position:absolute;
	top:433px;
	left: 698px;
		font: normal normal normal 11px/13px Arial, Helvetica, sans-serif; 

}

