﻿body
{
    font-family: Georgia, Verdana, Arial, Sans-Serif;
    background-image: url('images/goldBG.jpg');
}

#outerContainer
{
    margin: 40px auto auto auto;
    padding: 3px;
    background-color: #e8e1b7;
    line-height: 130%;
    width: 834px;
    overflow: hidden;
}

#container
{
    border: 2px solid black;
    line-height: 130%;
    background-color: #d3c999;
    overflow: hidden;
    height: 100%;
}

#container a
{
    color: #765d18;
    text-decoration: none;
    font-style: italic;
}

#container a:hover
{
    color: #9a7921;
    text-decoration: none;
    font-style: italic;
}
    
#top
{
    height: 90px;
}

#topnav
{
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #9a7921;
    color: #000000;
    font-weight: normal;
    font-size: 13px;
    font-style: italic;
    letter-spacing: 1px;
    border-bottom: 2px solid black;
}

#topnav a
{
    color: #000000;
}

#topnav a:hover
{
    color: #765d18;
}

#topnav a.selected
{
    color: #ffffff;
    font-weight: normal;
}

#leftnav
{
    float: left;
    background-color: #d3c999;
    width: 200px;
    height: 534px;
    font-family: Georgia, Verdana, Arial, Sans-Serif;
}

#leftnav p
{
    margin: 10px;
    color: #ffffff;
    font-weight: normal;
    font-style: italic;
    font-size: 15px;
}

#content
{
    background-color: #e8e1b7;
    padding: 20px;
    font-size: 16px;
    width: 590px;
    height: 494px;
    overflow: auto;
}

#content p
{
    /*margin-top: 0;*/
    margin-bottom: 10px;
    font-family: Georgia, Verdana, Arial, Sans-Serif;
    line-height: 150%; 
}

/* hide from MacIE \*/
* html #leftnav
{
    margin-right: -6px;
}

* html #content
{
    margin-left: 0;
}
/* end hide */   

/*#scroll
{
	height: 474px;
	width: 590px;
	overflow: auto;
}*/

#footer
{
    width: 834px;
    clear: both;
    margin: 0px auto auto auto;
    padding: 3px;
    color: #000000;
    text-align: right;
    font-size: 11px;
    font-style: italic;
}

#footer a, #footer a:visited, a, a:visited
{
    color: #000000;
    text-decoration: none;
}

#footer a:hover
{
    color: #ffffff;
}

div.spacer 
{
    clear: both;
}

.lastParagraph
{
    margin-bottom: 0;
}

img
{
    border: 0;
    vertical-align: middle;
} 

ul
{
    margin-left: 30px;
	list-style-position: outside;
	list-style-type: disc;
	color: #000000;
	font-family: Georgia, Verdana, Arial, Sans-Serif;
	font-size: 13px;
}

ul.audio { list-style-image: url(Images/speaker.gif); }          
