




/*
This stylesheet establishes some basic style rules that will be applicable most of the time.

For styles controlling the layout of the page, see layout.css

for styles controlling the general aesthetics of the site, see lookandsfeel.css

*/

body{

font-family: Helvetica, Verdana, Arial, sans-serif;
font-size: 0.89em;
}

h1, h2, h3, h4, h5, h6, div#mainnav
{
font-family: Century Gothic, lucida grande,  lucida sans, bitstream vera sans, Verdana, Arial, sans-serif;
font-weight: normal;
font-style: normal;
letter-spacing: 0.2em;
font-weight: bold;
}

div#mainnav
{
font-size: 1em;
font-weight: normal;
}




h1
{
text-align: center;
font-size: 1.6em;

}

h2
{
font-size: 1.3em;
}

h3
{
font-size: 1.1em;
}

h4
{
font-size: 1em;
}

h5
{
font-size: 0.8em;
}

h6
{
margin: 0px;
margin-bottom: 0.2em;
padding: 0px;
font-size: 0.9em;
font-weight: normal;
font-style: italic;
}







p
{
padding-bottom: 1em;
line-height: 1.3em;
}

/* avoid annoying borders on linked images*/
a img
{
border: none;

}




li
{
padding: 0.5em;
line-height: 1em;
}



