/* GENERAL FORMATTING & FONTS */

body
{
	background: #FFFFFF url('bg.gif') repeat-x;
	font-family: arial, verdana,helvetica,'sans serif';
	font-size: 11px;
	color: #4f4f4c;
}

p, td
{
	font-family: arial, verdana,helvetica,'sans serif';
	font-size: 11px;
	color: #4f4f4c;
	margin: 12px 0px 0px 0px;
}

h1
{
	font-family: Georgia, Times New Roman;
	font-size: 15px;
	color: #4f4f4c;
	margin: 0px;
	padding: 0px;
}


.eventdate
{
	font-family: arial, verdana,helvetica,'sans serif';
	font-size: 11px;
	color: #7795d8;
}

/* PAGE LAYOUT ELEMENTS */
.container
{
	width: 680px;
}

.logobox
{
	margin-top: 13px;
	height: 55px;
	background: #b9b6a7;
}

.blacklogo
{

	padding-top: 16px;
	font-family: Georgia, Times New Roman;
	font-size: 22px;
	color: #4f4f4c;
}

.whitelogo
{
	padding-top: 16px;
	font-family: Georgia, Times New Roman;
	font-size: 22px;
	color: #FFFFFF;
}

.content
{
	padding: 10px;
}

.menubox
{
	width: 676px;
	height: 40px;

}

.featured-box
{
	width: 668px;
	margin-left: 8px;
	float: left;
	border: solid #b9b6a7 1px;
	text-align: left;
	line-height: 18px;
}

.calendar-box
{
	width: 676px;
	background: #FFFFFF;
	border-top: solid #b9b6a7 1px;
	border-right: solid #b9b6a7 1px;
	border-bottom: 0px;
	border-left: solid #b9b6a7 1px;
	text-align: left;
}

.calendar-links
{
	width: 676px;
	background: #FFFFFF;
	border-top: 0px;
	border-right: solid #b9b6a7 1px;
	border-bottom: solid #b9b6a7 1px;
	border-left: solid #b9b6a7 1px;
	text-align: right;
}


/* FORMAT LINKS */

a:link, a:visited, a:active 
{ 
	font-family: arial, verdana,helvetica,'sans serif';
	font-size: 11px;
	text-decoration: none;
	color: #7795d8;
}

a:hover 
{
	font-family: arial, verdana,helvetica,'sans serif';
	font-size: 11px;
	text-decoration: underline;
	color: #b9b6a7; 
}


a.menu:link, a.menu:visited, a.menu:active 
{ 
	font-family: arial, verdana,helvetica,'sans serif';
	font-size: 11px;
	text-decoration: none;
	color: #7795d8;
	margin-right: 15px;
}

a.menu:hover 
{
	font-family: arial, verdana,helvetica,'sans serif';
	font-size: 11px;
	text-decoration: underline;
	color: #b9b6a7;
	margin-right: 15px; 
}


a.events:link, a.events:visited, a.events:active 
{ 
	font-family: arial, verdana,helvetica,'sans serif';
	font-size: 11px;
	text-decoration: none;
	color: #4261a5;
}

a.events:hover 
{
	font-family: arial, verdana,helvetica,'sans serif';
	font-size: 11px;
	text-decoration: underline;
	color: #FFFFFF; 
}

a.blueboxlink:link, a.blueboxlink:visited, a.blueboxlink:active 
{ 
	display: block;
	background: #bbcaeb;
	width: 330px;
	padding-top: 10px;
	height: 35px;
	font-family: arial, verdana,helvetica,'sans serif';
	font-size: 11px;
	text-decoration: none;
	float: left;
	font-family: Georgia, Times New Roman;
	font-size: 18px;
	color: #FFFFFF;
}

a.blueboxlink:hover 
{
	display: block;
	background: #b9b6a7;
	padding-top: 10px;
	height: 35px;
	width: 330px;
	font-family: arial, verdana,helvetica,'sans serif';
	font-size: 11px;
	text-decoration: underline;
	float: left;
	font-family: Georgia, Times New Roman;
	font-size: 18px;
	color: #FFFFFF; 
}

a.grayboxlink:link, a.grayboxlink:visited, a.grayboxlink:active 
{ 
	display: block;
	background: #b9b6a7;
	margin-left: 8px;
	padding-top: 10px;
	height: 35px;
	width: 338px;
	font-family: arial, verdana,helvetica,'sans serif';
	font-size: 11px;
	text-decoration: none;
	font-family: Georgia, Times New Roman;
	font-size: 18px;
	color: #FFFFFF;
	float: right;
}

a.grayboxlink:hover 
{
	display: block;
	background: #bbcaeb;
	margin-left: 8px;
	padding-top: 10px;
	height: 35px;
	width: 338px;
	font-family: arial, verdana,helvetica,'sans serif';
	font-size: 11px;
	text-decoration: underline;
	font-family: Georgia, Times New Roman;
	font-size: 18px;
	color: #FFFFFF; 
	float: right;
}


