@font-face
{
	font-family: Book Antiqua;
	src: url(../fonts/BKANT.TTF);
}

@font-face
{
	font-family: Monotype Corsiva;
	src: url(../fonts/MTCORSVA.TTF);
}

html
{
	height:100%
}

body
{
	font-family:"Arial";
	font-size:12pt;
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
	color:#000000;
	background-image:url(../images/backgrounds/bright_squares.png);
	background-attachment:fixed
}

td
{
	vertical-align:top
}

a.fbcMenuLink {color:#FFFFFF;font-weight:bold;text-decoration:none}
a.fbcMenuLink:hover {color:#C0C0C0;text-decoration:underline}
a.fbcLink {color:#0000FF;text-decoration:none}
a.fbcLink:hover {color:#000000;text-decoration:underline}

span.fbcLinkSpan {cursor:pointer;color:#0000FF;text-decoration:none}
span.fbcLinkSpan:hover {cursor:pointer;color:#000000;text-decoration:underline}

td.fbcTitleCell
{
	background-color:#CCFFFF;
	font-weight:bold;
	border-bottom:1px solid #000000;
	border-top:1px solid #000000;
	padding:5px;
	font-size:12pt;
	vertical-align:middle
}

td.fbcHeaderCell {
	text-align:center;
	padding:0px;
	background-image:url('../images/backgrounds/lrock012.jpg');
	background-repeat:repeat-x;
	font-weight:bold;
	font-family:Monotype Corsiva;
	font-size:28pt;
	border-top:1px solid #000000
}

td.fbcCenterCell
{
	border-right:1px solid #000000;
	border-left:1px solid #000000
}

#fbcBodyPanel
{
	height:100%;
	width:100%;
}

#fbcHeaderImage
{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:94px;
	z-index:3
}

#fbcHeaderPanel
{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	z-index:4;
	text-align:center
}

#fbcHeaderLogo
{
	margin:auto
}

#fbcMainPanel
{
	width:100%;
	position:absolute;
	z-index:1;
	left:0px;
	top:94px
}

#fbcTitlePanel
{
	margin-left:200px;
	text-align:center;
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
	background-image:url(../images/backgrounds/lrock012.jpg);
	font-weight:bold;
	font-family:Monotype Corsiva;
	font-size:28pt;
	height:45px
}

#fbcContentPanel
{
	margin-left:200px;
	text-align:center;
	overflow:auto
}

#fbcNavigationPanel
{
	height:100%;
	z-index:2;
	position:absolute;
	left:0px;
	top:0px;
	width:200px;
	padding:0px;
	background-image:url(../images/backgrounds/random_grey_variations.png);
	overflow:auto
}

#fbcNavigationTable
{
	margin-top:94px;
	width:100%
}