/* STYLES FOR CENTER CONTENT AREA */

.maincell {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #000000;
	padding-left: 15px;
	padding-right: 20px;
}

/* for menus of links within main page */
.linklist {
	line-height: 175%;
	font-weight: bold;
	list-style-type: circle;
	margin-bottom: 30px;
}
/* for content set off with shaded background within main page */
.boxfeature {
	background-color: #DEE5DD;
	padding: 10px;
	border: 1px dashed #99CC99;
}
/* to place the link to print view version of page */
.printview {
	float: right;
	font-size: 10px;
}
body {
	color: #000000;
	background-color: #A4A3C1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:link {
	color:#2A5302
}
a:alink {
	color:#666699
}
a:vlink {
	color:#336600
}

.subhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #336600;
}

.pagetitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color: #336600;
}

.imgpad {
	margin-right: 15px;
	margin-bottom: 10px;
	border: 1px solid #999999;
	float: left;
}

.caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #336600;
}

.boldtext {
	font-weight: bold;
	color: #333333;
}

/* STYLES FOR LEFT NAVIGATION AREA */

.navcellhome {
	background-image: url(/images/bkgrnd_nav_p.gif);
	background-repeat: repeat-y;
	padding-left: 10px;
}

/* for links next to colored dot buttons */
.navbtn {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 11px;
	font-weight: bold;
	color: #336600;
	text-decoration: none;
}
/* for highlighting links on rollover */
a.navbtn:hover	{
	cursor:hand;
	background-color: #FFFFFF;
	}

a.navbtn:visited {
	color: #336600;
	text-decoration: none;
}

/* STYLES FOR BOTTOM AREA */
/* for the bottom-of-page links to feedback, site map, etc. */
.navbar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #006600;
	background-color: #C2D7C2;
	text-align: center;
	height: 20px;
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #336600;
	padding-top: 15px;
	padding-bottom: 25px;
	text-align: center;
}

/* STYLES FOR RIGHT COLUMN AND TOP NAV AREA */
/* for log in box */
.login {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #336600;
	background-color: #dee5dd;
	margin: 5px;
	line-height: 16px;
	border: 1px dashed #99CC99;
	padding: 5px;
}
/* for links below banner: about us, etc */
.topnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CCCCFF;
	text-decoration: none;
	background-color: #606090;
}
a.topnav:link {
	color: #CCCCFF;
	text-decoration: none;
}
a.topnav:hover {
	background-color: #9999CC;
}

/* are we still using these styles? */

.navlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #336633;
	text-decoration: none;
}
.navcell {
	background-image: url(../images/bkgrnd_nav_p.gif);
	background-repeat: repeat-y;
	margin-left: 12px;
}
.indent {
	text-indent: 12px;
}

/* for spacing and placement of little colored dot buttons. Megan, this is obsolete if you adopt html for left nav as of 5/4/05 */
.navbullet {
	float: left;
	padding-right: 3px;
}
.navlinklist {
	list-style-position: outside;
	list-style-image: url(../images/btn_prp.gif);
	list-style-type: none;
	padding: 2px;
	margin: 2px;
}

