#second_navigation
{	background: #666 url('../site_mainGraphics/main_navigation/selected.jpg') repeat-x left center;
	overflow: hidden;
	}
	#second_navigation a
	{	display: block;
		color: #fff;
		line-height: 30px;
		padding: 0 20px;
		float: left;
		}
		#second_navigation a:hover
		{	background: url('../site_mainGraphics/main_navigation/hover.jpg') repeat-x scroll left top;
			}
		#second_navigation a.selected
		{	background-color: #333;
			}

#event_slides .event_info 
{
	}
	#event_slides .event_info a
		{	display: inline;
			color: #0099CC;
			border-bottom: dotted 1px #0099CC;
			}
			#event_slides .event_info a:hover
			{	color: #999;
				border-bottom: dotted 1px #999;
				}

#content_wrapper
{	width: 100%;
	overflow: hidden;
	}
	#content
	{	width: 690px;
		float: left;
		}
		#content.fullsize
		{	width: 100%;
			}
		#content table
		{	border-collapse: collapse;
			}
		#content a
		{	color: #0099CC;
			border-bottom: dotted 1px #0099CC;
			}
			#content a:hover
			{	color: #999;
				border-bottom: dotted 1px #999;
				}
		#content h1
		{	margin: 30px 0 10px 0;
			}		
		#content h2
		{	font-weight: normal;
			font-size: 1.2em;
			line-height: 1.6em;
			margin: 15px 0 5px 0;
			}
		#content h3
		{	font-size: 1.1em;
			margin: 15px 0 5px 0;
			text-transform: uppercase;
			}
		#content p
		{	margin: 10px 0;
			line-height: 1.7em;
			}
	#third_navigation
	{	width: 260px;
		min-height: 300px;
		margin: 75px 0 0 25px;
		border-left: solid 1px #ccc;
		float: left;
		}
		#third_navigation a
		{	display: block;
			line-height: 1.6em;
			margin-left: 20px;
			color: #0099CC;
			border: none;
			}
			#third_navigation a:hover
			{	color: #999;
				}
			#third_navigation a.selected
			{	color: #999;
				text-decoration: underline;
				}