

/* Std Paragraph Format */
p {
font-family: arial, sans-serif;
font-size: 90%;
margin-top: 0.35em; 
margin-left: 0; 
padding-left: 0; 
line-height: 1.4 em;
}

/* Body Headers */
.header {
font-family: arial, sans-serif;
font-weight: bold;
color: #AE7E51;
}

/* Side Nav Header */
.sidenavheader {
font-family: arial, sans-serif;
font-weight: bold;
font-size: 90%;
color: #AE7E51;
}


/* Smaller Nav Header */
.headertwo {
font-family: arial, sans-serif;
font-weight: bold;
font-size: 80%;
}


/* Foot Notes */
.footer {
font-family: arial, sans-serif;
color: #612E2E;
font-size: 60%;
}



/* Image Float Left */
.floatleft
{
float: left;
margin: 0 10px 5px 0;
clear: left;
border: thin solid #000000;
}


/* Image Float Left No Border*/
.floatleft2
{
float: left;
margin: 0 10px 5px 0;
clear: left;
}

/* Image Float Left border no top margin */
.floatleft3
{
float: left;
margin: 0 0 5px 0;
clear: left;
border: thin solid #000000;
}

/* Image Float Right */
.floatright
{
float: right;
margin: 0 0 10px 10px;
clear: right;
border: thin solid #000000;
}


/* Image Border */
.imageborder
{
margin: 10px 10px 10px 10px;
border: thin solid #000000;
}


/* Drop Cap */
.dropcap
{
color: #AE7E51;
float: left;
width: .6em;
font-size: 3 em;
line-height: 90%;
}





/* Top Menu */
	#navcontainer3
	{
	margin: 0;
	padding: 0;
	height: 19px;
	font: 12px arial, sans-serif;
	width: 100%;
	list-style-type: none;
	}

	#navlist3 li
	{
	float: left;
	margin: 0;
	padding: 0;
	width: auto;
	display: block;
	}

	#navlist3 li a, #navlist3 li a:link
	{
	font-weight: bold;
	color: #AD532B;
	text-decoration: none;
	padding: 0px 10px 0px 10px;
	display: block;
	}

	#navlist3 li a:hover
	{
	font-weight: bold;
	color: #000000;
	cursor: pointer;
	}


	#navlist3 li a#current:hover
	{
	border-bottom: 2px solid #000000;
	}

/* Side Menu */
	#navcontainer2 ul
	{
	list-style-type: none;
	text-align: left;
	margin: 10px;
	}
		
	#navcontainer2 ul li a
	{
	background: transparent url(images/sidelistoff.gif) left center no-repeat;
	padding-left: 15px;
	text-align: left;
	font-family: arial, sans-serif;
	font-size: 80%;
	text-decoration: none;
	color: #000000;
	}
	
	#navcontainer2 ul li a:hover
	{
	background: transparent url(images/sideliston.gif) left center no-repeat;
	color: black;
	font-weight: bold;
	}
	
	#navcontainer2 ul li a#current2
	{
	background: transparent url(images/sidelistactive.gif) left center no-repeat;
	color: #000000;	
	font-weight: bold;	
	}	

