@charset "UTF-8";
/* CSS Document */
body {
	background: #737F8E;
	color: #333;
	font-family: verdana, sans-serif;
	font-size: 100%;
	line-height: 1.5em; /* 16x1.125=18px    was originally 1.125 */
}
 
h1, h2, h3 { font-weight: normal; }
 
h1 {
	font-size: 1.375em; /* 16x1.375=22px */
	line-height: 1.636em; /* 16x1.636=36px */
	margin: 0em;
	text-decoration: underline; }
 
h2 {
	font-size: 1.125em; /* 16x1.125=18px */
	margin: 1em 0; /* 18x1=18px */ }
 
p {
	font-size: 0.875em; /* 16x0.875=14px */
	margin-bottom: 1.286em; /* 14x1.286=18px */ }
 
#wrapper {
	background: #5C5D73;
	font-family: verdana, helvetica, sans-serif;
	margin: 0em auto;
	padding: 0em;
	text-align: left;
	width: 800px; }
 
#header {
	background-color: #B5B1B1;
	border: 0 black solid;
	margin: 0 0 .94em 0;
	width: 100%; }
 
#navbar {
	float: left;
	height: 675px;
	margin-top: 4em;
	text-align: left;
	width: 22%; }
 
	#navbar ul {
		font-size: 105%;
		line-height: 150%;
		list-style-type: none;
		margin-left: -8x;
		padding-left: 15px; }
 
		#navbar ul li {
			padding-bottom: 2px;
			padding-top: 2px; }
 
			#navbar ul li a:link {
				color: #000;
				padding-left: 15px;
				text-decoration: none; }
 
			#navbar ul li a:visited {
				color: #909090;
				padding-left: 20px;
				text-decoration: none; }
 
			#navbar ul li a:hover {
				color: #000;
				padding-left: 20px;
				text-decoration: none; }
 
			#navbar ul li a:active {
				color: #000;
				padding-left: 20px;
				text-decoration: none; }
 
			#navbar ul li.current a:link, #navbar ul li.current a:visited, #navbar ul li a:hover {
				background-image: url(../images/black_arrow.gif);
				background-position: left;
				background-repeat: no-repeat;
				color: #A8A9BF }
 
			#navbar ul li ul li {
				font-size: 85%;
				line-height: 60%;
				padding-bottom: 8px;
				padding-top: 4px; }
 
				#navbar ul li ul li ul li {
					line-height: 8px;
					padding-bottom: 8px;
					padding-right: 17px;
					padding-top: 4px; }
 
					#navbar ul li ul li ul li a:link {
						display: block;
						font-family: verdana, helvetica, sans-serif;
						font-size: 86%;
						line-height: 130%; }
 
				#navbar ul li ul li a:visited {
					display: block;
					font-family: verdana, helvetica, sans-serif;
					line-height: 120%; }
 
.pagecrumbcolor {
	color: #BBBBBB;
	font-size: 95%;
	font-weight: bold; }
 
#rightside {
	float: right;
	width: 5%; }
 
#textcontent {
	background: #aeaeaa;
	border: .05em black solid;
	float: left;
	height: 38.5em;
	margin-bottom: 0em;
	margin-top: 15px;
	padding: 3em 1em 1em 1em;
	text-align: left;
	width: 550px; }
 
#content {
	background-color: #aeaeaa;
	border: .05em black solid;
	float: left;
	height: 44em;
	margin-bottom: 0em;
	margin-top: 15px;
	text-align: center;
	text-decoration: none;
	width: 550px; }
 
.postionlandscapeimage {
	margin-bottom: 1em;
	margin-top: 1em; }
 
.postionportaitimage {
	margin-bottom: 1em;
	margin-top: 1em; }
 
.pageheading {
	color: #232540;
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 1px;
	margin-left: 40px;
	margin-top: 2.8em;
	padding-top: 0px;
	text-align: left;
	text-decoration: none; }
 
.itemdescription {
	color: #232540;
	font-size: .9em;
	font-weight: bold;
	line-height: 1em;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
	text-decoration: none; }
 
.itemsubhead {
	color: #232540;
	font-size: .75em;
	font-weight: bold;
	margin-bottom: 2px;
	margin-top: 0px;
	padding-top: 0px; }
 
.clickonstyle {
	color: #4B5B69;
	display: block;
	font-size: .75em;
	font-weight: normal;
	line-height: 14px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px; }
 
.upperleft {
	margin: 2em 1em .5em .2em;
	position: relative; }
 
.upperright {
	margin: 2em .2em .5em 0;
	position: relative; }
 
.lowerleft {
	margin: 0em 1em .5em 0em;
	position: relative; }
 
.lowerright {
	margin: 0em 0em .5em 0;
	position: relative; }
 
.textleft {
	margin: 0em 1em .5em 0em;
	position: relative; }
 
.textright {
	margin: 0em 0em .5em 1em;
	position: relative; }
 
.center { text-align: center; }
 
#bottomnav {
	background: #B5B1B1;
	color: #000000;
	font-size: .85em;
	padding-bottom: 3px;
	padding-top: .4em;
	text-align: center;
	text-decoration: none;
	text-indent: 4em; }
 
	#bottomnav p {
		margin-bottom: 2px;
		padding:top: .1em; }
 
	#bottomnav a {
		color: #000000;
		font-size: 1em;
		text-decoration: none; }
 
		#bottomnav a:link { color: #000000; }
 
		#bottomnav a:visited { color: #5C5D73; }
 
		#bottomnav a:hover { color: #3366CC; }
 
		#bottomnav a:active { color: #666; }
 
#footer {
	background: #B5B1B1;
	clear: both;
	text-indent: 4em; }
 
 