body	{
	font-size: 11pt;
    font-family: Georgia, "Times New Roman", Times;
    background: white url(images/background.gif) repeat-y;
    margin: 0px
    }

p    {
	font-family: Georgia, "Times New Roman", Times;
    text-align: left;
    }

h1  { font-weight: normal; letter-spacing: 2pt; margin-top: 40px; margin-bottom: 40px }
h2 { font-weight: normal; letter-spacing: 2pt }
h3 { font-weight: normal; letter-spacing: 2pt }

a {
	color: #333;
    }

a:hover {
	text-decoration: none;
    }

#footer p{
    text-align: center;
    font-size: 8pt;
    line-height: 1.1em;
    }

#content   { line-height: 1.5em; margin-left: 195px; padding: 15px }

#leftbar { margin: 0px; position: absolute; top: 0px; left: 0px; width: 194px }

#header  { background-image: url(images/logo.gif); width: 194px; height: 259px }

#header p { display: none; }

 #navcontainer { width: 194px; }

#navcontainer ul  {
	font-family: Georgia, "Times New Roman", Times;
    letter-spacing: .3em;
    list-style-type: none;
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid #666;
    }

#navcontainer a {
	display: block;
	padding: 6px 6px 6px 20px;
    margin: 0;
	width: 194px;
	background-color: #333;
	border-bottom: 1px solid #666;
	}

html>body #navlist a
	{
	width: auto;
	}

#navcontainer a:link, #navlist a:visited
{
color: #EEE;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #666;
color: #fff;
}

#navcontainer a#current { font-weight: bold; }
