body{
		/*  paragraph text  */
	color : black;
	background-image : none;
	background-color :#ffffee;
}


/* basic elements #E9E9D4*/

.floatright { float: right; }
.centerAlign { float: center; }


h1{
	/*         ~MASTHEAD ONLY ~         */

	font-variant : small-caps;
	font-weight : 900;
	font-style : normal;
	font-size : medium;
	font-family : Georgia, Times New Roman, Times, serif;
                
}

h2{
	/*      MAIN HEADLINE -- ALL CAPS            */

	font-variant : small-caps;
	font-weight : 900;
	font-style : normal;
	font-size : large ;
	font-family : Georgia, Times New Roman, Times, serif;
}

h3{
	/*       Sub main HEADLINE--Upper and Lower Case        */

	font-variant : normal;
	font-weight : 700;
	font-style : normal;
	font-size : small;
	font-family : Ariel, helvetica,  sans serif;
}
h4{	
	/*             Navigation Links 					 */

	font-variant : normal;
	font-weight : 200;
	font-style : normal;
	font-size : x-small;
        font-family : Ariel, helvetica,  sans serif;
	
}

h5{
	/*        fine print in sub head and footer			 */

	font-variant : normal;
	font-weight : 200;
	font-style : normal;
	font-size : xx-small;	  
	font-family : Ariel, helvetica,  sans serif;
}

h6{
	/*        italic fine print with sub head and footer           */

	font-variant : normal;
	font-weight : 200;
	font-style : italic;
	font-size : x-small;
	margin : 15px;	  
	font-family : Ariel, helvetica,  sans serif;
}



p{
	/*         Paragraph Body Text              */

	color : #773300;
	font-variant : normal;
	font-weight :600;
	font-style : normal;
	font-size :x-small;
	font-family : Georgia, Times New Roman, Times, serif;
}
                     
	
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #000;
	}


a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #000;
	}

a:hover, a:active { 
	text-decoration: underline; 
	}
	

#container
{
width: 90%;
margin: 10px auto;
}
 
#leftnav
{
float: left;
width: 160px;
}
 #maincontent
{
margin-left: 200px;
border-left: 1px solid gray;
padding: 1em;
max-width: 36em;
}
 

	
	#footer {
	margin-top: 40px;
background-image : url (images/BLBjomBrnSEALsmall.gif);
	/* background: transparent url(BLBjomBrnSEALsmall.gif) repeat-x; */
	height: 58px;
	width: 800px;
	text-align: center;
	/*margin-left: -280px; */
                margin-left: 20px; 
	}

