/* CSS Document */

body { 
	padding: 0px;
	margin: 0px;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background: #7A5E2E; }

h1, h2, h3, h4, h5, form { padding: 0px; margin: 0px; }

h1 { 
	color: #643317;
	font: bold 18px "Times New Roman", Times, serif;
	border-bottom: 1px solid #643317; }

h2 { 
	color: #643317;
	font: bold 18px "Times New Roman", Times, serif; }

h3 { 
	color: #643317;
	font: bold 16px "Times New Roman", Times, serif; }

a { color: #7a5e2e; }
a:hover { color: #000000; }

.cLear { clear: both; }

#mainBody { 
	margin: 0px auto;
	width: 777px;
	background: #643317; }

	#headerBar { 
		height: 66px;
		border-bottom: 2px solid #7A5E2E; }
		#headerText { 
			border-bottom: 1px solid #7A5E2E;
			height: 44px;
			padding: 10px 10px 0px 0px;
			text-align: right;
			font: bold 9px Verdana, Arial, Helvetica, sans-serif;
			color: #E1C383; }

	#imageBar { height: 185px; }
		#logoBar { width: 193px; float: left; }
		#mainImage { width: 584px; float: right; }

	#mainBar { background: url('/persistent/images/bg_body.jpg') left top repeat-y; }
		#navBar { 
			float: left;
			width: 130px;
			padding: 10px 31px 10px 32px; }

			#navItems { 
				padding: 0px;
				margin: 0px;
				list-style: none; }
				#navItems li { 
					padding: 0px;
					margin: 0px;
					list-style: none;
					font-size: 0px;
					line-height: 0px; }
					#navItems li a { 
						font: normal 13px Georgia, "Times New Roman", Times, serif;
						color: #FFFFFF;
						text-decoration: none;
						display: block;
						padding: 6px 5px 6px 5px; }
					#navItems li a:hover { background: #E1C383; }

		#contentBar { 
			float: right;
			width: 564px;
			padding: 10px;
			}

	#footerBar { 
		padding: 20px 5px 15px 5px;
		background: #643317;
		text-align: center;
		font: bold 9px Verdana, Arial, Helvetica, sans-serif;
		color: #FFFFFF; }
		#footerBar a { 
			font: bold 10px Verdana, Arial, Helvetica, sans-serif;
			color: #FFFFFF;
			text-decoration: none; }
		#footerBar a:hover { color: #E1C383; }
		#footerBar small { font-weight: normal; font-size: 9px; color: #E1C383; }

#statsCode { display: none; }