
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .85em;
   text-align: center;
  
}

#container { 
	   position: relative; }
       

#navbar {display: none;}	

#nav {display: none;}



#content {
   	padding: 1em;
	text-align: left;
	background-color: white;
	color: black;
	font-size: .95em;
    }




h1 {background-color: #666600;
	margin: 0;
	padding-top: 5px;}

h2 {font-size: 1.3em;
	color: #660000;
	padding-top: .1em;
	}

h3 {font-size: 1.1em;
	color: #660000;
	margin-top: 0px;}
	
	

/*Stuff below here needs to get added */

td#topic {font-size: 1em;
	font-weight: bold;
	color: #660000;
	padding-top: 15px;}
	
table { 
	font-size: .9em;
	padding: 2px;
	}
	
#content li {
	position: relative;
	width: auto;
	float: none;
	background-color: #ffffff;
	z-index: 1;
	list-style: disc inside;
}

#faq {
	font-style: italic;
	font-weight: bold;
	color: #660000;}
	
#tagline {
	font-size: .8em;
	font-style: italic;
	font-weight: 200;
	color: #FFFFFF;
 	background-color: #666600;
	margin: 0;
	padding-bottom: .5em;
	font-family: Geneva, Helvetica, Arial, sans-serif;
	}
	
#footer {  
	font-size: .8em;
	font-weight: 200;
  	padding: 1em 0 0 0;
	text-align: right;
	font-family: Geneva, Helvetica, Arial, sans-serif;
	min-height: 10em;
	padding-bottom: 5em;
	}

#art {
	float: left;
	}
	
#art img {
	border: 0;
	align: top;
	padding: .1em;
	}

#art a {
	text-decoration: none;
	font-size: .9em
	}
	
