body {
	background-color: white;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	text-align: center;
}
	

h1, h2, h3 { font-family: Georgia, "Times New Roman", Times, serif; font-style: italic; }

h1	{	color: #BB0010; font-size: 18pt;	}

h2	{	color: #BB0010; font-size: 16pt; 	}

h3	{	color: #BB0010; font-size: 14pt; margin: 30px 0 -10px 0;	}

h4	{	color: #DC5529; font-size: 12pt; font-weight: bold;	}

h5	{	color: #DC5529; font-size: 11pt; font-weight: bold;	}

#wrapper	
{
	top: 0px;
	margin: 0 auto;
	text-align: left;
}
#wrapper a:link
{
	color: #BB0010;
	text-decoration: none;
	font-weight: bold;
}
#wrapper a:visited
{
	color: #BB0010;
	text-decoration: none;
	font-weight: bold;
}

#main	{ padding: 1em 5em 3em 150px;	color: #333333; font-size: 12pt; }

/*style for basic text elements*/
p, ul, dl	{	font-size: 12pt; line-height: 15pt;	}
table {	font-size: 12pt; line-height: 15pt;	}

ul.nobullet { list-style-type: none; padding: 0;   }

q	{ font-size: 12pt; line-height: 150pt;	font-style: italic; padding-top: 25px;	}

dt	{ 
	color: #FF642F;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;	font-weight: bold; font-size: 110%; margin-top: 1.5em;
 }
dd	{ padding: 0;	margin-left: 1.5em; }

th {	text-align: left; font-weight: bold; }

#pics	{
	float: left;
	margin-right: 2em;
	margin-top: 1em;
}
#pics img	{border: #cccccc thin solid ; margin-bottom: 2em; }

.portrait	{
	float: left;
	margin-right: 2em;
	border: #666666 thin solid;
}
/* ------------------------------------------------------------------------------ */
/* ---------------------------------- TOPNAV ----------------------------------- */
/* ------------------------------------------------------------------------------ */

#nav
{
	display: none;
}

.top	{/* for "top of page" links */
	display: none;
}

.caption
{
	font-size: 11pt;
	line-height: 12pt;
	color: #666666;
}

.callout /*-- for opening words at beginning of narrative text or any words needing emphasis --*/
{
	font-weight: bold;
	color: #666666;
	font-size: 14pt%;
}
.contact_form	{
	margin: 10px 0 10px 0;
	padding: 0;
}
.contact_form label	{
	font-size: 11pt;
	font-variant: small-caps;	font-weight: bold;
}
/* ------------------------------------------------------------------------------ */
/* --------------------- STYLES FOR BOTTOM NAVIGATION --------------------------- */
/* ------------------------------------------------------------------------------ */
#footer
{
	font-size: 10pt;
	width: 790px;
	border-top: 1px solid #666666;
	clear: both;
}
#footer p	{ margin: 1em; 	font-size: 10pt;	}
