/**
 * Discovery WCMS Theme
 * 
 * @name: 		Fresh
 * @created: 	February 8, 2009
 * @author: 	Vincent J. Rahming
 */
 
 	/* ******************************	
 		Import basic template layout
 	******************************* */
 	@import url( template.css ); 
 
 
 	/* ******************************	
 		General Settings
 	******************************* */
 
 	body {
		background-color: #FFFFFF;		
		color: #222;
		font-family: Lucida Grande, Verdana, sans-serif;
		font-size: 11.5px;
		line-height: 1.7em;
		margin: 0px;
		padding: 0px;
	}
	
	body,td,th {
	    font-family: Lucida Grande, Verdana, sans-serif;
		font-size: 11.5px;
		line-height: 1.6em;
    }
	
	.page_footer {
        font-family: Verdana, sans-serif;
        font-size: 11px;
        color: #FFFFFF;
        line-height: 1.4em;
        margin: 0px;
        padding: 5px;
    
    }
    
	/* ******************************
	  @links
	******************************* */
	
	a:link	{
    	text-decoration: none;
        color: #292929;
    }
                        
    a:visited {
        text-decoration: none;
        color: #292929;
    } 
                            
    a:hover     {
    	text-decoration: none;
        color: #334b65;
    }
    
    a:active {
        text-decoration: none;
        color: #334b65;
    }
	
	/* ******************************
	  @headers
	  @spacing
	  @rules
	******************************* */
	
	hr {
		margin: 0px;
		border-style: solid;
		border-width: 1px;
		border-color: #598527;
	}
	
	p {
		
		
		font-family: Lucida Grande, Verdana, sans-serif;
		font-size: 11.5px;
		line-height: 1.6em;
	}
	
	h1 {
		
		font-size: 1.2em;

		margin: 0;
		color: #CFCFCF;
		
	}

	h2 {
	
		font-size: 1.9em;
		font-family: Book Antiqua, Bookman Old Style, Gill Sans, "Bitstream Vera Sans", Lucida, Verdana, sans-serif;
		padding: 0em;
		margin-top: 0.8em;
 		color: #96B837;
 		
	}

	h3 {
	
		font-size: 2.4em;
		line-height: 1.071em;
		margin-top: 0.5em;
 		margin-bottom: 0.536em;
		color: #63615A;		
		padding-bottom: 3px;
                
		
	}

	h4 {
	
		font-size: 1em;
		font-weight: bold;
		line-height: 1.25em;
		margin-top: 1.8em;
		margin-bottom: -0.8em;
		color: #986431;
		
	}

	h5 {
		
		font-size: 1em;
		margin-top: 2.25em;
		margin-bottom: 0.75em;
		color: #697930;
		
	}
	