



.logo        { font-family: "Times New Roman"; color: #FF0000; font-size: xx-large; font-weight: bold; text-align: 
               center; word-spacing: 0; line-height: 100%; margin-top: 0; 
               margin-bottom: 0 }
.quote       { text-align: left; word-spacing: 0; line-height: 100%; font-family: monospace; 
               margin-left: 1em; margin-right: 0em; margin-top: 1em; 
               margin-bottom: 0 }

.topic-head  { font-family: "Times New Roman"; font-size: 3em }

.itemhead    { font-family: Arial; font-weight: bold; word-spacing: 0; line-height: 100%; 
               margin-top: 20px; margin-bottom: 12px }
.subhead     { font-family: serif; font-size: large; color: #000000; font-weight: bold; 
               text-align: center; line-height: 100%; margin-top: 15px; 
               margin-bottom: 10px }
.menuhead    { font-family: Arial; font-weight: bold; font-size: 2em; word-spacing: 0; line-height: 100%; 
               margin-top: 6px; margin-bottom: 8px; text-align:left; margin-left:0 }
.menusubhead  { font-family: Arial; font-weight: bold; font-size: 1.5em; word-spacing: 0; line-height: 100%; 
               margin-top: 6px; margin-bottom: 8px; text-align:left; margin-left:0  }
               
.headline
   {
	font-family: Arial, Helvetica; color: black; word-spacing:0; text-indent:0; line-height:100%; margin-top:0; margin-bottom:5px; font-weight: bold;
}            
.subheadline
	{ font-weight: bold;
}
.tagline
    { font-weight: bold;
}



          
               
h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Helvetica; text-align:center; word-spacing:0; text-indent:0; line-height:100%; margin-top:0; margin-bottom:5px; color: rgb(0,0,0);
}
               
 
DIV.footer
{
	clear: both;
     /* BORDER-RIGHT: #4169e1 1px solid; */

    PADDING-RIGHT: 2px;
    /* BORDER-TOP: #4169e1 1px solid; */
    PADDING-TOP: 2PX;
    PADDING-LEFT: 2px;
 
    PADDING-BOTTOM: 2px;
    MARGIN: 3px 6px 10px;
    TEXT-TRANSFORM: none;
    /* BORDER-LEFT: #4169e1 1px solid; */

    COLOR: black;/* sets text color */
    PADDING-TOP: 2px;
    /* BORDER-BOTTOM: #4169e1 1px solid; */

    FONT-STYLE: normal;
    FONT-FAMILY: Verdana, Arial;
    /* BACKGROUND-COLOR: BLUE; */ /* sets background colorof footer */
   /* TEXT-ALIGN: right;*/
    FONT-VARIANT: normal;
    TEXT-DECORATION: none
}             


           
               
               
               
body, #content
{
	float: none !important;
	width: auto !important;
	margin:0 !important;
	padding: 0 !important;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	background-color: #FFFFFF; 
}
	
 #content 
{
	width: auto;
		margin-left : 20em;
		padding-left: 40px;
		float : left;  /* added this */
		} 
	
	
	#nav, #nav ul { /* all lists */
	display: none;
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width : 11em;
	}
	
	#nav li { /* all list items */
		position : relative;
		float : left;
		line-height : 1.25em;
		margin-bottom : -1px;
		width: 11em;
		
	}
	
	
		#nav, #nav li, #nav li ul, #nav li ul ul, #nav li a, #nav li a:hover, #nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		display: none !important;
		} 
	.noshow
	{
	display: none !important;
	}
	
	#content {
		margin-left : 12em;
	}