	h1	{ 
		font-size:24px; 
		color:#367d3c; 
		font-family:Georgia, "Times New Roman", Times, serif; 
	}
	
	h2	{ 
		font-size:1.1em; 
		color:#27649b; 
	}
	
	h3	{
		font-size:1.0em; 
		color:#000; 
	}
	
	a:link,a:visited	{ 
		color:#0d61bc; 
		text-decoration:none; 
		outline:none; 
	}
	
	a:hover,a:active	{ 
		color:#3b8139; 
		text-decoration:none; 
		outline:none; 
	}
	
	#header-link a:link, #header-link a:visited  {
		color:#367d3c;
		text-decoration:none;
	}
		
	#header-link a:hover, #header-link a:active  {
		color:#367d3c;
		text-decoration:underline;
	}

	p.default-text {
		line-height: 20px ;
		font-size: 12.5px ;
	}

	p.green {
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:17px;
		color:#5e8e10;
		text-align:right;
		padding-top:10px;
	}
		
	p.green span {
		color:#3b8139;
	}

	#column-right p.bread-crumb {
		color: #77746C;
		font-size:11px;
		margin-top:10px;
	}
	
	#column-left a:link, #column-left a:visited {
		color:#0d61bc;
		font-weight:bold;
		text-decoration:none;	
	}	
	
	#column-left a:hover, #column-left a:active {
		color:#3b8139;
	}
	
	#column-right-top p.h1sub {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:14px;
		color:#818a59;
	}

	#main-content-copy {
		height: auto !important;	/* make sure this area is at least this tall and scales	*/
		height: 190px;	/* use !important and this line to work around IE6 problem of no min-height support	*/
		min-height: 190px ;
	}

	#main-content-copy a:hover {
		color:#367d3c;
		text-decoration:underline;
	}

	#footer p {
		color:#5a6046;
		margin:7px 0 0 28px;
	}
	
	#footer a:link, #footer a:visited { 
		color:#fff; 
	}
	
	#footer a:hover, #footer a:active { 
		color:#fff; 
		text-decoration:underline; 
	}