/* CSS Document */

 h1	{
 	font-size:18px;
	}
	
h2	{
	font-size:14px;
	}
	
body {
   background: white;
   font-size: 12px;
   }
   
#navAlpha, #hiddennav, #navBeta, #footer, .noprint, #menu{
   display: none;
   }

.content {
   width: auto;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   }
   
div#content {
   margin-left: 5%;
   padding-top: 1em;
   border-top: 1px solid #930;
   }

a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
/*#content a[href^="/"]:after {
   content: " (http://www.fairbanks.k12.oh.us" attr(href) ") ";
   }*/

#footbannertext ul	{
	list-style: none;
    font:10px verdana, arial, helvetica, sans-serif;
	}	
	
#footbannertext img {
	float:left;
	width:70px;
	margin-right:10px;
	}

