/* CSS Document */

body
{
	background-color: #e5e4e0;
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}
/**************************************
Main Content and Wrap
**************************************/
div#contentWrapper
{
	width:auto;
	height:auto;
	margin:0px;
	padding:0px;
	float: left;
}
/*******************
DIV Declarations
********************/

div#leftnavbar
{
	background-color: #FFFFFF;
	float: left;
	height: 100%;
	width: 150px;
	text-align: right;
	font-size: 11px;
	line-height:30px;
	margin-left:15px;
}
div#leftnavbar a
{
	font-size: 11px;
	line-height:30px;
}
/* Text Styles */
h1
{
	font-size: 25px;
	line-height: 20px;
	font-weight: bold;
	color: #666699;
	text-decoration: none;
	margin-top: 0px;
	padding-top: 5px;
}
h2
{
	font-size: 20px;
	line-height: 22px;
	font-weight: bold;
	color: #86b953;
	text-decoration: none;
	margin-bottom:7px;
	margin-top:20px;
}
h3
{
	font-size: 17px;
	line-height: normal;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	margin-bottom: 5px;
}
h4
{
	font-size: 13px;
	line-height: normal;
	color: #333333;
	font-weight:normal;
}
h4 a
{
	font-size: 14px;
}
h4 a:hover
{
	font-size: 14px;
}
p
{
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	text-align: left;
}
blockquote
{
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #ffffff;
	padding: 10px;
	background-color: #e17c05;
	display: block;
	text-align: center;
	margin:0;
}
blockquote a
{
	font-size: 12px;
	color: #ffffff;
}
blockquote a:hover
{
	font-size: 12px;
	color: #ffffff;
}
blockquote h2
{
	color: #ffffff;
	margin-top:5px;
}
.smallText
{
	font-size: 10px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}
.smallText a
{
	font-size: 10px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}
.smallText a:hover
{
	font-size: 10px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}
.navRight
{
	font-size: 12px;
	line-height: 20px;
	color: #ffffff;
}
ol.li
{
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-align: left;
	list-style-type:decimal
}
/* Photo Styles */

img
{
	border: 0;
}
img.photo
{
	padding:7px;
}
img.photoLeft
{
	padding-right:15px;
	padding-bottom:3px;
	float:left;
}
img.photoLeftFeature
{
	padding-right:15px;
	padding-bottom:15px;
	float:left;
}
img.photoRight
{
	padding-left:15px;
	padding-bottom:3px;
	float:right;
}
/****************
Photo
****************/
.photofeatureLeft
{
	text-align: left;
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px;
	width:150px;
}
.photofeatureRight
{
	text-align: left;
	float: right;
	margin-top: 0px;
	margin-left: 30px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-left: 30px;
	width:150px;
}
.caption
{
	font-size: 10px;
	font-style: italic;
	line-height: 13px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	padding-top: 5px;
	margin-bottom:10px;
}
.caption em
{
	font-size: 10px;
}
a.captionlink
{
	font-size: 10px;
	font-style: italic;
	line-height: 11px;
	font-weight: normal;
	text-decoration: underline;
}
a.captionlink:hover
{
	font-size: 10px;
	font-style: italic;
	line-height: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
/* Link Styles */

a
{
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	text-decoration: underline;
	color: #cc6600;
}
a:hover
{
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
a.nav
{
	font-size: 11px;
	line-height: 18px;
	font-weight: bolder;
	text-decoration: none;
	color: #666699;
	background-color: #FFFFFF;
}
a.nav:hover
{
	font-size: 11px;
	line-height: 18px;
	font-weight: bolder;
	color:#333333;
	text-decoration: underline;
}
a.navselect
{
	font-size: 17px;
	line-height: 18px;
	font-weight: bold;
	color:#666699;
	text-decoration: none;
}
a.navselect:hover
{
	font-size: 17px;
	line-height: 18px;
	font-weight: bolder;
	text-decoration: underline;
	color: #666699;
}

