/* CSS Document */

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

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

h1 { 
	color: #00CCCC;
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px dashed #33CCCC;
	padding: 4px;
	margin: 0px; }
	
h3 { 
	color: #00CCCC;
	font: bold 13px Verdana, Arial, Helvetica, sans-serif;
	/*border-bottom: 1px solid #33CCCC;*/
	/*padding: 4px;*/
	width: auto;
	/*display: inline;*/ }
	
h2 { 
	color: #9DA3B8;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	/*border-bottom: 1px solid #33CCCC;*/
	/*padding: 4px;*/
	width: auto;
	/*display: inline;*/ }
	
h4 { 
	color: #000000;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	width: auto; }
	
h5 { 
	color: #000000;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	width: auto; }

a { color: #00008B; text-decoration: none; }
a:hover { color: #00008B; text-decoration: underline; }

.cLear { clear: both; }

#mainBody { 
	margin: 0px auto 0px auto;
	width: 760px; }

#headerBar { 	
	background: #30c9cf url(/persistent/images/bg_header.gif) left bottom no-repeat;
	height: 261px;
	text-align: left; }

	#navBar { 
		background: #678fbe;
		width: 706px;
		height: 24px;
		padding: 30px 0px 0px 0px;
		border-bottom: 5px solid #eef3f8; }
		#navBar ul { 
			list-style: none;
			padding: 0px;
			margin: 0px 0px 0px 0px; }
			#navBar ul li { 
				list-style: none;
				padding: 0px;
				margin: 0px;
				float: left; }
				#navBar ul li a { 
					display: block;
					font: bold 9px Verdana, Arial, Helvetica, sans-serif;
					color: #FFFFFF;
					padding: 6px 12px 6px 12px;
					border-right: 1px solid #EEF3F8;
					background: #696D85;
					text-transform: uppercase; }
				#navBar ul li a.laSt { border: none; }
				#navBar ul li a:hover { background: #EEF3F8; color: #696D85; text-decoration: none; }

	.flashBar { 
		float: left;
		width: 320px;
		height: 170px;
		padding-left: 99px;
		border-left: 1px solid #FFFFFF;
		border-top: 1px solid #FFFFFF;
		background-position: right bottom;
		background-repeat: no-repeat;
		overflow: hidden; }

	#logoBar { 
		float: left;
		width: 286px;
		height: 171px; }

#contentBar { 
	background: #FFFFFF url(/persistent/images/bg_body.gif) left top repeat-y; }
	#bodyMain { 
		background: url(/persistent/images/bg_body_left.gif) left top no-repeat;
		padding: 20px 10px 10px 120px; }

#footerBar { 
	background: url(/persistent/images/bg_footer.gif) left top repeat-y;
	font-size: 8px;
	color: #CCCCCC;
	text-transform: uppercase;
	text-align: right;
	padding: 2px 5px 2px 5px; }

#statsBar { display: none; }

