/* CSS Document */

body {
text-align: center; 
background:#d1d1d1 url(images/body-bg.gif) top repeat-x;
}
div#container{margin-left: auto; margin-right: auto; width: 50em; text-align: left;}



/****************************
  MENU
****************************/

#navigation {
  clear: both;
  margin: 1px 0;
  padding: 0 0 1px 0;
  height: 24px;
  background: url(../images/bg_nav.gif) repeat-x;
  border-bottom: 0px solid #000;
  }

#navigation ul {
  float: left;
  margin: 0;
  padding: 0;
  list-style-type: none;
  background: url(../images/bg_nav_ul.gif) repeat-x;
  }

#navigation li {
  display: inline;
  }

#navigation li a {
  margin: 0 1px 0 0;
  padding: 4px 7px 0 8px;
  height: 24px;
  float: left;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size: 10.5px;
  color: #fff;
  text-decoration: none;
  background: url(../images/bg_nav.gif) repeat-x;
  }

#navigation li a:hover {
  padding-top: 2px;
  font-size: 10.5px;  
  border-bottom: 2px solid gold;
  }

#navigation li a#current {
  padding-top: 2px;
  border-bottom: 2px solid gold;
  }
  
  
  
/* set millions of background images */
.rbroundbox { background: url(../images/nt.gif) repeat; }
.rbtop div { background: url(../images/tl.gif) no-repeat top left; }
.rbtop { background: url(../images/tr.gif) no-repeat top right; }
.rbbot div { background: url(../images/bl.gif) no-repeat bottom left; }
.rbbot { background: url(../images/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; padding: 3px 3px 3px 3px }
.rbroundbox { width: 90%; margin: 1em auto; }



#base {
	border: 1px dotted #ccc;
	margin: 0em;
	width: 499px;
	padding: 5px 5px 5px 25px;
	font-family:Verdana, Arial; 
	font-size:9pt;
	list-style-type: disc
 }
 
 #base li{
    padding: 4px;
	font-family:Verdana, Arial; 
	font-size:9pt;
	list-style-type: disc
 }
 
 #ulblock {
	padding: 5px 5px 5px 60px;
 }
 
  #ulblock li{
    padding: 1px;
 }

  #ulblock25 {
	padding: 5px 5px 5px 25px;
 }

 
 #ullist {
	border: 0px dotted #ccc;
	margin: 0em;
	width: 399px;
	padding: 5px 5px 5px 25px;
	list-style-type: disc
 }
 
 #ullist li{
    padding: 4px;
	list-style-type: disc
 }

