#wrapper
{
	text-align: left;
	margin: 0px auto;
	width: 700px;
	height: 300px;
	background-image: url(../Images/bg_mainTable.gif);
	background-repeat: no-repeat;
	float: left; /*filter: progid:DXImageTransform.Microsoft.Glow(color=#000000,strength=8);*/
}
#intro
{
	padding-bottom: 10px;
}

#slider
{
	margin: 15px;
	width: 665px;
	position: relative;
	background-image: url(      '../Images/bg_TableTitle.gif' );
	background-repeat: repeat-x;
	height: 40px;
	line-height: 40px;
}
.scroll
{
	clear: left;
	background: url(images/content_pane-gradient.gif) #ffffff repeat-x left bottom;
	overflow-x: hidden;
	overflow: auto;
	width: 665px;
	position: relative;
	height: 220px;
}
.scrollContainer DIV.panel
{
	font-size: 12px;
	padding-bottom: 20px;
	width: 665px;
	line-height: 18px;
	height: 210px;
}

.scrollContainer DIV.panel h2
{
	font-size: 12pt;
	font-weight: bold;
	color: #0066FF;
}
.scrollContainer DIV.panel p
{
	text-indent: 24px;
}

UL.navigation
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 5px;
	margin: 0px;
	padding-top: 0px;
	list-style-type: none;
}
UL.navigation LI
{
	display: inline;
	margin-right: 10px;
}
UL.navigation A
{
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 8px;
	color: #000;
	padding-top: 10px;
	text-decoration: none;
}
UL.navigation A:hover
{
	background-color: #f6f6f6;
}
UL.navigation A.selected
{
	background-color: #fff;
}
UL.navigation A:focus
{
	outline: none;
}
.hide
{
	display: none;
}
