/*==============Background and fonts for whole site==============*/
body 
{
color: #000;
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 82%;
	margin:0;
	padding: 0;
background: #fff;
}


/*==============Headings and other consistent items throughout site==============*/
h1
{
font-family: Georgia, Garamond, serif;
font-weight: bold; font-size: 180%;
padding: 0;
}

h2
{
font-family: Georgia, Garamond, serif;
font-weight: bold; font-size: 135%;
}

h3
{
font-family: Georgia, Garamond, serif;
font-weight: bold; font-size: 110%;
}

h4, h5, h6
{
font-family: Georgia, Garamond, serif;
font-weight: normal; font-size: 115%;
}

hr
{
height: 1px;
color: #1761aa;
padding: 0;
margin: 0;
}

address
{
font-style: normal
}

dd
{
padding-left: 0;
margin-left: 2em;
padding: .3em 0;
}

dt
{
padding: .3em 0;
font-weight: bold;
}

small
{
font-size: 85%;
}
