body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	float: none;
	background-image: url(../images/patternedback.jpg);
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


/* MAIN */

#mainContent a {
	text-decoration: underline;
	color: #152D6A;
}

#mainContent h1 {
	color: #000066;
	border-bottom: 2px solid #c2d98b;
	font: normal 24px "Times New Roman", Times, serif;
	text-transform: capitalize;
	letter-spacing: normal;
	word-spacing: 5px;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}

#mainContent h2 {
	font: normal 14px Arial, Helvetica, sans-serif;
	margin-top: 15px;
	margin-bottom: 3px;
	color: #666666;
	border-bottom: 1px dotted #CCCCCC;
}
#mainContent p {
	font-size: 12px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
}




.featureHead {
	background: no-repeat right 0px;
	width: auto;
}

a img {
	border-style: none;
}


#mainContent .caption {
	background: #666666;
	font-size: 0.75em;
	font-weight: bold;
	color: #FFFFFF;
	padding: 2px 5px;
}
#container {
	background-color: #FFFFFF;
}
.photobox {
	text-align: center;
	border: 1px solid #669966;
}
.sidebarheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000066;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
}
.titleheadperson {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #000066;
}

