/* CSS Document */

body { 
	padding: 0px;
	margin: 0px;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #808080; }

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

h1 { 
	font: bold 16px Arial, Helvetica, sans-serif;
	background: url(/persistent/images/icon_plus.gif) left center no-repeat;
	color: #83AE00;
	padding-left: 16px; }
h2 { 
	font: bold 14px Arial, Helvetica, sans-serif;
	background: none;
	color: #83AE00; }
h3 { 
	font: bold 12px Arial, Helvetica, sans-serif;
	background: none;
	color: #808080; }

a { color: #83AE00; text-decoration: none; }
a:hover { color: #000000; text-decoration: underline; }

.cLear { clear: both; }

#mainBody { 
	margin: auto;
	width: 990px;
	background: #FFFFFF url(/persistent/images/bg_main.gif) center top no-repeat; }

#headerBar { 
	width: 990px;
	height: 113px; }
	#logoBar { float: left; padding: 0px 0px 0px 130px; }
	#headerRight { float: right; }

#bodyBar { width: 990px; }

	#navBar { 
		float: left;
		width: 255px; }
		#navBarItems { 
			padding: 55px 0px 20px 0px;
			border-right: 1px solid #D8D8D8; }
			#navBarItems ul { 
				list-style: none;
				padding: 0px;
				margin: 0px; }
				#navBarItems ul li { 
					list-style: none;
					padding: 0px;
					margin: 0px;
					font-size: 0px;
					line-height: 0px;
					text-align: right; }
					#navBarItems li a { 
						font: bold 14px Arial, Helvetica, sans-serif;
						padding: 15px 30px 17px 10px;
						background: url(/persistent/images/bg_nav_item.gif) left top no-repeat;
						text-decoration: none;
						color: #808080;
						display: block; }
					#navBarItems li a:hover { 
						background: url(/persistent/images/bg_nav_item_over.gif) left top no-repeat;
						color: #83AE00; }
	#contentBar { 
		float: left;
		width: 524px;
		border-right: 1px solid #D8D8D8;
		margin-top: 20px; }
		#mainContent { 
			padding: 0px 20px 5px 20px; }
			#homeContentBlocks {}
				#homeContentBlockLeft { float: left; width: 310px; }
				#homeContentBlockRight { float: left; padding-left: 20px; }
					#homeContentBlockRight a { font-weight: bold; color: #808080; }
	#rightSideBar { 
		float: left;
		width: 190px;
		margin-top: 20px;
		padding: 0px 10px 20px 10px; }

#addressBar { text-align: center; font-size: 11px; padding: 3px 210px 3px 255px; }

#footerBar { 
	border-top: 2px solid #F2F2F2; padding: 5px; }
	#footerContent { 
		background: #F2F2F2; padding: 5px; }


#statsCode { display: none; }

