.events {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background: url("/web_assets/shows_bg.jpg") repeat-y;
	padding-left: 10px;
	padding-top: 4px;
}

.news {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../news_bg.jpg);
	padding-left: 10px;
	padding-top: 4px;
}
.right_wt_line {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.body_border {
	border: 1px solid #333333;
}
.bottom_wt_line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.footer_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 65%;
	color: #CCCCCC;
	text-decoration: none;
}

.footer_text a {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	text-decoration: underline;
}

.footer_text a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: underline;
}
.page_title {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 90%;
	font-weight: bold;
	text-decoration: none;
	padding-top: 4px;
	padding-left: 4px;
}
.text_body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 65%;
	color: #000000;
	text-decoration: none;
	padding-left: 6px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	background-color: #FFFFFF;
}

.text_body a {
	color: #CC0000;
	font-weight: bold;
	text-decoration: underline;

}

.text_body a:hover {
	color: #333333;
}

.text_body2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 65%;
	color: #000000;
	text-decoration: none;
	padding-left: 6px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	font-weight: bold;
	background-color: #FFFFFF;
}

.text_body2 a {
	color: #CC0000;
	font-weight: bold;
	text-decoration: underline;

}

.text_body2 a:hover {
	color: #333333;
}
.text_body3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #232323;
}

.text_body3 a {
	color: #FFFFFF;
	text-decoration: none;

}

.text_body3 a:hover {
	color: #CC2423;
	text-decoration: underline;
}

.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	padding-top: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	font-size: 75%;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-color: #CCCCCC;
}
.news_bg_body {
	background-image: url(../news_bg_body.jpg);
	background-repeat: repeat-x;
}
#jsddm
{	margin: 0;
	margin-left: 200px;
	padding: 0;
	float: right;
	}
	
	#jsddm li
	{	float: left;
		list-style: none;
		font: 12px Tahoma, Arial}

	#jsddm li a
	{	display: block;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		background: url('/web_assets/navbarBackground.gif') repeat-x top left;
		border-right: 1px solid black;
		padding: 10px 15px;
		text-decoration: none;
		width: auto;
		color: #EAFFED;
		white-space: nowrap}

	#jsddm li a.noBorder 
	{
	border: 0;
}

	#jsddm li a:hover
	{	background: #181818}
		
		#jsddm li ul
		{	margin: 0;
			padding: 0;
			position: absolute;
			visibility: hidden;
			border-top: 1px solid #333}
		
		#jsddm li ul li
		{	float: none;
			display: inline}
		
		#jsddm li ul li a
		{	width: auto;
			padding: 10px 20px;
			background: #000}
		
		#jsddm li ul li a:hover
		{	background: #252525}

