body
	{
	background: url('') repeat scroll;
	padding: 0px;
	margin: 0px 0px 50px 0px; /* top right bottom left */
	}

/* wrapper */

#container
	{
	width: 750px;
	margin: 0px auto;
	}

/* header */

#top
	{

	background-image: url('probbabanner_v3.png');
	background-color: #ffffff;
	background-repeat: no-repeat;
	width: 750px;
	height: 194px;
	clear: both;
	}

/* top navigation menu */

#top_navi
	{
	clear: both;
	float: left;
	width: 750px;
	text-decoration: none;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	height: 26px;
	background: #ffffff url('topnavi_bg_v2.gif') no-repeat;
	}

#top_navi ul
	{
	list-style: none;
	display: block;
	margin: 0px 0px 0px 22px;
	padding: 0;
	}

#top_navi ul li
	{
	width: 180px;
	display: block;
	float: left;
	padding-top: 6px;
	}

#top_navi ul li a
	{
	text-align: center;
	display: block;
	color: #ffffff;
	text-decoration: none;
	}

#top_navi ul li a:hover
	{
	background-color: #cc9933;
	border: 1px #ffffff;
	}

/* center wrapper */

#center
	{
	float: left;
	width: 750px;
	background: #ffffff url('leftnavi_bg_v2.gif') repeat-y;
	}

/* left navigation menu */

#left_navi
	{
	float: left;
	height: 100%;
	width: 190px;
	padding: 7px 0px 0px 0px;
	}

#left_navi ul
	{
	list-style-type: none;
	margin: 0px;
	padding-left: 11px;
	}

#level1
	{
	margin-top: 2px;
	}

#level1 ul
	{
	padding-left: 8px;
	}

#level1 a
	{
	text-decoration: none;
	font-family: Verdana;
	font-size: 11px;
	text-transform: uppercase;
	color: #ffffff;
	}

#level1 a:hover
	{
	background-color: #cc9933;
	}
	
#level3 a
	{
	text-transform: none;
	}

#level3 a:visited
	{
	color: #cccccc;
	}

/* content (right div) */

#content
	{
	font-family: Verdana;
	font-size: 11px;
	float: right;
	width: 555px;
	padding-left: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #ffffff url('probbalogo_cut.png') no-repeat scroll;
	}


#content a
	{
	text-decoration: none;
	}

#content a:visited
	{
	color: #999999;
	}	

#content a:hover
	{
	color: #cc9933;
	}

#links table
	{
	border: none;
	margin: 0;
	padding: 0;
	}

#links td
	{
	vertical-align: top;
	width: 250px;
	padding-left: 10px;
	padding-top: 2px;
	}

/* index.html / Home -section, news & updates -table properties */

#newstable {
	float:			left;
	margin-top:		-17px;
	width:			400px;
}

#newstable a:hover {
	color:			#00c000 !important;
}

#newstable .eventsTop {
	font-weight:	bold;
	color:			#fff;
	text-align:		center;
	background:		#1e5636;
	height:			30px;	
}

#newstable .eventsTop td {
	padding:		0 7px 0 7px;
}

#newstable .eventsMenu td {
	text-align:		center;
	line-height:	1.5em;
	border-bottom:	3px solid #1e5636;
	padding:		5px 7px 17px 7px;
}

#newstable .eventsMenu a {
	color:			#0000cc;
}

#newstable .eventsTitle td {
	font-size:		11px;
	font-weight:	bold;
	color:			#1e5636;
	letter-spacing:	2px;
	
	background:		#fff;
	border-top:		1px solid #a2a2a2;
	padding:		9px 9px 14px 9px;
}

#newstable .eventsRow {
	height:			25px;
}

#newstable .eventsRow td {
	cursor:			pointer;
	border-top:		1px solid #a2a2a2;
}

#newstable .eventsDate {
	font-weight:	bold;
	padding:		0 0 0 9px;
}

#newstable .eventsEvent {
	padding:		0 0 0 11px;
}

#newstable .eventsDesc {
	display:		none;
	text-align:		justify;
}

#newstable .eventsDesc td {
	background:		#fff;
	border-top:		1px solid #a2a2a2;
	border-bottom:	3px solid #1e5636;
	padding:		10px 7px 20px 7px;
}

#newstable .eventsBottom {
	padding:		5px 7px 0 7px;
}

#newstable .eventsBottom td {
	border-top:		3px solid #1e5636;
}

#newstable .eventsNav {
	font-weight:	bold;
	text-align:		right;
}

#newstable .eventsNav a {
	color:			#0000cc;
}

#newstable .break {
	display:		block;
	border:			0px;
	width:			100%;
	height:			1px;
}

#newstable .center {
	text-align:		center;
}


#sponsd
	{
	float: right;
	width: 151px;
	height: 100%;
	}

#sponsd a, img
	{
	border: none;
	margin-top: 15px;
	}
		
/* events calendar properties */

#calendar td.month
	{
	font-weight: bold;
	color: #ffffff;
	background-color: #1e5636;
	height: 1.5em;
	margin-top: 15px;
	}

#calendar td.date
	{
 	width: 140px;
 	border-bottom: 1px #1e5636 dashed;
 	text-align: left;
	vertical-align: top;
 	padding-top: 25px;
	}

#calendar td.event
	{
	width: 175px;
 	border-bottom: 1px #1e5636 dashed;
 	text-align: left;
	vertical-align: top;
 	padding-top: 25px;
	}
	
#calendar td.details
	{
	width: 210px;
 	border-bottom: 1px #1e5636 dashed;
 	text-align: left;
	vertical-align: top;
 	padding-top: 25px;
	}
	
#calendar td.info
	{
 	text-align: left top;
	vertical-align: top;
 	padding-top: 5px;
	}

#calendar td.fill
	{
	height: 30px;
	}

#board 
{
	padding-left: 25px;
}

#board td img
{
	float: left;
	margin: 11px 10px 0px 10px;
}

#board td.left1
{
	border-top: 1px #1e5636 dashed;
	border-bottom: 1px #1e5636 dashed;
	border-right: 1px #1e5636 dashed;
	border-left: 1px #1e5636 dashed;
	padding-bottom: 13px;
	width: 270px;
}

#board td.right1
{
	border-top: 1px #1e5636 dashed;
	border-bottom: 1px #1e5636 dashed;
	border-right: 1px #1e5636 dashed;
	border-left: 0;
	padding-bottom: 13px;
	width: 270px;
}

#board td.left
{
	border-top: 0;
	border-bottom: 1px #1e5636 dashed;
	border-left: 1px #1e5636 dashed;
	border-right: 1px #1e5636 dashed;
	padding-bottom: 13px;
}

#board td.right
{
	border-top: 0;
	border-bottom: 1px #1e5636 dashed;
	border-left: 0;
	border-right: 1px #1e5636 dashed;
	padding-bottom: 13px;
}



/* bottom div */

#bottom
	{
	background: #ffffff url('bottom_bar.gif') no-repeat;
	clear: both;
	width: 750px;
	height: 26px;
	}

#bottominfo
	{
	font-family: Verdana;
	color: #cccccc;
	font-size: 11px;
	text-align: center;
	}

