/* ***********************************Site-wide styles************************************/
body 
	{
		margin:			0px;
		padding:		0px;
		font-family:	Arial, Helvetica, sans-serif;
		font-size:		12px;
	}

/****** a styles ******/
a
	{
		text-color: 	black;
		text-decoration:none;
	}
a:link
	{}
a:hover
	{
		text-decoration:underline;
	}
a:active 
	{	
		font-style: 	italic;
	}
a:visited
	{}

#Container
	{
		align: center;
	}

/************************************* LOGO ****************************************/
#Logo 
	{
		display:			none;
	}

/********************************** SEARCH ****************************************/
#Search 
	{
		display:			none;
	}

/************************************ DATE ********************************/
#Date 
	{
		display:			none;
	}
	
/********************************* INFORMATION FOR ********************/
#InformationFor
	 {
	 	display:			none;
	}
/****************************** SIDEBAR *************************/
#Sidebar 
	{
		display:			none;
	}
/*************************** TOP CONTENT ************************/
#PopularPages, #TopLinks
	{
	 	display:			none;
	}	
#TopContentDivider 
	{
		display:			none;
	}
#TopContentDivider span 
	{
		display:			none;
	}

/************************************ FRONT PAGE ONLY  **************************************/
#CenterPicture 
	{
		background-color:	white;
		height: 			260px;
		left: 				0px;
		position: 			absolute;
		top: 				50px;
		width: 				425px;
	}
	
#Notice 
	{
		background-color:	white;
		text-align:			center;
		position:			absolute;
		left:				0px;
		top:				25px;
		width:				100%;
		z-index:			200;
	}
#Notice p
	{
		font-weight: 		bold;
		font-size: 			15px;
	}
#Notice p a
	{ 
		text-decoration: 	underline;
	}
#Notice p a:visited
	{
	}

#AroundTheCounty
	{
		background-color: 	#FFF;
		color:				#000;
		height: 			340px;
		left: 				425px;
		overflow: 			hidden;
		position:			absolute;
		top:				50px;
		width:				200px;
		background-image:	none;
	}
#AroundTheCounty h2 span 
	{
		display:			none;
	}
#AroundTheCounty ul
	{
		margin:				0px;
		padding:			0px;
		padding-left:		8px;
		padding-right:		8px;
		font-size:			12px;
		line-height:		13px;
		display:			block;
		color:				#000;
		white-space:		normal;
		font-weight:		normal;
	}
#AroundTheCounty ul li 
	{
		display:			list-item;
		list-style-image:	none;
		list-style-type:	none;
		margin-bottom:		8px;
		padding-bottom:		8px;
		text-align:			left;
	}
#AroundTheCounty ul li strong
	{
		font-weight:		bold;
		font-size: 			15px;
		text-align:			right;
		letter-spacing: 	-1px;
		padding-bottom: 	3px;
		margin-left:		-4px;
	}
#AroundTheCounty ul li a
	{
		color:				#000;
		text-decoration: 	none;
	}
#AroundTheCounty ul li a:hover
	{
		text-decoration: 	underline;
	}

/*************************************** CONTENT ************************************/
#TopPicture 
	{
		display: none;
	}
#Content
	{
		margin:				0px;
		left:				0px;
		margin-left:		0px;
		top:				0px;
		width: 				100%;
		z-index:			50;
		position:			absolute;
	}
#Content hr
	{
		margin-top: 		5px;
		padding-top: 		5px;
		margin-bottom: 		5px;
		padding-bottom: 	5px;
		border: 			1px 		#000; 		dotted;
	}
#Content h1
	{
		font-size: 			25px;
		font-weight: 		bold;
		letter-spacing: 	0px;
		margin-top: 		4px;
		margin-bottom: 		4px;
		padding: 			0px;
		font-variant: 		small-caps;
	}
#Content h2
	{
		font-size:			17px;
		font-weight: 		bold;
		margin-top: 		5px;
		margin-bottom: 		5px;
		padding: 			5px;
		letter-spacing: 	-1px;
		background: 		#FFF;
	}
#Content h3
	{
		margin-top: 		5px;
		font-size:			15px;
		font-weight:		bold;
		letter-spacing: 	-1px;
		margin-bottom:	 	2px;
	}
#Content p
	{
		font-size:			12px;
		font-family: 		Verdana, Helvetica, Arial, sans-serif;
		margin: 			0px;
		margin-top: 		2px;
		margin-bottom: 		10px;
		line-height: 		18px;
	}
#Content table tr td p
	{
		margin: 			0px;
	}
#Content a
	{
		color: 				#000; 
		text-decoration: 	underline;
	}
#Content p table tr td a 
	{
		font-size: 			16px; 
		letter-spacing: 	-1px; 
		color:				black; 
		text-decoration:	none;
	}
#Content p table tr td a:link 
	{
		color: 				black; 
		text-decoration: 	none;
	}
#Content p table tr td a:hover
	{
		color: 				black;
		text-decoration: 	underline;
	}
#Content p table tr td a:active 
	{
		color: 				black; 
		text-decoration: 	none; 
		font-style: 		italic;
	}
#Content p table tr td a:visited 
	{
		color: 				black;
	}
#Content ul 
	{
		margin-top: 		5px;
		margin-bottom: 		10px; 
		font-size: 			12px;
	}
#Content ol 
	{
		margin-top: 		5px; 
		margin-bottom: 		10px; 
		font-size: 			12px;
	}
#Content ul ng_list
	{
		font-size: 			12px;
	}
	
/****************************** BOTTOM CONTENT *****************/
#FrontPageBottomBar, #BottomBar
	{
		background-color:	#FFF;
		background-repeat: 	repeat-x;
		height: 			55px;
		position: 			absolute;
		width: 				100%;
		text-align:			center;
		background-image:	none;
		color: 				#000;
	}
#FrontPageBottomBar
	{
		display: 			none;
	}
#BottomBar
	{
		top: 				auto;
	}
#FrontPageBottomBar h3, #BottomBar h3
	{
		font-size: 			11px;
		text-align: 		center;
		line-height: 		11px;
		padding: 			0px;
		margin:				0px;
		margin-top:			35px;
		color:				#000;
	}
#FrontPageDisclaimers, #Disclaimers
	{
		display:			none;
	}

/************************** VIEWING AN EVENT POP UP **************************/
#ViewEvent
	{ 
		font-family: 			Arial, sans-serif; 
		font-size:				12pt; 
		margin: 				0px; 
	} 
 
#ViewEvent p
	{ 
		font-family: 			sans-serif; 
	} 
 
#ViewEvent h1
	{ 
		margin: 				0px;
		padding: 				10px;
		padding-bottom: 		3px;
		font-size: 				1em;
		color: 					#000;
		background-color: 		#FFF;
		text-align: 			center;
	} 
 
#ViewEvent h2
	{
		margin: 				0px;
		padding: 				0px;
		font-size: 				.8em;
		text-align: 			center;
		background-color: 		#000;
		color: 					#FFF;
		font-weight: 			normal;
	} 
 
#ViewEvent h3
	{ 
		margin: 				0px; 
		padding: 				0px; 
		padding-bottom: 		10px; 
		font-size: 				.8em; 
		text-align:	 			center; 
		background-color: 		#000;
		color: 					#FFF;
		font-weight: 			normal; 
	} 
 
#ViewEvent h4
	{ 
		text-align: 			center; 
		font-size: 				.8em; 
		margin: 				0px; 
		padding: 				5px; 
		font-weight: 			normal; 
	} 
 
#ViewEvent p
	{ 
		font-size: 				.8em; 
		margin: 				0px; 
		padding: 				5px; 
	}
