*{
		 font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
		 font-size: 11px;
		 margin: 0px 0px 0px 0px;
}
li A:link
{
	font-weight: normal;
	text-decoration: none
}
li A:visited
{
	font-weight: normal;
	text-decoration: none
}
li A:hover
{
	color: #FFFFFF;
	background-color: #3366FF;
	font-weight: normal;
	text-decoration: none
}
ul A:link
{
	font-weight: normal;
	text-decoration: none
}
ul A:visited
{
	font-weight: normal;
	text-decoration: none
}
ul A:hover
{
	color: #FFFFFF;
	background-color: #3366FF;
	font-weight: normal;
	text-decoration: none
}
div #mainContainer 
{
	border-left: 0px solid black; 
	width: 1000px; 
	padding: 0px; 
	position: absolute;
}
div #popupMain
{
	padding: 0px; 
}
div #header 
{
	border: 0px solid green; 
	width: 1000px; 
	position: relative; 
	float: left; 
	height: 42px; 
	background: rgb(0,0,0);
}
div #menuBar
{
	border: 0px solid blue; 
	width: 1000px; 
	float: left; 
	background: #DDDDDD; 
	color: rgb(255,255,255);
	z-index: 1;
}
div #content {
	border-left: 1px solid rgb(210,210,210); 
	border-right: 1px solid rgb(210,210,210); 
	border: 1px solid rgb(210,210,210); 
	width: 992px; 
	position: relative; 
	float: left;
	padding: 0px 0 0 5px; 
	margin-top: 10px;
}
div #popupContent {
	border: 1px solid rgb(210,210,210); 
	padding: 5px; 
}
div #footer {
	width: 995px; 
	position: relative; 
	float: left; 
	background: rgb(210,210,210); 
	padding: 2px; 
	border-bottom: 1px solid rgb(0,0,0);
	margin-top: 10px;
}
#title{
	font-size: 10pt;
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
	padding: 2px;
	background: #C2D0FE;
	color: rgb(100,100,100);
}
#titleRed{
	font-size: 10pt;
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
	padding: 2px;
	background: rgb(175,100,100);
	color: rgb(210,210,210);
}
#heading{
	font-size: 10pt;
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
	padding: 2px;
	border-bottom: 1px solid rgb(150,150,150);
	color: rgb(100,100,100);
}
#largerText{
	font-size: 12pt;
	color: rgb(0,0,0);
}
#standardText{
	font-size: 10pt;
	color: rgb(0,0,0);
}
#smallText{
	font-size: 8pt;
	color: rgb(0,0,0);
}
/* set millions of background images */
.rbroundbox { background: url(/home.nsf/nt.gif) repeat; }
.rbtop div { background: url(/home.nsf/tl.gif) no-repeat top left; }
.rbtop { background: url(/home.nsf/tr.gif) no-repeat top right; }
.rbbot div { background: url(/home.nsf/bl.gif) no-repeat bottom left; }
.rbbot { background: url(/home.nsf/br.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessessary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent { margin: 0 7px; }
.rbroundbox { width: 98%; margin: 1em auto; } 
