/* CSS Document */



#contentcolumn{
margin-left: 200px; /*Set left margin to LeftColumnWidth*/
margin-top: 10px;
background: url(/images/body-background.png) #ffffff; 
	font-family: Lucida Grande, Arial;
	font-size: 17px;
	font-style: normal;
	line-height: 1.5em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #525252;
}



h1 {
		font-size:24px;
		padding-top:10px;
		
		margin:0px 10px 0px 0px;
		text-transform:none;
		background: #ffffff no-repeat bottom left; 
		}
		
	h2 {
		font-size:22px;
	
		padding-top:5px;
		margin:0px 5px 0px 0px;
		}
		
	h3 {
		font-size:20px;
		
		padding-top:5px;
		margin:0px 5px 0px 0px;
		}
		
	h4 {
		font-size:16px;
		padding-top:5px;
		margin:0px 10px 10px 10px;
		}
	
	h5 {
		font-size:15px;
		padding-top:5px;
		margin:0px 10px 10px 10px;
		}				
	
	h6 {
		font-size:14px;
		padding-top:5px;
		margin:0px 10px 10px 10px;
		}

	a:link {
		text-decoration: none;
		color: #666666;
	}
	a:visited {
		text-decoration: none;
		color: #666666;
	}
	a:active {
		text-decoration: none;
		color: #666666;
	}
	a:hover {
		text-decoration: underline; 
		color: #666666;
	}