body {
	background-color:#E1D7C0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	text-align: center;
}
	
html>body {
	background-color:#E1D7C0;
	font-size: small;
	text-align: center;
}

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

h1	{	color: #BB0010; font-size: 160%;	}

h2	{	color: #BB0010; font-size: 140%; 	}

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

h4	{	color: #DC5529; font-size: 100%; font-weight: bold;	}

h5	{	color: #DC5529; font-size: 90%; font-weight: bold;	}

#wrapper	
{
	top: 0px;
	width: 790px;
	margin: 0 auto;
	background-color: #FFFFFF;
	text-align: left;
	border: thin solid #CCCC99;
	background-image: url(../images/side_pics.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#wrapper a:link
{
	color: #BB0010;
	text-decoration: none;
	font-weight: bold;
}
#wrapper a:visited
{
	color: #BB0010;
	text-decoration: none;
	font-weight: bold;
}

#wrapper a:hover
{
	color: #FF642F;
	text-decoration: underline;
	font-weight: bold;
}

#wrapper a:active
{
	color: #FF642F;
	text-decoration: underline;
}

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

/*style for basic text elements*/
p, ul, dl	{	font-size: 90%; line-height: 150%;	}
table {	font-size: 90%; line-height: 130%;	}

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

q	{ font-size: 95%; line-height: 150%;	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	p	{ font-size: 80%; color: #666666; margin-top: .25em; }	
#pics img	{border: #cccccc thin solid ; margin-bottom: 2em; }

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

#nav
{
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 100%;
	margin: -3px 0 0;
	padding: 0;
	background-color:#3F3F3F;
	font-size: 100%;
}

#nav ul
{
	border-bottom: 8px solid #cccccc;
	font-variant: small-caps;
	font-weight: bold;
	letter-spacing: .15em;
	height: 24px;
	margin: auto;
	padding: auto;
}

#nav li
{
	padding: 0;
	margin: 3px 2px 6px 0px;
	float: left;
	list-style-type: none;
	display: block;
}

#nav a:link
{
	color: #CCCCCC;
	text-decoration: none;
}

#nav a:visited
{
	text-decoration: none;
	color: #CCCCCC;
}

#nav a:hover
{
	text-decoration: underline;
	color: #FFFFFF;
}

.top	{/* for "top of page" links */
	font-size: 80%;
	font-weight: bold;
	margin-top: 4em;
}

.caption
{
	font-size: 85%;
	line-height: 120%;
	color: #666666;
}

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

#footer a:link
{
	color: #e1e1e1;
	text-decoration: none;
	font-weight: normal;
}

#footer a:visited
{
	text-decoration: none;
	color: #e1e1e1;
	font-weight: normal;
}

#footer a:hover
{
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: normal;
}
