body
{
	margin:0 auto; 
	width:100%; 
	height:100%; 
	text-align:center; 
	background-image:url('images/background-rpt.jpg');
	font-weight:bold;
}
.headbr
{
	width:800px; 
	height:111px;
}
.navbar
{
	background-image:url('images/sideBar-rpt.jpg'); 
	width:172px; 
	vertical-align:top;
	padding-top:10px;
}
.bodyt
{
	width:100%; 
	height:100%; 
	padding:10px;
	font-family:Arial,sans-serif;
	font-weight:bold;
	font-size:12px;
}
.imgspc
{
	text-align:center; 
	padding-top:20px; 
	padding-right:25px;
}
.bodyC
{
	width:480px; 
	background-color:#ffffff;
}
.rsidebr
{
	width:148px; 
	background-color:#CBC9BA;
	vertical-align:top;
	text-align:center;
	padding-top:10px;
	font-size:15px;
	font-weight:bold;
	font-family:Arial;
}
.footerbr
{
	width:800px; 
	background-image:url('images/footer.jpg');
}
.red
{
	color:#A50000;
	font-weight:bold;
	font-size:14px;
}
/*-----right nav------*/
.nav
{
	position:relative;
	background-image:url('images/button.jpg');
	font-family:Arial, Impact, Century;
	color:Black;
	white-space:nowrap;
	display:block;
	padding:0;
	margin:0;
	width:172px;
	height:25;
	color:White;
}
.nav a
{
	float:left;
	font-family:Arial, Impact, Century;
	font-size:12;
	display:block;
	text-decoration:none;
	width:172px;
	height:25;
	color:White;
}
.nav img
{
	width:172px;
	height:25;
	border-width:0;
	border-style:none;
}

*html a:hover
{
	visibility:visible;	
	text-decoration:underline;
}

.nav a:hover img
{
	visibility:hidden;
}
.nav span
{
	position:absolute;
	left:35;
	top:5;
	margin:0;
	padding:0;
	cursor:hand;
}
/*--------------Header Navigation----------*/
.nav2
{
	position:relative;
	background-image:url('images/button2.jpg');
	font-family:Arial, Impact, Century;
	color:Black;
	white-space:nowrap;
	display:block;
	padding:0;
	margin:0;
	width:133px;
	height:26;
	color:White;
}
.nav2 a
{
	float:left;
	font-family:Arial, Impact, Century;
	font-size:12;
	display:block;
	text-decoration:none;
	width:133px;
	height:26;
	color:White;
}
.nav2 img
{
	width:133px;
	height:26;
	border-width:0;
	border-style:none;
}


.nav2 a:hover img
{
	visibility:hidden;
}
.nav2 span
{
	position:absolute;
	left:40;
	top:5;
	margin:0;
	padding:0;
	cursor:hand;
}