.h1 
	{  
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 72px; 
	font-weight: bold;
	color: #000000; 
	}                                                                                 
.h2 
	{ 
	font-size: 24px; 
	font-family: Helvetica, Verdana, sans-serif, "Arial Black" ; 
	font-weight: bold; 
	color: #0000FF;
	}                                                         
.h3 
	{ 
	color: #402B30; 
	font-size: 1.5em; 
	font-weight: bold; 
	font-family: Helvetica, Verdana, sans-serif, "Arial Black";
	}
.h4
	{ 
	color: black; font-size: 1.2em;  
	font-family: Helvetica, Verdana, sans-serif, "Arial Black" ; 
	font-variant: small-caps;
	}                 
.thanks 
	{ 
	color: #000000; 
	font-size: .8em;  
	font-family: Helvetica, Verdana, sans-serif, "Arial Black";
	}                                                                          
.text 
	{ 
	font-size: 1em; 
	line-height: normal; 
	font-family: Helvetica, Verdana, sans-serif, "Arial Black" ; 
	font-weight: normal;
	}                                           
.footer 
	{ 
	font-size: .75em; 
	font-family: Helvetica, Verdana, sans-serif, "Arial Black";
	} 
.warn
	{
	font-size: .5em; 
	color: cccccc;
	font-family: Helvetica, Verdana, sans-serif, "Arial Black";
	}                               
a 
	{ 
	color:#0000FF;
	text-decoration: underline; 
	font-weight:normal;
	}                    
a:visited 
	{ 
	font-style: italic;
	}                
a:active 
	{ 
	text-decoration: none; 
	color:#000000;
	}                 
a:hover 
	{ 
	text-decoration: underline; 
	font-weight:normal; 
	font-variant: small-caps;
	color:#000000;
	}  
.footer 
	{ 
	font-size: 10px; 
	text-align: center; 
	font-family: Georgia, "Times New Roman", Times, serif;
	}                                    
body
	{
	margin: 0;
	padding: 0;
	background-color: #3366FF;
	}
#banner
	{
	text-align: center;
	background-image: url(graphics/brfspaper.gif);
	border-bottom: 1px solid #FF0000;
	}
#banner h1
	{
	margin: 0;
	padding: .5em;
	}
 #container
	{
	margin: 1em 5%;
	background-color: #FFFEE0; 
	border: 1px solid #0A8647;
	}
#content
	{
	padding-top: 1em;
	margin: 0 2em 0 200px;
	}
#nav
	{
	float: left;
	width: 200px;
	height: 2000px
	margin-left: 0;
	padding-top: 1em;
	padding-bottom: 110%;
    padding-right: 5em;
	background-color: #FFFEE0;
	}
#nav p
	{
	margin-top: 0;
	}
#nav h2 {			
/* hide visual rendering of Nav H2 */
    position: absolute;
    left: -999px;
    width: 990px;
	}
div#menu 
	{
    align: center;
	height: auto;
    width: 135px;
	}
div#menu ul
	 {
    margin-left: 5px;
    padding-left: 5px;
	}
div#menu li 
	{
    height: 30px;
    width: 135px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 1em;
    font-weight: bold;
	color:#FFFF66;
    text-align: center;
    line-height: 200%;
    list-style-type: none;
    background-image: url(graphics/newbutton.jpg);
    background-repeat: no-repeat;
	}
div#menu li a 
	{
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
	}
div#menu li a:link 
	{
      font-weight:bold;
      color: #FFFEE0;
	}
div#menu li a:visited 
	{
    color: #ff0000;
	font-weight: bold;
	}
div#menu li a:hover 
	{
    font-weight: bold;
    text-decoration: underline;
    color: #FFFF00;
    background-image: url(graphics/newbutton2.jpg);
	}

div#menu li a:active 
	{
    font-weight: bold;
    color: #3366FF;
    background-image: url(graphics/newbutton2.jpg);
    background-repeat: no-repeat;
	}

#footer 
	{ 
	clear: both;
	border-top: 1px solid #FF0000;
	background-image: url(graphics/brfspaper.gif);
	text-align: center;
	} 
