/* 
    Document   : content
    Created on : Oct 12, 2006, 9:49 PM
    Author     : cprince
    Description:
        This style sheet contains text and content area styles for the site theme.
*/


#content h1 {
   font-family: Verdana,Arial,Helvetica,sans-serif;
   font-size: 18px;
   font-weight: bolder;
	margin-top: 1em;
}


#content h2 {
   font-family: Verdana,Arial,Helvetica,sans-serif;
   font-size: 16px;
   font-weight: bolder
}


#content h3 {
   font-family: Verdana,Arial,Helvetica,sans-serif;
   font-size: 14px;
	text-decoration: underline;
   font-weight: bolder
}


#content h4 {
   font-family: Verdana,Arial,Helvetica,sans-serif;
   font-size: 12px;
   font-weight: bolder
}


#content p {
   margin-bottom: 10px;
   margin-left: 10px;
   margin-right: 10px;
   margin-top: 10px
}