﻿/* headings */
body,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
	margin:0; 
	padding:0;
	font-family:"Trebuchet MS",Helvetica,Jamrul,sans-serif;
	background: transparent;
} 

h1
{
    color: #333;
    font-weight: bold;
    font-size: 2.5em;
    line-height: 3em;
    margin-top: -30px;
    margin-bottom: -10px;
}

h2
{
    color: #a10e5c;
    font-weight: bold;
    font-size: 1.25em;
    line-height: 1.75em;
    margin: 10px 0;
}

h3
{
    color: #a10e5c;
    font-weight: bold;
    font-size: 1.5em;
    background: #e6e6e6;
    width: auto;
    padding: 12px;
}

h4
{
    font-weight: bold;
    font-size: 1.1em;
    width: auto; /*background: url(../Images/h3-arrow.png) top  right; might not need this, delete here */
}

h5
{
    color: #a10e5c !important;
    font-weight: bold;
}
#MainContent h5
{
    color: #a10e5c !important;
    font-weight: bold;
    text-decoration:none;
    
}

#MainContent h5:hover
{
    text-decoration:underline;
    cursor:pointer;
    
}

address
{
    float: left;
    color: #333;
    font-size: 1em;
    line-height: 1.2em;
    padding: 7px;
}

address em
{
    color: #a10e5c;
    font-weight: normal;
}

p
{
    margin: 10px 0;
}