﻿body
{
	font-size: 12px;
	font-family: Arial;
	background-color: #006633;
}


.mainTable
{
	width: 800px;
	height: 800px;
	font-size: 12px;
	font-family: Arial;
}

.topTable
{
	width: 800px;
	height: 265px;
	background-image: url(sliceImages/85Hornets_Top.jpg);
	
	background-repeat: no-repeat;
}

.menuClass
{
	width: 800px;
	height:30px;
	background-image: url(sliceImages/85Hornets_midSmall.jpg);
	background-repeat: repeat-y;
}

.menuClass a
{
	color:#006633;	
}

.menuClass a:hover
{
	color:#cc9900;	
}

.midTable
{
	width: 800px;
	height:400px;
	background-image: url(sliceImages/85Hornets_midSmall.jpg);
	background-repeat: repeat-y;
}

.bottomTable
{
	width: 800px;
	height: 165px;
	background-image: url(sliceImages/85Hornets_bottom.jpg);
	background-repeat: no-repeat;
}

.bottomTable a
{
	color:#cc9900;
}

/* Content page style */

hr
{
	color:#cc9900;
}

.subjectClass
{
	font-weight: bold;
	text-transform: capitalize;
	color: #cc9900;
	font-style: italic;
	font-family: Arial;
	font-size: 16px;
}

.eventTitleClass
{
	font-weight: bold;
	text-transform: capitalize;
	color: #006633;
	font-style: italic;
	font-family: Arial;
	font-size: 16px;
}

.businessLinkClass
{
	font-weight: bold;
	color: #cc9900;
	font-style: italic;
	font-family: Arial;
	font-size: 14px;
}

.businessNameClass
{
	font-weight: bold;
	
	font-family: Arial;
	
}

.businessDescriptionClass
{
	
	font-style: italic;
	font-family: Arial;
	
}

.defaultSideBar
{
	background-color:#cc9900;
	}
	
a
{
	color: #006633;
	text-decoration: none;
	font-weight: bold;
}

a:hover
{
	color:#cc9900;	
	text-decoration: none;
}

.infoLabels
{
	color: #006633;
	font-weight: bold;
	text-transform: capitalize;
	font-style: italic;
}