/***********************************************/
/*     general overrides                       */
/***********************************************/

body{
	font-family: arial,helvetica,sans-serif;
	color: #D0D0D0;
	line-height: 1.15;
	margin: 0px;
	padding: 0;
	background-color: #ffffff;
}

a:link, a:visited{
	color: #3a7e3c;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, p, ul, li, dd {
	margin: 0;
	padding: 0;
}

hr {
	color: #0079a1;
	width: 50%;
	height: 3px;
	margin-left: auto;
	margin-right: auto;
}	

hr.nav-setoff {
	width: 80%;
	height: 0; 
	border: none; 
	border-bottom: solid 1px #0079a1;
	margin: 0 auto;
}	

/***********************************************/
/*     regions of page (divs)                  */
/***********************************************/

#wrapper {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-color: #ffffff;
	padding: 0;
	margin-top:15px;
	border: 1px solid #0079a1;
	}

p {
	padding-top: 5px;
	font-size: 13px;
}

.pg {
	color: black;
	font-size: 12px; 
	text-decoration: none;
	font-weight: normal;
}

.note {
	color: #429045;
	font-size: 10px; 
	text-decoration: none;
	font-weight: normal;
}

.pagehead {
	color: #429045;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 2;
}

.pagehead-line2 {
	color: #6ea770;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 2;
	padding-top: 0;
}

.subhead {
	color: #006788;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 2;
}

.pagesubhead {
	color: #006788;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 2;
}

.subsubhead {
	color: #429045;
	font-size: 13px; 
	text-decoration: none;
	font-weight: bold;
}

.descrip {
	color: black;
	font-size: 11px; 
	text-decoration: none;
	font-weight: normal;
}

.accent {
	color: #005889;
	font-weight:bold;
	}

.pagesubnav {
	color: #006788;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 2;
	background:#eff6f9; 
	margin:0 12px 0 13px; 
	border-bottom:4px solid #eff6f9;
}