body
{
	margin: 0 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	line-height:18px;
	background-color: #ababab;
	border-top:50px;
}
	
#header
{
	border-bottom-color:#FFFFFF;
	border-bottom-width:4px;
	height:255px;
}

#outercontainer
{
	width: 804px;
	margin: auto auto;
	border: 6px solid;
	border-color:#0081ab;
	background-color: #FFFFFF;
	height:auto;
	color:#333333;

}
#innercontainer
{
width: 804px;
background-color: #FFFFFF;

}
#menubar
{
background-color:#EEEEEE;
}
#sizetwentyfour
{
	font-size:24px;
	margin-top:50px;
}
#footerlinks
{
font-size:12px;
line-height:16px;
padding-top:1em;
padding-bottom:.5em;
text-align:center;
}
#footerlinkssmall
{
padding-top:1em;
padding-bottom:.5em;
font-size:10px;
line-height:12px;
text-align:center;
}
#bodyindent
{
margin:20px;
text-align:center;
}

.leightbox {
	color: #333;
	display: none;
	position: absolute;
	top: 2%;
	left: 23%;
	width: 50%;
	height: 85%;
	padding: 1em;
	border: 8px solid #0081ab;
background-color: #FFFFFF;
	text-align: left;
	z-index:1001;
	overflow: auto;	

}

.bnv
{
	font-size:15px;
	color:#ADADAD;

}

#overlay
{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	background-color:#333;
	-moz-opacity: 0.5;
	opacity:.50;
	filter: alpha(opacity=50);
}

.lightbox[id]{ /* IE6 and below Can't See This */    position:fixed;    }#overlay[id]{ /* IE6 and below Can't See This */    position:fixed;    }
