/* Edited with EditCSS */
/**** LINK-tag style sheet style.css ****/

body
{
font-family: Tahoma, Arial, sans-serif;
margin: 0px;
}

#header
{
height: 70px;
}

#nav
{
position: absolute;
left: 0px;
top: 70px;
width: 249px;
height: 535px;
border-right: 1px solid black;
background-color: #fffac7;
font-size: 10pt;
color: #387242;
}

#contentOuter
{
position: absolute;
left: 250px;
top: 70px;
width: 750px;
height: 505px;
background-image: url(background.png);
border-top: 1px solid black;
overflow: auto;
}

#contentInner
{
position: relative;
left: 8%;
width: 84%;
height: 100%;
}

#footer
{
position: absolute;
left: 250px;
top: 580px;
width: 750px;
height: 25px;
background-color: white;
text-align: center;
}

#footer a
{
color: black;
}

img
{
border: none;
}

img.logo
{
height: 70px;
}

.navtitle
{
padding-left: 2px;
line-height: 1.3em;
border-top: 1px solid black;
background-color: #fdf5a0;
}

.navlink
{
line-height: 20px;
}

.navlink a
{
text-decoration: none;
color: #387242;
padding-left: 10px;
display: block;
width: 239px;
}

.navlink a:hover
{
text-decoration: underline;
padding-left: 5px;
border-left: 5px solid green;
}

#contentInner
{
font-variant: small-caps;
text-align: center;
}

#contentInner p
{
font-variant: normal;
text-align: left;
}

p.centertext em
{
font-size: 1.2em;
}

span.title
{
font-family: Tahoma, Arial, sans-serif;
font-weight: bold;
font-size: 16pt;
}

span em
{
font-style: italic;
font-size: 20pt;
color: #387242;
}

li
{
text-align: left;
font-variant: normal;
margin-bottom: 1em;
padding-left: 8px;
}

ul li
{
list-style-image: url(li.png);
}

ul li ul li
{
list-style-image: url('li2.png');
}

ol li ul
{
margin-top: 1em;
}

table
{
width: 100%;
}

td
{
width: 50%;
vertical-align: top;
}

.booktitle
{
font-size: 1em;
}

p.centertext
{
text-align: center !important;
font-family: times, serif;
}

sup
{
font-size: .5em;
}

div.formQ
{
font-variant: normal;
text-align: left;
}
