








/*
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: Arial, Verdana, sans-serif;
font-size: 0.9em;
background-color: #fff;
color: #333;

}

h1, h2, h3, h4, h5, h6
{

font-family: Georgia, times, serif;
font-weight: bold;
font-style: normal;
letter-spacing: 0.1em;
color: #422c32;
clear: both;	

}

h1
{
text-align: center;
font-size: 1.4em;

}

h2
{
background-color: #f5e5ca;
border-bottom: 1px solid #896644;
font-size: 1.3em;
padding-left: 10px;
}

h3
{
font-size: 1.1em;
}

h4
{
font-size: 1em;
}

h5
{
font-size: 0.85em;
}

h6
{
margin: 0px;
margin-bottom: 0.2em;
padding: 0px;
font-size: 0.9em;
font-weight: normal;
font-style: italic;
}


/* link styling */

/* link styling */

a{
color: #9a4b24;

}

a:link{
color: #9a4b24;

}

a:active{
color: #f60;
}

a:visited{
color: #965f09;
}

a:hover, a:focus{

color: #f93;
}




p
{
padding-bottom: 0.1em;
line-height: 1.4em;
}

/* avoid annoying borders on linked images*/
a img
{
border: none;

}


/* ..but in genral, format images in the content like this...*/

div#content img
{
background-color: #fff;
padding: 5px;
border: 1px solid #90322a;	
}


li
{
padding: 0.5em;
line-height: 1.4em;
}


strong
{
color: #90322a;
}


dt
{
font-weight: bold;
color: #90322a;
margin-top: 1.2em;
}

dd
{
margin-left: 0px;
}


/* general style for hiding things from visual display */
.non-vis
{
position: absolute;
left: -9000px;
}


