BODY {
	margin: 0px 0px 0px 0px;
	text-align:center;
}
#mainTbl{
	font-family:arial, helvetic, sans-serif;
	
}

#mainTbl .content{
	background-image: url(images/content-bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

#mainTbl .right-rep {
	background-image: url(images/content_left-rep.jpg);
	background-repeat: repeat-Y;
	background-position: right;
}

#mainTbl .left-rep {
	background-image: url(images/content-right-rep.jpg);
	background-repeat: repeat-Y;
	background-position: left;
}

#mainTbl .rep-bit {
	background-image: url(images/rep_bit.jpg);
}

#public-content {
	font-family:arial, helvetica, sans-serif;
}

#public-content .main-text {
font-size:11px;
color: #6B6B6B;	
}

#public-content .title {
	font-size:14px;
color: black;
font-weight:bold;	
}

#panel{
	float:left;
	margin-right: 10px;
	color: #000;
}

#nav A:LINK {
	font-family: arial, helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color: white;
}

#nav A:ACTIVE {
	font-family: arial, helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color: white;
}

#nav A:VISITED {
	font-family: arial, helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color: white;
}

#nav A:HOVER {
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #FFD700;
}