
body {
margin:0; 
padding:0; 
background: #fbfaf4; 
color: #000; 
font-size:0.8em;
font-family: verdana, tahoma, "sans-serif";
}

#topbar {
background: #666666; 
text-align:right; 
color:#fff; 
padding: 2px 0; 
border-bottom: 1px solid #000; 
clear:both;
}

#topbar a:link {
color:#fff; 
font-size: 10px; 
font-family: verdana; 
padding: 4px 10px 0; 
margin: 0; 
text-decoration:none; 
border-bottom: 0px solid #666666;
}
#topbar a:visited {
}
#topbar a:hover {
border-bottom: 3px solid #a9c399; 
}
#topbar a:active {
}

#header {
background: #a9c399 url(grbg.png);
border-bottom: 1px solid #333;
border-top: 1px solid #ffffcc;
clear:both;
height: 70px;
}

#logo {
font-family: tahoma; 
font-size: 2em; 
color: #fff; 
margin: 10px 0 2px 15px;
}

#logoimg {
float:left;
}

#subhdr {
font-family: tahoma; 
font-size: .9em; 
color: #fff; 
margin: 2px 0 0 15px; 
padding:2px 0;
}

#hdrlinks {
background: #eee; 
padding: 3px 20px 3px 100px;
border-bottom: 1px solid #000; 
text-align: left;
}

#hdrlinks a {
text-decoration: none; 
color: #000; 
background: inherit; 
border-bottom:3px solid #eee; 
font-size: 0.85em; 
font-weight: bold;
}

#hdrlinks a:hover {
text-decoration: none; 
color: #000; 
background: inherit; /*border-bottom: 3px solid #a9c399;*/
border-top: 3px solid #666;
}

.topshadow {
height: 0; 
margin:0; 
padding: 0; 
border:0; 
border-top: 2px solid #c0c0c0;
} /* top shadow, easiest way cos of IE5 problems, bastards! */ 

#rhcol {
background: #eee;
float:right;
clear:right;
display: inline; /* this fucker fixes the double-margin problem in Internet Exploder. It's a little gem. */
width: 180px; /* 129px */
margin: 60px 80px 20px 30px; /* 20 0 0 10 */
padding: 0;
}

.rnav-hdr { 
padding: 2px 0;
background-color: #a9c399; text-align: center; font-weight: bold; color: #fff;
border-top: 1px solid #000; border-bottom: 1px solid #000;
}

/* START IMPORTED OLD STYLES */

#rhcol p {
font-family: verdana, arial, tahoma, sans-serif; 
font-size: 1em;
line-height: 1.2em;
margin: 5px;
}

#rhcol .access {
text-decoration : underline; 
color : #000000; 
background : inherit;
}

a.rhdr:link {
color: #000000;
background: inherit;
text-decoration : none; 
padding : 0;
margin : 0;
font-weight: bold;
text-transform: uppercase; 
font-size: 10px;
}

a.rhdr:visited {
color: #000000;
background : inherit; 
text-decoration : none;
font-weight: bold;
}

a.rhdr:hover {
color: #000;
background : inherit; 
text-decoration : underline; 
}

a.rhdr:active {
color: #555;
background : inherit; 
text-decoration : none; 
}

a.nav:link {
color: #000099;
background: inherit;
text-decoration : none; 
font-size : 10px;
padding: 0 0 0 4px;
margin : 0;
border-left: 8px solid #eee;
border-bottom: 1px solid #eee;
}

a.nav:visited {
color: #000099;
background : inherit; 
text-decoration : none;
padding: 0 0 0 8px; 
}

a.nav:hover {
color: #000;
background : inherit; 
text-decoration : none; 
border-left: 8px solid #a9c399;
border-bottom: 1px solid #a9c399;
padding: 0 0 0 4px;
}

a.nav:active {
color: #999;
background : inherit; 
text-decoration : none; 
padding: 0 0 0 8px;
}


/* END IMPORTED OLD STYLES */

#contentcol {
margin: 0px 80px 0px 80px; /* 0 170 0 170*/
/*background: #fff;
border-left: 1px solid #666;
border-right: 1px solid #666;*/
min-width: 500px; /* dumbass IE doesn't understand this */
padding: 20px;
}

.rhcol-hdr {
padding: 2px 0;
background-color: #8f9fbd; 
text-align: center; 
font-weight: bold; 
color: #fff;
border-top: 1px solid #000; 
border-bottom: 1px solid #000;
}

#footer {
background: #666666; 
color:#fff; 
font-size: .8em; 
border-top: 1px solid #000; 
padding: 5px; 
clear: both; 
text-align: center;}

#footer p {
margin: 5px;
}

#footer a {
color:#fff; 
text-decoration: none;
}

#footer a:hover {
color:#fff; 
text-decoration: underline;
}

#botbar {
background: #a9c399;
border-bottom: 1px solid #ffffcc; 
border-top: 1px solid #333; 
clear: both;
}

