html,body
	{
 	margin: 0;
 	padding:0;
 	font-family: verdana, arial, sans-serif;
 	font-size: 10px;
 	background: #0B0040;
 	color: #333;
 	/*fixes margin: auto for IE 5.5*/
 	text-align: center;
	}

/*new wrapper div for box_right divs*/

.column_right {
	float: left;
	}

/*removed float: right; property/value and changed ID attribute to class
removed margin-bottom:*/

.box_right_1 
	{
	width: 200px;

	margin-left: 10px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	border: 1px solid #ccc;
	text-align: left;
	background: #eee;
	font-size: 9px;
	line-height: 150%;
	
	}

.box_right_2 
	{
	width: 200px;

	margin-left: 10px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	border: 1px solid #ccc;
	text-align: left;
	background: #eee;
	font-size: 9px;
	line-height: 150%;
	clear: both;
	}

.box_right_3 
	{
	width: 200px;

	margin-left: 10px;
	margin-bottom: 10px;
	padding: 5px;
	border: 1px solid #ccc;
	text-align: left;
	background: #eee;
	font-size: 9px;
	line-height: 150%;
	clear: right;
	}

#sched_box 
	{
	width: 655px;
	height: 100px;
	border: 1px solid #ccc;
	margin-top: 0px;
	overflow: auto;
	background: #eee;
	font-size: 9px;
	text-align: left;
	}

#event_box 
	{
	width: 655px;
	height: 100px;
	border: 1px solid #ccc;
	margin-top: 0px;
	overflow: auto;
	background: #eee;
	font-size: 9px;
	text-align: left;
	}

#wrapper 
	{ 
 	width: 850px; 
 	margin: 0 auto; 
 	text-align: left; 
 	} 

#news
	{
 	float: right;
 	top: 20px;
 	left: 20px;
 	border: 1px solid #930;
 	width:185px;
 	height: auto;
 	padding: 5px;
 	padding-right: 5px;
 	position: relative;
	}

/*removed min-height property and set height to auto
it's not supported by IE 5/6
--there are a few hacks about if it's needed*/

#container
	{
 	height: auto;
 	margin: 20px auto 20px auto;
  	width: 700px;
 	border: 2px solid #ccc;
 	background: #fff;
 	font-family: verdana, arial, sans-serif;
 	font-size: 10px;
 	color: #333333;
 	padding: 0px;
 	}
 
 #bannercontainer
	{
 	margin:  0 auto;
 	width: 700px;
 	height: 145px;
 	background-image: url(http://www.akronaa.org/images/banner_akronaa.png);
 	font-family: verdana, arial, sans-serif;
 	border-bottom: 1px solid #ccc;
 	font-size: 10px;
 	color: #333;
 	padding: 0px;
 	}

/*added float: left and padding-right*/

#main_content 
	{
	margin-top: 0px;
	width:  425px;
	float: left;
 	padding-right: 10px;
	}
 
 .content
 	{
 	border: none;
 	padding-left: 20px;
 	padding-right: 20px;
 	font-family: Verdana, sans-serif, Arial;
 	font-size: 10px;
 	text-align: left;
 	color: #333;
 	line-height: 150%;
 	}
 	
.tablechecklist 
 	{
 	margin: 0 auto;
 	width: 650px;
 	margin-top: 15px;
 	border: 1px solid #000000;
 	border-collapse: collapse;
 	border-spacing: 0px;	
 	}

.tablesmall 
 	{
 	margin: 0 auto;
 	width: 550px;
 	margin-top: 30px;
 	margin-bottom: 30px;
 	border: 1px solid #000000;
 	border-collapse: collapse;
 	border-spacing: 0px;	
 	}

.tdcontainer 
 	{
 	border: 1px solid #FFFFFF;
 	font-family: Verdana, sans-serif, Arial;
 	font-weight: normal;
 	font-size: 11px;
 	text-align: left;
 	color: #000000;	
 	}

.tdheader 
 	{
 	background-color: #CCCCCC;
 	border: 1px solid #000000;
 	font-family: Verdana, sans-serif, Arial;
 	font-weight: bold;
 	font-style: italic;
 	font-size: 11px;
 	text-align: center;
 	padding-right: 16px;
 	color: #000000;
 	}
 	
 .header 
 	{
 	background-color: #CCCCCC;
 	border: 1px solid #333;
 	margin-top: 30px;
 	margin-bottom: 30px;
 	font-family: Verdana, sans-serif, Arial;
 	font-weight: bold;
 	font-style: italic;
 	font-size: 12px;
 	text-align: center;
 	padding: 3px;
 	padding-right: 16px;
 	color: #333;
 	}

.tdcell 
 	{
 	border-bottom: 1px #000000 solid;
 	border-left: 1px solid #666666;
 	text-align: left;
 	font-family: Verdana, sans-serif, Arial;
 	font-weight: normal;
 	font-size: 11px;
 	color: #404040;
 	padding-top: 8px;
 	padding-bottom: 8px;
 	padding-left: 8px;
 	padding-right: 8px;	
 	}

.tdcellcenter 
	{
 	border-bottom: 1px #000000 solid;
 	border-left: 1px solid #666666;
 	text-align: center;
 	font-family: Verdana, sans-serif, Arial;
 	font-weight: normal;
 	font-size: 11px;
 	color: #404040;
 	padding-top: 8px;
 	padding-bottom: 8px;
 	padding-left: 8px;
 	padding-right: 8px;	
 	}
 
 .contentcenterBIG 
 	{
 	border: none;
 	font-family: Verdana, sans-serif, Arial;
 	font-weight: bold;
 	font-size: 20px;
 	text-align: center;
 	color: #333;	
 	}
 
 .contentcenterHEADER 
 	{
 	border: none;
 	font-family: Verdana, sans-serif, Arial;
 	font-weight: bold;
 	font-size: 15px;
 	text-align: center;
 	color: #333;	
 	}
 	
 #copyright 
 	{
 	font: 8px Verdana, sans-serif, Arial;
 	font-style: italic;
 	color: #930;
 	text-align: center;
 	z-index: 100;
 	}

h1
 	{
 	margin-top: 10px;
 	font-family: verdana, arial, sans-serif;
 	font-size: 11px;
 	font-weight: bold;
 	color: #930;
 	}

hr 
	{
	margin-top: 15px;
	margin-bottom: 15px;
	}
 
h2
 	{
 	margin-top: 10px;
 	font-family: verdana, arial, sans-serif;
 	font-size: 11px;
 	font-weight: bold;
 	color: #333;
 	}

h2.fd
 	{
 	margin-top: 10px;
 	padding: 3px;
 	border: 1px solid #333;
 	font-family: verdana, arial, sans-serif;
 	font-size: 12px;
 	font-weight: bold;
 	color: #fff;
 	background-color: #900;
 	text-align: center;
 	}
 	
h4.fd
 	{
 	margin-top: 10px;
 	margin-left: -10px;
 	padding: 3px;
 	width: 50%;
 	font-family: verdana, arial, sans-serif;
 	font-size: 12px;
 	font-weight: bold;
	letter-spacing: .25em;
 	color: #f90;
 	background-color: #fff;
 	text-align: left;
 	}
 	
 
 	
 	
/*removed negative margin value*/

h3.top 
	{
 	font-size: 12px;
 	font-weight: bold;
 	color: #333;
 	margin-top: 0px;
 	}

h3
	{
 	font-size: 12px;
 	font-weight: bold;
 	color: #333;
 	}

h3.fd
	{
 	font-size: 12px;
 	font-weight: bold;
 	color: #333;
 	text-align: center;
 	}

.deflist dt 
	{
    margin-top: 0.5em;
    margin-left: 30px;
    margin-bottom: 0.5em;
    }
	
.deflist dd 
	{
    margin-left: 50px;
    margin-right: 25px;
    margin-bottom: 0.5em;
    }

#mainleft 
	{
	margin:  0 95px;
	margin-left: 47px;
	width:200px;
	float:left;
	padding-bottom:10px;
	}
	
#mainright 
	{
	width:200px;
	float:left;
	padding-bottom:10px;
	}

table.sub
	{ 
    font-family:verdana, arial, sans-serif;
    border-collapse:collapse;
    font-size:10px;
    background-color:#eee;
    width:350px;
    border-style:solid;
    border-color:#ccc;
    border-width:1px;
  	}

td.sub
	{  
    background-color:#eee;
    color:#333;
    border-style:solid;
    border-width:1px;
    border-color:#ccc;
    }
  
a.info
	{
  	/* font-size: 99%; for IE (?)*/
	position:static;
	text-decoration:none;
	font-style: italic; 
	font-weight: normal;
	color: #000;	
	/*border-bottom: 1px #999 dotted;*/	
	}
	
a.info:hover
	{
	/* font-size: 99%; for IE (?)*/
	background-color:#cee;
	}

a.info span 
	{
	display:none;
	}

a.info:hover span 
	{
	display:block;
	z-index:100;
	position: absolute; 
	width:200px;
	border: 2px solid #699;
	background-color:#cee;
	font: 8.5pt/11pt Verdana, Geneva, sans-serif; 
	color: #000;
	text-align:left;
	padding:5px;
	}

.fieldcell input
	{
	width: 150px;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #eee;
	color: #333;
	border: 1px solid #ccc;
	margin-right: 0px;
	padding: 3px;
	}
	
.fieldcell textarea
	{
	width: 310px;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #eee;
	color: #333;
	border: 1px solid #ccc;
	margin-right: 0px;
	padding: 3px;
	}
	
.smallfieldcell select
	{
	font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #F2F7FB;
	color: #333;
	border: 1px solid #ccc;
	padding: 3px;
	}
	
.button
	{
	font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #eee;
	border: 1px solid #ccc;
	color: #333;
	margin-left: 0px;
	padding: 3px;
	}
/*styles for hotels08 tables*/
	
table.hotel
	{
	border: 1px solid #ccc;
	border-collapse: collapse;
		}

td.hotel
	{
	border: 1px solid #ccc;
	border-collapse: collapse;
		}

th.hotel
	{
	font-weight: bold;
	background-color: #eee;
	}
	
/*styles for FD Articles*/

p.fdArticle {
	font: 12px Arial, sans-serif;
	}

p.fdArticleRight {
	float: right;
	margin-left: 20px;
	}

.fdFloat {
	float: left;
	width: 181px;
	border: none;
	padding: 20 px;
	}

.fdFloat p {
	font: 95%;
	}

p.articleCredit {
	text-align: right;

	}

h2 {
	font: 16px Times New Roman, Times, serif;
	font-weight: bold;
	}

cite {
	font: 95% Georgia, sans-serif;
	}

hr.fdRule {
	width: 40%;
	height: 3px;
	border: 1px solid #c0c0c0;
	}
.gravepic{
	position: relative;
	z-index: 0;
	}

.gravepic:hover{
	background-color: transparent;
	z-index: 50;
	}

.gravepic span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: white;
	padding: 5px;
	left: -1000px;
	border: 1px solid black;
	visibility: hidden;
	color: black;
	text-decoration: none;
	}

.gravepic span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
	}

.gravepic:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: 1;
	left: 200px; /*position where enlarged image should offset horizontally */
	}