body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333366;

}
body {
	background-color: #FFFFFF;
	text-align: center;
}

a:link {
	color: #333366;
	text-decoration: underline;
}
a:visited {
	color: #333366;
	text-decoration: underline;
}
a:hover {
	color: #333366;
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}

#events {
	color: #333366;
}

#status {
	font-size: 11px;
}

#container
{
/*width: 90%;*/
width: 800px;
margin: auto;
background-color: #fff;
border: 3px solid #333366; 
/*line-height: 150%;*/
padding: 10px;
min-height: 1150px;
}

#top
{
background-color: #fff;
}

#leftnav
{
float: left;
width: 252px;
margin: 0;
padding-top: 10px;
}

#rightnav
{
float: right;
width: 268px;
margin: 0;
padding-top: 10px;
}

#content
{
margin-left: 252px;
margin-right: 265px;
max-width: 36em;
padding-top: 10px;
height: 850px;
}

#footer {
margin: 0 auto; 
text-align: center; /* for IE */ 
font-size: 11px;
height: 100%; 
padding: 5px 0; 
color: #999999;
}

/*#footer
{
clear: both;
margin: 0;
padding: 0 0 10px 0;
color: #333;
background-color: #fff;
}*/

	h1,h2,h3,h4 {
		font-size: 12px;
		color: #FFFFFF;
		background-color: #000000;
		text-align: center;
/*		margin-top: -10px;*/
		padding-left: 5px;
		padding-right: 5px;
		padding-top:10px;
		padding-bottom:10px;
		width: auto;
	}

	h1 {
		background-color: #31A529;
	}
	h2 {
		background-color: #C04000;
	}
	h3 {
		background-color: #FF9900;
	}
	h4 {
		padding-top:20px;
		padding-bottom:20px;
		background-color: #FF6600;
	}


	#rightnav a:link {
		color: #333366;
		text-decoration: none;
	}
	#rightnav a:visited {
		color: #333366;
		text-decoration: none;
	}
	#rightnav a:hover {
		color: #333366;
		text-decoration: none;
	}
	#rightnav a:active {
		color: #333366;
		text-decoration: none;
	}

	h5 {
		font-size:14px;
		color: #FFFFFF;
		text-align: center;
		margin-left: -5px;
		margin-right: -5px;
		margin-top: -5px;
		padding-left: 5px;
		padding-right: 5px;
		padding-top:10px;
		padding-bottom:10px;
		background: #333366; 
		width: auto;
		}

	#messageheader {
		margin-top: -15px;	
	}

	#photoheader {
		margin-left: 0px;	
	}
	
	#phototext {
		margin-top: -5px;
		margin-bottom: 0px;
	}

	.photos {
		margin-top: 10px;
		border: 1px solid #666;
		padding: 1px;
	}
	
	#contentrightbottom {
		width:258px;
		padding-top: 5px;
		padding-right: 5px;
		padding-bottom: 5px;
		padding-left: 5px;
		float:left;
		background:#63CF00;
		border: 2px solid #333366; 
		height: 610px;
		}


ul#topmenu
{
padding: 0;
margin: 0;
list-style-type: none;
float: left;
width: 100%;
color: #fff;
background-color: #FFF;
}

ul#topmenu li { display: inline; }

ul#topmenu li a
{
float: left;
/*width: 5em;*/ /* Needed to fix improper menu display on Firefox, NN, Opera */
color: #fff;
background-color: #FFF;
text-decoration: none;
}

ul#topmenu li a:hover
{
background-color: #369;
color: #fff;
}

.bottomimage
{
float: right;
margin: 20px 0 0 0;
}

.header
{
position: relative;
height: 40px;
}

.leftheader, .rightheader
{
position: absolute;
font-size: 13px;
font-weight: bold;
color: #097309;
margin: 0 0 10px 0;
width: 50%;
}

.leftheader
{
left: 0;
}

.rightheader
{
right: 0;
text-align: right;
}

#contentrightbottom a:link {
	text-decoration: underline; 
}

#contentrightbottom a:visited {
	text-decoration: underline; 
}

#contentrightbottom a:hover {
	text-decoration: none; 
}


/*---------- bubble tooltip -----------*/
.tt{
    position:relative;
    z-index:24;
    text-decoration:none;
}

.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
.tt:hover{ z-index:25; background:;}
.tt:hover span.tooltip, .tt:hover span.tooltipbottom{
  position: absolute;
  margin: 35px 0px 0px 20px;
  background-color: beige;
  width:300px;
  padding: 2px 10px 2px 10px;
  border: 1px solid #C0C0C0;
  text-decoration:none;
  color: #000;
  text-align:left;
  display: block;
  left:-120px;
}

.tt:hover span.tooltipbottom {
  top: -70px;
}

.nolink a:link {
	text-decoration: none; 
}
.nolink a:visited {
	text-decoration: none; 
}
.nolink a:hover {
	text-decoration: none; 
}
