html
{
	padding:															0;
	margin:																0;
}

body 
{ 
	font-size: 														11px;
  font-family: 													Helvetica,Arial,sans-serif;
  margin: 															0;
  padding: 															0;
  text-align:														center;
  background-color:                     rgb(0,0,0);
	color:																rgb(193,210,237);
}

a
{
	color:																rgb(255,255,255);
}
	
#page_wrapper
{
	width:																960px;
	height:                               590px;
	margin: 															0 auto;
	text-align:														left;
}

#header_wrapper h1
{
	background-image: 										url(../images/header.png);
	width:																960px;
	height:																96px;
	margin: 0;
	padding: 0;
}

#header_wrapper h1 span
{
	display:															none;
}
    
#center_wrapper
{
	margin:                               0;
	padding:                              0;
}

#left_column_wrapper
{
	width:																319px;
	height:                               370px;
	float:																left;
	background-image:                     url(../images/fancies/venyl.png);	
}

#lc_top
{	
	width:																319px;
	height:																30px;
	background-image: 										url(../images/menu_left_top.png);	
}

#lc_mid
{	
	width:																319px;
	height:																200px;
	background-image: 										url(../images/menu_left_mid.png);	
}

#lc_bot
{	
	width:																319px;
	height:																14px;
	background-image: 										url(../images/menu_left_bottom.png);
}

#content_wrapper
{
	width:																641px;
	height:                               370px;
	float:																left;
	background-image:                     url(../images/content.png);	
}

#c_top
{
	height:																40px;
	width:																764px;	
	background-image: 										url(../images/content_top.png);	
}

#c_mid
{
	width:																764px;	
	background-image: 										url(../images/content_mid.png);	
}

#content
{
	padding:															0;
	color:																rgb(193,210,237);
}

#c_bot
{
	height:																16px;
	width:																764px;	
	background-image: 										url(../images/content_bottom.png);	
}


#footer_wrapper
{
	width:																960px;
	height:																124px;
	float:																left;
	background-image: 										url(../images/bottom.png);	
}

#footer
{
	text-align:														center;
	font-size:														10px;	
	height:																20px;
	line-height:													20px;
	color:																rgb(255,255,255);
}

#footer a
{
	text-decoration:											none;
	font-size:														10px;	
	color:																rgb(255,255,255);
}


.moduletable_menu
{
	padding: 																0;
}

.moduletable_menu ul
{
	border: 																0;
	margin: 																0;
	padding: 																0;
	list-style-type: 												none;
	text-align: 														center;
}

.moduletable_menu ul li
{
	float: 																left;
}

.moduletable_menu ul li a
{
	display:															block;
	margin:																0 15px;
	color: 																rgb(255,255,255);
	font-weight:													bold;
	font-size:														12px;
	text-decoration: 											none;
	text-align: 													center;
}

.moduletable_menu ul li:hover
{
	
}

.moduletable_menu ul li a:hover 
{

}

.moduletable_menu a:active
{
}

.moduletable_menu li.active a
{
	
}





.moduletable_breadcrumbs
{
	padding-top:													8px;
	padding-left:													12px;
}

.pathway
{
	font-size:														11px;
	font-weight:													bold;
	color:																rgb(255,255,255);
}

#jflanguageselection
{
	padding-top:													15px;
	padding-right:												20px;
	text-align:														right;
}

.rawimages img 
{
	border: 															none;
	margin-left: 													5px;
}

#scroll_buttons
{
	float: right;
	position:	relative;
	right: 48px;
	top:	21px;
}

#scroll_up
{
	position:															relative;
}

#scroll_down
{
	position:															relative;
	top: 																	280px;
}

/* CONTENT STYLES */

.scroll
{
	position:relative;
	display:block;
	height:320px;
	overflow:scroll;
	margin:50px 0;
	left:0;
	top:0;
	width: 560px;
}

#content
{
	margin-top:														20px;
	margin-left:													30px;
	width:																530px;
	height:																320px;
	overflow:															scroll;
	padding-right:												30px;
}

#content h2, #jevents_header td.contentheading
{
	font-size:														14px;
	font-weight:													bold;
	margin: 															0;
	margin-left:													5px;
	padding:															0;
/*  background-image:											url(../images/heading4.gif);
  background-repeat:										no-repeat;
  background-position:									0px 1px;	 */
}

#content p
{
	font-size:														12px;
	margin:																5px;
	margin-left:													15px;
	
}

.cbox_left
{
	width:																353px;
	float:																left;
	border:																1px solid white;
	padding:															5px;
	margin-bottom:												9px;
}

.cbox_right
{
	width:																353px;
	float:																right;
	border:																1px solid white;
	padding:															5px;
	margin-bottom:												9px;
}

#jevents_header td.buttonheading
{
	display: none;
}

.ev_td_li
{
	margin:	10px;
	padding-left: 10px;
	border-left: solid 5px rgb(226,103,12);
}

.ev_link_row
{
	color:	rgb(255,255,255);
}