.contenttable{background-image: url(images/bg.jpg);
}

.innercontenttable{background-image: url(images/contentbg.jpg);}

#left{width:315px;
padding-left:12px;
float:left;}

#right{
	float:right;
	width:460px;
	padding-left:15px;
	padding-top:5px;
	padding-right:15px;
	font-family: "Trebuchet MS";
}

.leftcaption{
	display:block;
	background-color: #00366C;
	width:301px;
	padding:7px;
	color:white;
	font-family: "Trebuchet MS";
}



#menu {
	background: #B7DBFF;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 315px;
}
#menu li {
	font: 13px "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#menu a {
	background: #B7DBFF;
	border-bottom: 1px solid #393939;
	color: #4c4c4d;
	display: block;
	margin: 0;
	padding: 6px 8px;
	text-decoration: none;
}
#menu a:hover {
	background: white url("images/hover.gif") left center no-repeat;
	color: #4c4c4d;
	padding-bottom: 6px;
}

.pagetitle{font: 18px "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;}



/*Example CSS for demo ticker*/

#ajaxticker1{
width: 380px;
height: 14px;
border: none;
margin-top:3px;
padding-left:10px;
background-color:;
font-family: verdana;
font-size:12px;
}

#ajaxticker1 div{ /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
background-color:;
}

.someclass{ //class to apply to your scroller(s) if desired
}

#events{padding-left:5px;}


