@import url('/stylesheets/refinery/formatting.css');
/*  
    Override default refinery formatting below. 
    Formatting applies to backend WYSIWYG editors and all frontend. 
*/
body {
    font-family: Verdana;
    font-size: 12px;
}
#body_content_left *, #body_content_right * {
    line-height: 22px;
    color: #585858;
}
h1, #body_content h1, h1#body_content_page_title {
    font-size: 25px;
    font-weight: normal;
    font-family: "Trebuchet MS", Trebuchet;
    text-align:left;
	margin:20px;
}
#body_content_left p, #body_content_right p {
    margin: 10px 23px;
}
h2, h3 {
    color: #8f8f8f;
    font-weight: normal;
    margin:20px;
}
h2 {
	
    font-size: 18px;
}
h3 {
    font-size: 16px;
}
h4{
	margin:20px;
}
#footer_content * {
    
    font-size: 11px;
}

a:link,a:visited
{
	color: #584219;
	font-weight:bold;
}