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

body{
	font-family: Helvetica, Arial,sans-serif;
	color: #ffffff;
	line-height: 1.15;
	margin: 0px;
	padding: 0;
	background-color: #ffffff;
	background-image:url(../images/bkgd-tile.jpg)
}

a:link, a:visited{
	color: #142BB8;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

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

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

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

#wrapper {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #ffffff;
	padding: 10px;
	margin-top:15px;
	}

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


.pg {
	font-family: arial,helvetica,sans-serif;
	color: black;
	font-size: 12px; 
	text-decoration: none;
	font-weight: normal;
}

.note {
	font-family: arial,helvetica,sans-serif;
	color: #429045;
	font-size: 10px; 
	text-decoration: none;
	font-weight: normal;
}

.pagehead {
	font-family: arial,helvetica,sans-serif;
	color: #429045;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 2;
}

.subhead {
	font-family: arial,helvetica,sans-serif;
	color: #006788;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 2;
}

.pagesubhead {
	font-family: arial,helvetica,sans-serif;
	color: #006788;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 2;
}

.subsubhead {
	font-family: arial,helvetica,sans-serif;
	color: #429045;
	font-size: 13px; 
	text-decoration: none;
	font-weight: bold;
}

.descrip {
	font-family: arial,helvetica,sans-serif;
	color: black;
	font-size: 11px; 
	text-decoration: none;
	font-weight: normal;
}
