body {
margin: 0;
padding : 0;
background: #ccc url(_images/rnt_bg_brown.jpg) center repeat;
color: #555;
}
			/*WRAP*/
#container {
width: 760px;
margin-left: auto;
margin-right: auto;
padding: 0;
font: 76% "Trebuchet MS","lucida sans", tahoma, sans-serif;
line-height: 1.8em;
background: transparent;
color: #666;
}
			/*TOP BANNER*/
#banner {
padding: 0;
margin-bottom: 0;
height: 150px;
border-bottom:3px solid #fff;
background: #82B64D url(_images/llcoc_header.jpg);
color: #000;
}
			/*TOP NAVIGATION*/
/*
#navbar ul {
float:left;
width:100%;
padding:0;
margin:0;
list-style-type:none;
font-size: 150%;
font-weight: bold;
text-align: center;
border-bottom:3px solid #fff;
background: #000000;
color: #000;
}
#navbar a {
float:left;
width:6em;
height:25px;
text-decoration:none;
color:#fff;
background:#000000;
padding:0.4em 0.3em;
border-right:1px solid #fff;
}
#navbar a:hover {
background:#8BBA00;
color: #000;
}
#navbar li {
display:inline;
}
*/

/* from flapgreen */
#navbar 
{
    background:#000000;
}

table.nav
{
float:left;
width:100%;
padding:0;
margin:0;
list-style-type:none;
font-size: 118%;
font-weight: bold;
text-align: center;
/*border-bottom:3px solid #fff;*/
background: #000000;
color: #000;
    background-color: #000000;
}

a.nav, a.nav:link, a.nav:active, a.nav:visited, a.nav:hover
{
float:left;
width:6em;
height:25px;
text-decoration:none;
color:#fff;
background:#000000;
padding:0.4em 0.3em;
/*border-right:1px solid #fff;*/
}

a.nav:hover
{
background:#8BBA00;
color: #000;
}

a.nav_selected, a.nav_selected:link, a.nav_selected:active, a.nav_selected:visited, a.nav_selected:hover
{
    font-weight: bold;
    color: #FFFFFF;
    background:#8BBA00;
}

table.sublevel
{
    background-color: #000000;
}

a.sublevel, a.sublevel:link, a.sublevel:active, a.sublevel:visited, a.sublevel:hover
{
    padding: 3px;
    display: block;
    height: 100%;
    width: 100%;
    color: #FFFF00;
}

a.sublevel:hover
{
    color: #FFFFFF;
}

a.sublevel_selected, a.sublevel_selected:link, a.sublevel_selected:active, a.sublevel_selected:visited, a.sublevel_selected:hover
{
    font-weight: bold;
    color: #FFFFFF;
}
/* end flapgreen */

div#utilities
{
	position: relative;
	top: 12px;
	left: 670px;
	color: #FFFFFF;
	width:250px;
}

div#utilities a
{
	color: #FFFF00;
}

			/*MAIN CONTENT*/
#content {
padding: 1em;
margin-left: 0px;
/*margin-left: 200px;*/
}
			/*SIDEBAR*/
#sidebar {
float: left;
width: 160px;
margin: 0;
padding: 0 1em 0 1em;
}
			/*SIDE MENU*/
#sidebar ul {
list-style: none;
margin: 0 0 20px 0;
padding: 0;
}
#sidebar ul li { 
display: inline;
padding: 0;
margin: 0;
}
#sidebar ul li a {
display: block;
color: #385900;
background: inherit;
text-decoration: none;
margin: 0;
padding: 5px 0 5px 0;
border-bottom: 1px solid #C0C0C0;
}
#sidebar ul li a:hover {
text-decoration: none;
background: #E6E7E9;
color: #DA7910;
}
			/*FOOTER*/
#footer {
clear: both;
width:750px;
padding: 5px;
margin: 0;
font-size: 0.8em;
border-top: 3px solid #fff;
border-bottom: 3px solid #fff;
background: #88C706;
color: #000;
}
#footer a:link, #footer a:visited {
text-decoration : none;
background : inherit;
color : #000; 
}
#footer a:hover {
text-decoration : underline;
background : inherit;
color :  #fff;
}
			/*LINKS*/
a:link, a:visited {
text-decoration : none;
background : inherit;
color : #DA7910;
}
a:hover {
text-decoration : underline;
background : inherit;
color :  #385900; 
}
			/*TYPOGRAPHY*/
h1 {
margin: 0;
padding: 30px 0 0 20px;
font-size: 175%;
letter-spacing: 3px;
}
h2 {
margin-top: 10px;
padding: 10px 0 10px 0;
font-size: 160%;
letter-spacing: 3px;
background : transparent;
color :   #385900;
}
h3 {
margin: 0;
padding: 10px 0 10px 0;
font-size: 160%;
letter-spacing: 3px;
background : inherit;
color :  #385900;
}
blockquote {
font-weight : bold;
font-style : italic;
color : #b29b35;
}
			/*CLASS*/
.clear {
clear: both;
overflow: hidden;
width: 0;
height: 0;
}
.slogan {
margin: 0 0 0 50px;
letter-spacing: 3px;
}

.post{
background: #E6E7E9;
padding: 3px;
margin: 20px 10px 10px 5px;
font-size: 80%;
}
.post .date {
background: url(_images/rnt_clock.gif) no-repeat left center;
padding-left: 15px;
margin: 0 15px 0 5px;
}
.post .comments {
background: url(_images/rnt_comment.gif) no-repeat left center;
padding-left: 15px;
margin: 0 15px 0 5px;
}
.post .readmore {
background: url(_images/rnt_document.gif) no-repeat left center;
padding-left: 15px;
margin: 0 15px 0 5px;
}