/*Color values
#57635E - gray green
#386351 - dark green
#000 - black
#666 - medium gray
#CCC - light gray
#C99321 - orange*/

body {
	font-size: 100.01%;
	background-color: #57635E;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	background-color: #FFF;
	text-align: left;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/orange_wide.gif);
	background-repeat: repeat-y;
}
#header {
	background-color: #386351;
	margin: 0px;
	width: 800px;
	text-align: right;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#sidebar {
	width: 266px;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 100%;
}
#mainContent {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 534px;
	background-color: #FFF;
	height: 100%;
}
#footer {
	background-color: #CCC;
	margin: 0px;
	padding: 0px;
	clear: both;
	width: 800px;
	height: 40px;
}
.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
#header ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1;
	color: #FFF;
	background-color: #386351;
	display: inline;
	list-style-type: none;
	text-align: right;
	margin: 0px;
	font-weight: normal;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#header ul li a:link {
	color: #FFF;
	text-decoration: none;
}
#header ul li a:hover {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#header ul li a:visited {
	color: #C99321;
	text-decoration: none;
}
#header img {
	border-top-width: medium;
	border-top-style: solid;
}
#mainContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	line-height: 1.25;
	margin-top: 10px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 25px;
	color: #386351;
}

#mainContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.2;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 25px;
	color: #C99321;
	font-weight: normal;
}
#mainContent h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: normal;
	font-weight: normal;
	color: #386351;
	margin-left: 25px;
}
#mainContent p {
	font-size: 0.9em;
	line-height: 1.4;
	color: #666;
	margin-right: 25px;
	margin-left: 25px;
	margin-top: 15px;
	margin-bottom: 10px;
	padding: 0px;
}
#mainContent ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.2;
	color: #386351;
	text-align: left;
	margin-left: 0px;
	list-style-type: disc;
	list-style-position: outside;
	padding: 0px;
	margin-bottom: 0px;
	margin-right: 25px;
	margin-top: 7px;
}
#sidebar h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.2;
	color: #FFF;
	text-align: left;
	margin-top: 20px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
	font-weight: normal;
}
#sidebar h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	line-height: 1;
	color: #386351;
	margin-left: 10px;
	margin-bottom: 0px;
}
#sidebar p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.2;
	color: #000;
	text-align: left;
	margin-left: 0px;
	list-style-type: disc;
	list-style-position: outside;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	padding: 0px;
}
#sidebar ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.2;
	color: #000;
	text-align: left;
	margin-left: 10px;
	list-style-type: disc;
	list-style-position: outside;
	text-indent: 0px;
	margin-top: 4px;
	margin-right: 10px;
	margin-bottom: 0px;
}
#footer h6 {
	font-size: 0.8em;
	color: #386351;
	text-align: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	vertical-align: middle;
	line-height: 0.9;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footer h6 a {
	color: #C99321;
	text-decoration: none;
	font-weight: bold;
}
#footer p {
	font-size: 0.6em;
	color: #386351;
	text-align: left;
	padding: 0px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	vertical-align: middle;
	line-height: 1;
}
#mainContent p a {
	color: #386351;
	text-decoration: none;
	cursor: pointer;
	font-weight: bold;
}

