body
{
	background: #90a7c1 url(elements/back.jpg) fixed;
	font-family: Helvetica, Arial;
	font-size: 13px;
}

a
{
	text-decoration:none;
}

a img
{
	border:none;
}

.leftpanelink:hover
{
	background: #99ccff;
	cursor:pointer;
}

ul
{
	list-style-type:none;
	margin:-10px 0px 0px 0px;
}



iframe
{
	border:none;
}

#header
{
	width:980px;
	height:300px;

	background: url(elements/Header.png) no-repeat;

	position:relative;
	top:-10px;
}

#main
{
	width:980px;
	height:456px;

	background: url(elements/Body.png) no-repeat;

	position:relative;
	top:-10px;

}

#footer
{
	width:980px;
	height:275px;

	background: url(elements/Footer.png) no-repeat;

	position:relative;
	top:-10px;

}

#maintable
{
	width:800px;
	height:380px;

	border:#5d5d5d solid 1px;
	border-top:none;

	color:#5d5d5d;
	background: #fff;

	text-align:left;
	vertical-align:top;

	font: Arial;

}

#leftpane
{
	width:231px;
	height:380px;

	background: #fbf9e3;

	text-align:left;
	vertical-align:top;
}

#rightpane
{
	text-align:left;
	vertical-align:top;

	overflow: scroll;
}


#menutable
{
	position:relative;
	top:225px;

	width:740px;
}


#tableheading
{
	width:790px;
	height:50px;

	padding:15px 0px 0px 8px;
	text-align:left;

	background: url('elements/heading/Table header - x repeat.jpg') repeat;
	border:#5d5d5d solid 1px;
	border-bottom:none;
}

#homelink
{
	position:absolute; 
	top:0px; 
	right:55px; 
	width:145px; 
	height:135px; 
	cursor:pointer; 
	color:#ff1;
	font-size: 10px;	
}

#homelink table
{
	height:100%;
	visibility:hidden;
}

#homelink:hover table
{
	visibility:visible;
}

#homelink tr
{
	vertical-align:bottom;
}	

.title
{
	font-weight:bold;
	font-style:italic;
}