#frontPagePanel
{
	width: 1015px;
	height: 300px;
	position: relative;
	left: -15px;
	top: -11px;
}

#frontPagePanelSelector 
{
	position: absolute;
	left: 0px;
	bottom: -9px;
	background-color:#777;
	width:1010px;
	padding:3px;
}

div.panelSelector 
{
	float: left;
	margin-left: 10px;
	width: 20px;
	height: 10px;
	background-color: #777;
	border: solid 1px #fff;
	cursor: pointer;
}

div.panelSelector:hover
{
	background-color: #CCC;
}

div.panelSelectorActive 
{
	float: left;
	margin-left: 10px;
	width: 20px;
	height: 10px;
	background-color: #ddd;
	border: solid 1px #fff;
	cursor: pointer;
}

#frontPagePanelMenu 
{
	position:absolute;
	height: 291px;
	left: 771px;
	top: 0px;
	width: 244px;
	background-color: #EEE;
}

div.panelMenuHeader 
{
	color: white;
	background-color: #2f546b;
	font-family: Arial;
	padding: 3px 3px 3px 5px;
	border-top: solid 1px #AAA;
	border-bottom: solid 1px #AAA;
	font-weight: 300;
	font-size: 11pt;
	cursor: pointer;
	font-family: Arial;
	font-weight: bold;
}

div.panelMenuItem 
{
	padding: 3px 3px 3px 10px;
	cursor: pointer;
	font-family: Arial;
	font-weight: 700;
}

div.panelMenuItem:hover 
{
	background-color: #DDD;
}

div.panelMenuHeader:hover
{
	background-color: #274558;
}