body{
	background-color: #FFFFFF;
	background-image:url(images/bee_cap_transp.jpg);
	color: #000000;
	font-family: Garamond,Times New Roman, serif;
	font-size:16px;
	padding-top:10px;
}

#outerWrapper{
	background-color:#898989;
	margin:0 auto;
	padding:10px;
	width:73%;
	min-width:685px;
}

#innerWrapper{
	background-color:#fff;
	border: 2px solid #ffffcc;
	margin:0 auto;
	min-width:679px;
	padding-top:10px;
	width:98%;
}

#content{
	background-color:#fff;
	border:0px solid black;	
	float:right;
	min-height:80%;
	min-width:35%;
	padding:10px;
	padding-right:20px;
	width:95%;
}

#eventBox{
	background: url(images/nav_bar.gif) no-repeat;
	float:left;
	height:310px;
	padding:20px;
	width:215px;
}


#header{
	border:2px solid #ffffcc;
	margin:0 auto;
	width:622px;
}

#header img{
	border:2px solid #ffffcc;
}

#nav{
	background:#333;
	float:left;	
	margin: 0;
	width:100%;	
	list-style-type:none;
	padding:0;
}

#nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}
 
#nav a {
	display: block;
	width: 6em;
	color: #4444AA;
	text-decoration: none;
	border-right: 1px solid #fff;/*moved from below*/
}
 
#nav li { /* all list items. top level nav*/
	float: left;
	width: 6em; /* width needed for Opera */
	color:#fff;
	display:block;
	padding:5px 5px;	
	text-decoration:none;
	
}
 
#nav li ul { /* second-level lists */
	position: absolute;
	width: 6em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	
}
 
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	background:#9999AA;
	
}

#nav li:hover ul a{
	border-right:0;
}

#nav ul li{
	display:inline;	
	list-style-type:none;	
	border-right: 0;
}
#nav li a{
	color:#fff;
	float:left;
	text-decoration:none;
	
}



//links in general

a:visited{
	color: #4444AA;
	text-decoration: none;
}
a:active{
	color: #4444AA;
	text-decoration: none;
}
a:link{
	color: #4444AA;
	text-decoration: none;
}
a:hover{
	color: #9999AA;
	text-decoration: underline;
}

#footer{
	border:1px solid #fff;
	font-size:smaller;
	text-align:center;
}


#footer table{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

.greenBold{
	color: #67a387;
	font-size:1.5em;
	font-weight:bold;
	text-align:left;
	vertical-align:center;
}

.blackBold{
	color: #333;
	font-size:20px;
	
}

.greenBold img{
	width:40px;	
}


.cap{
	color: #9999CC;
	float:left;
	font-size:40px;
	font-weight:bold;
	padding:0 5px;
}

.purchaseButton{
	float:right;
	padding:10px;
	
}
.right{
	display:block;
	float:right;
	padding:10px;
	height:200px;	
}
.left{
	float:left;
	padding:10px;
	height:200px;
}

.center{
	display:block;
	margin-left: auto;
	margin-right: auto;
}

.centerImg{
	display:block;
	margin-left: auto;
	margin-right: auto;
}

.press table{
	display:block;
	margin-left: auto;
	margin-right: auto;
	width:400px;
}

th{
	font-size:18px;	
}

ul.siteMap 
{
	list-style-type:none;	
}

.copyright
{
	color:#000;
	text-decoration:none;
	
}

.newsbox{
	border: 2px solid #ffffcc;
	float:right;
	margin:5px;
	padding:10px;
	max-width:200px;
}
.newsboxCenter{
	color: #67a387;
	font-size:1.25em;
	font-weight:bold;
}

.author{
font-size:.75em;	
}