/**** Page ****/
#container
{
width: 95%;
margin: 10px auto;
background-color: #fff;
font-family: verdana, arial, helvetica, sanserif;
font-size: .9em;
line-height: 130%;
}

#header
{
margin: 0 0 30px 0;
padding: 0 0 2px 0;
border-bottom: 2px solid #f09;
}

#content
{
margin: 10px;
padding: 1em;
}

#leftnav
{
float: left;
width: 120px;
margin: 0;
padding: 3px 0 0 0;
line-height: 100%;
}

#articles
{
margin: 0 0 0 160px;
}

#footer
{
margin: 40px 0 0 0;
padding: .5em;
text-align: left;
font-size: 0.6em;
color: #666;
border-top: 1px solid #f09;
}

/**** Navigation ****/
#leftnav ul
{
list-style-type: none;
padding: 0;
margin: 0;
text-align: right;
}

#leftnav li
{
font-size: 1.2em;
color: #f09;
margin: 1em 0;
}

#current
{
list-style-type: square;
font-weight: bold;
}

#leftnav a:link
{
color: #000;
text-decoration: none;
}

#leftnav a:visited
{
color: #000;
text-decoration: none;
}

#leftnav a:hover
{
font-weight: bold;
color: #f09;
text-decoration: none;
}

#leftnav a:active
{
font-weight: bold;
color: #f09;
text-decoration: none; 
}

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

#footer  a:hover, a:active
{
color: #f09;
text-decoration: none;
font-weight: bold;
}

#breadcrumbs a:link, a:visited
{
color: #666;
text-decoration: none;
}

#breadcrumbs  a:hover, a:active
{
color: #f09;
text-decoration: none;
font-weight: bold;
}


/**** Content ****/
#content h1
{
margin: 0 0 1em 0;
color: #f09;
font-size: 1.6em;
}

#content h2
{
margin: 0 0 -0.5em 0;
font-size: 1.2em;
color: #000;
}

#content p
{
margin-top: .5em;
}

#content dt
{
font-weight: bold;
}

#content dd
{
margin-left: .9em;
margin-bottom: 1.0em;
}

#content li a:link, a:visited
{
color: #000;
text-decoration: none;
}

#content li a:hover, a:active
{
color: #f09;
text-decoration: none;
}

#content a
{
color: #f09;
text-decoration: none;
}

table
{
font-size: .9em;
margin: 0 0 0 15px;
}

td
{
margin: 0 10px 0 5px;
}
