body,html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	color: #666666;
}

H2 {
	margin-top: 10px;
	margin-left: 10px;
	font-size: 1.6em;
	color: #000000;
	}
H3 {
	margin-left: 10px;
	margin-bottom: 10px;
	color: #000000;	
	}
P {
	line-height: 2em;
	text-align: left;
	margin-left: 10px;	
	}	

A {
	text-decoration:none;
	color:#0000ff;
}
A:hover {
	text-decoration:none;
	color:#ff0000;
}

#pagewidth{ 
 width:800px; 
 text-align:left; 
 min-width: 500px;margin-left:auto; 
 margin-right:auto; 
  
} 
 
#header{ 
	background-image: url(../images/picturebar2.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 183px;
}

#MenuBar {
	background-color: #000000;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	color: #FFFFFF;
	margin: 0px;
}
#MenuBar a {
	color: #FFFFFF;
	text-decoration: none;
}
#MenuBar a:hover {
	color: #000000;
	background-color: #FF0000;
}
#MenuBar .Selected {
	color: #000000;
	background-color: #FF0000;
}

#outer{ 
 border:solid white 0px; 
  /*/*/ border-right-width: 200px; /* right column width. NN4 hack to hide borders */ 
border-right-color: #eeeeee;  /* right column colour */ 
border-right-style: solid; 
  background-color: #FFFFFF; /* center column colour */ 
width: auto; 
 } 
 
#rightcol{
 /*/*/ width:200px; /* hack keeps NN4 right column right? */ 
 float:right; 
position:relative; 
  margin-right:-200px; 
 margin-left:1px; 
} 

#rightcol UL {
	margin: 0;
	padding: 0;
	}	
#rightcol LI {
	list-style-position: outside;
	margin-bottom: 1.5em;
	list-style-type: none;
	padding-left: 10px;
	font-size: 0.9em;
	}
 
#footer{
 width:100%; 
 background-color:#000000; 
} 
 
#footer .content {
	margin-top: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: normal;
	text-align:center;
	font-size: 9px;
	}

#inner{margin:0; width:100%;}
 
#maincol{ 
 float: left; 
 width: 100%; 
 position: relative; 
 margin: 0 -8px 0 -2px; 
 }

#maincol LI {
	line-height: 2em;
	text-align: left;
	margin-left: 10px;	
	}

#maincol .centered {
    text-align: center;
    }

#maincol .code {
    font-family: Courier New, Courier;
    background-color: #C8C8C8;
    }
    

#outer>#inner { border-bottom: 1px solid #83F9F9;  }
 
.clr{clear:both;}
 
.content{padding:5px;} /*padding for content */ 
 
#header .content{padding-bottom:0;} 
 

 
 /*printer styles*/ 
@media print{ 

/*hide the right column when printing*/
#rightcol{display:none;} 
#outer{border-right:0;} 
}
