
/*********************************************************/
/*background color of pages*/
body
{
	background-color:#EDF1F4;
}


/*********************************************************/
/*default link style*/
a
{
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}


/*********************************************************/
/*header object dims*/
.maintable
{
	left: 0px;
	position: absolute;
	top: 0px;
	width: 760px;
}

.googlesearch
{
	left: 560px;
	position: absolute;
	top: 134px;
	z-index: 3;
	width: 150px;
	height: 50px;
}

.menu
{
	width: 150px;
	z-index: 1;
	left: 0px;
	position: absolute;
	top: 170px;
}

.bodytable
{
	vertical-align: top;
	width: 610px;
	z-index: 5;
	left: 160px;
	position: absolute;
	top: 170px;
}


/*********************************************************/
/*title link buttons*/
.title_links
{
	color:indigo;
	font-family:Tahoma;
	font-size:x-small;
	font-weight:bold;
}
.title_links:link
{
	color:indigo;
}
.title_links:visited
{
	color:indigo;
}
.title_links:active
{
	color:indigo;
}
.title_links:hover
{
	color:#6644EE;
	text-decoration:none;
}
.title_links_border
{
	background-color:White;
	border-style:groove;
}



/*********************************************************/
/*normal text in body*/
.body_text
{
	color:Black;
	font-family:Tahoma;
	font-size:x-small;
}
.body_text:link
{
	color:#07C700;
}
.body_text:visited
{
	color:#07C700;
}
.body_text:active
{
	color:#07C700;
}
.body_text:hover
{
	color:#205070;
}


/*********************************************************/
/*title text in body*/
.body_title
{
	color:#27579B;
	font-family:Tahoma;
	font-size:medium;
	font-weight:bold;
	text-decoration:none;
}
.body_title:link
{
	color:#27579B;
}
.body_title:visited
{
	color:#27579B;
}
.body_title:active
{
	color:#27579B;
}
.body_title:hover
{
	color:#205070;
}

/*********************************************************/
/*styles for event titles*/
.event_title
{
	color:#27579B;
	font-family:Tahoma;
	font-size:small;
	font-weight:bold;
	text-decoration:none;
}
.event_subtitle
{
	color:#27579B;
	font-family:Tahoma;
	font-size:x-small;
	font-weight:bold;
	text-decoration:none;	
}

/*********************************************************/
/*seasonal styles*/
.s_fall
{
	font-family:Tahoma;
	font-size:medium;
	font-weight:bold;
	text-decoration:none;
	color:Brown;
}
.s_spring
{
	font-family:Tahoma;
	font-size:medium;
	font-weight:bold;
	text-decoration:none;
	color:Green;
}
.s_summer
{
	font-family:Tahoma;
	font-size:medium;
	font-weight:bold;
	text-decoration:none;
	color:Blue;
}
.s_winter
{
	font-family:Tahoma;
	font-size:medium;
	font-weight:bold;
	text-decoration:none;
	color:Gray;
}