html
{
font-size: 100%;
}

#container
{
width: 90%;
margin: 10px auto;
background-color: #fff;
color: #333;
border: 1px solid #E1AB33;
line-height: 130%;
font-size: 12px;
font-family: Verdana, Myriad, Helvetica, san-serif;
}

#top
{
height: 60px;
padding: 0em;
background-image: url("images/OrangePeek.jpg");
background-repeat: repeat-x;
border-bottom: 1px solid #E1AB33;
}

#leftnav
{
float: left;
width: 150px;
margin: 0;
padding: 1em;

}

#content
{
margin-left: 200px;
padding: 1em;
max-width: 45em;
border-left: 1px solid gray;
color: #666666
}

#navfooter
{
clear: both;
margin: 0;
padding: .5em;
color: #333;
background-color: #E1AB33;
border-top: 1px solid #E1AB33;
font-size: 9px;
text-align: center;
}

#credits
{
font-size: 9px;
line-height: 10px;
}


#leftnav p { margin: 0 0 1em 0; }
#content h2 { margin: 0 0 .5em 0; }

#navcontainer { width: 180px; }

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

#navcontainer a
{
display: block;
padding: 3px;
width: 160px;
background-color: #C57900;
border-bottom: 1px solid #eee;
}

#navcontainer a:link, #navlist a:visited
{
color: #EEE;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #E1AB33;
color: #fff;
}

#navfooter a:link
{
color: #333333;
text-decoration: none
}

#navfooter a:visited
{
color: #003366;
text-decoration: none
}

* html #left 
{
  left: 120px;  /* RC width */
}

body 
{
  min-width: 675px;  /* 2x LC width + RC width */
}


span.left 
{
float: left; 
text-align: left
}

span.right 
{
font-family: Verdana, Arial, san-serif;
font-size: 11px;
float: right; 
text-align: right;
margin-right: .5em;
margin-top: .75em;
}

P.back 
{
font-family: Verdana, Myriad, Helvetica, san-serif;
font-size: 9px; 
text-align: right
}

A.back 
{
font-family: Verdana, Myriad, Helvetica, san-serif; 
font-size: 9px;
}

H5
{
font-family: Georgia, "Times New Roman", "Courier New", serif;
font-size: 22px;
font-weight: normal;
line-height: 24px;
color: #006600;
}

H6
{
font-family: Georgia, "Times New Roman", "Courier New", serif;
font-size: 16px;
line-height: 18px;
color: #C57900;
}

H7
{
font-family: Verdana, Arial, Helvetica, san-serif;
font-weight: bold;
font-size: 12px;
color: #000000
}

H7.gray
{
font-family: Verdana, Arial, Helvetica, san-serif;
font-weight: bold;
font-size: 12px;
color: #333
}


table td
{
font-size: 12px;
font-family: Verdana, Arial, Helvetica, san-serif;
}

th 
{
font-size: 12px; 
color: black; 
text-align: left
}

li.padding 
{
padding-bottom: 6pt
}

bold
{
font-weight: bold;
}