body { background-color: #000000 ; }	  
	
body,td,p { color: silver  ; }
.btn.btn-primary { background-color: #222  ; } 
		.btn.btn-primary:hover { background-color: #999; }
	.btn.btn-primary  { background-color: #222  ; }
	

	.btn.btn-primary { color: black  ; }
	.btn.btn-primary  { color: black  ;  }
body { margin: 0px; padding: 0px; } 
	BODY,UL,P,TABLE,TD,TH,H1,H2,H3,H4,H5,H6,BIG,SMALL {
font-family: arial,arial MT,helvetica,verdana,helvetica ; 
} 

body, table, td { font-size: 9pt; } 

h1{color:#8bace1; font-size: 14pt; }
h3 { color: #e5694b; font-size: 12pt; }
A { text-decoration:underline;color:#e2e2b9;}
A:visited { text-decoration:underline;color:#d6d67b; }
A:active { text-decoration:none; }
A:hover {text-decoration:underline;color:#fff99;}

.forumnavactive, A.forumnavactive:visited  { color: #e5694b; font-size: 14pt; }



#menu {
 width: 100%;  
}

#menu ul {
 list-style: none;
 padding: 2;   /* padding to buttons */
 margin: 0 ;   /* indent from outside div */
}

#menu li {
 float: left;     /* left for horizonal menu, otherwise its vertical. */
width: 130px;
}

#menu a {
 text-align: center;  /* position text within li button */
 text-decoration: none; /* remove typical underline */
 font-size: 9pt;    /* menu text size */
 width: 134px;
 display: block;    /* treats layout of buttons like they're table cells rather than list items */
 color: white;  /* link text colour */
 background-color: #333;
 border-bottom: 1px solid red;
 padding: 2;   /* padding of text within button */
 margin: 1;   /* padding of button within list item */
}

#menu a:hover {  /* override as neccesary for mouse over effects */
 color: white; 
 background-color: #666;
 border-bottom: 1px solid red;
}


#menu li ul {  /* this one is the dropdown */
 position: absolute; /* so we can hide it */
 left: -999em;  /* by default it is hidden */
 width: 164px;  /* width of the entire dropdown */
 margin: 0;  /* relative position of the menu to the button... 0=tight on bottom.. */
 background-color: #844; /* color of the entire dropdown */
}

#menu ul ul ul {
 position: absolute;
 top: auto;  /* auto means that it will be in the typicall indented list position below the first menu */
 left: 0;   /* 0 */
 margin: -20 160;       /* adjust the margins to position the 2nd level popout menu to the right*/
 width: 200px;   /* width is based on the containing block */
 background-color: #666; /* color of the entire dropdown */
}

#menu li ul a {  /* override colours for drop down buttons */
 background-color:#333;
 color:white;
 border-bottom: #844 solid 1px; /* color of the entire dropdown */
 width: 160px;
 text-align:left;
 font-size: 10pt;
 padding:2px;
 margin: 0; 
}

#menu li ul a:hover {  /* override colours for drop down buttons */
 color: #ffffff;
 background-color: #000000;
}

#menu ul li:hover, #menu ul li.sfhover {
 color: blue;
}


#menu li:hover ul ul, 
#menu li:hover ul ul ul, 
#menu li.sfhover ul ul, 
#menu li.sfhover ul ul ul 
{
 left: -999em;
}

#menu li:hover ul, 
#menu li li:hover ul, 
#menu li li li:hover ul, 
#menu li.sfhover ul, 
#menu li li.sfhover ul, 
#menu li li li.sfhover ul {
 left: auto;
}

H1,H2,H3 { color: red ; }
	
	
	 
	A, A:link { color: #CCFF33 ; }
	
	

	
	

	.formDIVColour { background-color: #000000 ; border: 3px solid #000000 ; padding: 1%; }
	

	#menu a:link, #menu a:visited { background-color: #666 }
	
	#menu a:link, #menu a:visited { color: white }