
.rbroundbox { background: url(nt.gif) repeat; }
.rbtop div { background: url(tl.gif) no-repeat top left; }
.rbtop { background: url(tr.gif) no-repeat top right; }
.rbbot div { background: url(bl.gif) no-repeat bottom left; }
.rbbot { background: url(br.gif) no-repeat bottom right; }
/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent { margin: 0 7px; }
.rbroundbox { width: 60%; margin: 1em auto; }


#navcontainer { width: 200px; }

#navcontainer ul
{
margin-left: 165;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a
{
display: block;
padding: 3px;
width: 650px;
background-color: #036;
border-bottom: 1px solid #eee;
}

#navcontainer a:link, #navlist a:visited
{
color: #FFFFFF;  background: #3399FF;

text-decoration: none;
}

#navcontainer a:hover
{
color: #3399FF;
background-color: #fff;
}
 hr {
  border: 4;
 height: 5px;	
  width: 80%;
 background-color:  #036;
}	 


#btbar {
background:#F5F5F5 url(../images/footer.gif) repeat scroll 0%;
border-bottom:10px solid #F5F5F5;
border-top:1px solid #DDDDDD;
bottom:0px;
color:#AAAAAA;
font-size:11px;
left:0px;
opacity:0.9;
position:fixed;
text-align:left;
width:100%;
z-index:10000;
}
#btbar p {
float:left;
margin:0px;
padding-left:35px;
padding-top:4px;
}

#btbar a {
padding-left:10px;
}


