/*
 * Typography CSS
 * Author: Brendan Corcoran
 * Email: bcorcoran@gmail.com
*/
body {
	font-family:Tahoma,Arial,Helvetica,sans-serif;
	color:#000;
}
.serif {
	font-family:"Georgia","Times New Roman",Times,serif;
}

/*
 * Left Column
*/


/*
 * Content
*/
#homepageContent h1, #subpageContent h1, #homepageContent h2, #subpageContent h2,
#homepageContent h3, #subpageContent h3
{
	font-weight: normal;
	font-family:"Times New Roman";
	color:#B02E32;
}
#homepageContent h1, #subpageContent h1
{
	font-size: 20pt;	
}

#homepageContent h2, #subpageContent h2
{
	font-size: 18pt;
}

#homepageContent h3, #subpageContent h3
{
	font-size: 16pt;	
}

#content p, #content li, #tinymce p, #tinymce li {
	font-size:12pt;
	color: black;
	font-family:"Arial";
}

#content ul li, #tinymce ul li {
	margin-bottom: 5px;
	padding-bottom: 0px;	
}
#content p, #content div, #tinymce p, #tinymce div {
	margin-bottom: 10px;	
}

#content .sub-heading1, #content .sub-heading2, #tinymce .sub-heading1, #tinymce .sub-heading2 {
	font-family: "Times New Roman";
	font-color: black;
}

#content .sub-heading1, #tinymce .sub-heading1 {
	font-size: 14pt;	
	font-style: italic;
	font-weight: bold;

}

#content .sub-heading2, #tinymce .sub-heading2 {
	font-size: 13pt;	
}

#content .body-text2, #tinymce .body-text2  {
	font-size: 11pt;	
}

p.grey {
	color:#666;
}
#right {
	color:#636;
	font-family:Arial;
}
#right h3,
#right h3 i {
	font-weight:bold;
}
#right p {
	font-size:13px;
	font-family:Arial;
}
#right .quote {
	font-style:italic;
}
#right .quote .author {
	color:#9d9f9a;
}
	

/*
 * Footer
*/
#footer {
	font-size:10px;
}

.notice {
color:#B02E32;
}