

body {
	background-color:#3B3B3B;
	font-family: Arial, Verdana, Helvetica;
	font-size: small;
	line-height: 1.5em;
	color: #000;
	padding-top:0px;
	margin-top:20px;
	}
	
	h1 {font-size: 140%}
	h2 {font-size: 110%}
	h3 {font-size: 100%}
	
	p {margin:8px 0px;}
	
	a:link {color:#00F;}
	a:active {color:#00F;}
	a:visited {color:#009;}
	a:hover {color:#06F;}
	
	ul li {list-style-type:disc;}
	
	label {float:left; display:block; width:100px;}
	
	
	/*TABLE THINGS*/
	/*table {width:97%; color:#999; border-collapse:collapse;}
	td {padding-left:6px; border:1px solid #999;}
	th {color:#333; border:1px solid #999;}
	caption {padding-bottom:10px;} */
	
	.clear {clear:left}
	.noFloat {float:none;}
	.error {color:#FF0000; margin:0px;}
	
	
	/*Centers the page*/
	#contain {width: 900px; position:absolute; left:40%; margin-left:-384px; background-color:#FFF;}
	#contain p a:hover {background-color:#FFFFCC;}
	
	
	
		/*header styles*/
		#header {
			background-color:#4f4f4f; 
			background-image:url(../../images/ac_nav_bg.gif); 
			background-position:0% 100%;  background-repeat:no-repeat;}
		
		#header ul {margin:0px; padding:3px 0px; margin-left:40px; font-size:75%;}
		
		#header ul li {list-style-type:none; display:inline; margin-left:20px;}
		
		#header ul li a:link {font-weight:bold; text-decoration:none; color:#FFF;}
		#header ul li a:active {font-weight:bold; text-decoration:none; color:#FFF;}
		#header ul li a:visited {font-weight:bold; text-decoration:none; color:#FFF;}
		#header ul li a:hover {font-weight:bold; text-decoration:underline; color:#FFF;}
		
		
		/*content*/
		#content {margin:0px 0px 70px 20px;}
		#content img {margin-left:-20px;}
				
		span.dateInput2 {margin-left:50px;}
		span.dateInput2 label {float:none; display:inline;}
		
		
		/*For pages with no right i've used this class on the Content Div to place the logo on the top right of the conent area.*/
		#content.noRightColumn {background-image:url(../../images/ac_Logo.gif); background-position: right top; background-repeat:no-repeat;}
		#noRightColumnSpacer {float:right; width:200px; height:150px; border:0px;}
		/**/
		
		#dateInputs {margin-bottom:10px;}
		/* Right Content*/
		
		#rightCont {
			float:right; 
			border:0px solid black; 
			padding: 120px 35px 30px 35px; 
			background-image:url(../../images/ac_Logo.gif);
			background-repeat:no-repeat;
			}
			
		#rightCont h2 {font-size:75%; font-weight:normal; margin-right:2px;}
		
		#rightCont label {float:none; display:inline; font-size:75%; }
		
		
		/*footer*/

		#footer {
			background-color:#4f4f4f; 
			height: 20px;			
			}
			
		#credit {background-color:#3B3B3B; color:#6f6f6f; font-size:75%;}
		
		.clearfr {margin:10px 0px 0px 80px; /*padding:0px 2px; position:relative; left:90px;*/}
		
		
		
		
		
		
		
		
		