@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	background-repeat: repeat-x;;
	background-position: 50% 0;
}
#wrapper {
	width: 897px;
	background-repeat: no-repeat;
	background-position: 50% 0;
	margin: 0 auto;
}
#logo {
	width: 897px;
	height: 80px;
	float: left;
	padding-top: 10px;
	padding-bottom: 5px;
}
#navbar {
	width: 897px;
	height: 29px;
	float: left;
}
#flashArea {
	width: 897px;
	height: 413px;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
}
#photoHeader {
	width: 897px;
	height: 250px;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
}
#contentWrapper {
	width: 897px;
	float: left;
	background-color: #D2D2CC;
	padding-bottom: 10px;
}
#sidebar {
	width: 170px;
	float: left;
	padding-left: 18px;
	padding-top: 18px;
}
#content {
	width: 600px;
	float: left;
	padding-left: 50px;
	padding-right: 55px;
	padding-top: 18px;
}
#footer {
	width: 877px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #553317;
	text-align: center;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #FFFFFF;
	text-decoration: none;
	text-transform: capitalize;
}
#footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #553317;
	text-decoration: underline;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000;
	text-decoration: none;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	font-variant: normal;
	color: #000;
	text-decoration: none;
}
a {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #791B00;
}
a:active {
	color: #791B00;
}
.sidebarText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	padding-top: 14px;
	padding-right: 0px;
	padding-bottom: 14px;
	padding-left: 0px;
}
.sidebarBullets {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	margin-left: 10px;
	list-style-position: inside;
	margin-right: 5px;
	padding: 0px;
}
.sidebarBulletsLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #000;
	text-decoration: underline;
	list-style-position: inside;
	padding: 0px;
	margin: 0px;
}
.regText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	padding-top: 18px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
.regTextBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	padding: 0px;
}
.regTextBoldLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	color: #000;
	text-decoration: underline;
	padding: 0px;
}
.regTextBoldPad {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	padding-top: 18px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
.regTextBoldItalics {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	line-height: 18px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	padding: 0px;
}
.regTextBoldItalicsLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	line-height: 18px;
	font-weight: bold;
	color: #000;
	text-decoration: underline;
	padding: 0px;
}
.regTextLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #000;
	text-decoration: underline;
	padding: 0px;
}
.pageTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 22px;
	font-weight: bold;
	font-variant: normal;
	color: #000;
	text-decoration: none;
	padding-top: 10px;
}

