body {
	margin: 5px 0px 5px 0px;
	background-color: #000;
	font-family: Times New Roman;
	font-size: 12px;
   font-weight: bold;
	color: #333333;
}
p {
	text-indent: 0px;
	margin-top: 0px;
	padding: 2px 0px 2px 0px;
   font-family: Times New Roman;
	font-size: 12px;
   font-weight: bold;
	color: #333333;
	line-height: 18px;
}
/* --------------- TABLES ------------- */
table.maintab {
	width: 994px;
	background-color: #fff;
	border: 0px solid red;
}
td.leftheader {
	background-image: url(../img/head_left_bgr.jpg);
	background-repeat: no-repeat;
	width: 338px;
	height: 270px;
}
td.rightheader {
	background-image: url(../img/head_right_bgr.jpg);
	background-repeat: no-repeat;
	width: 656px;
	height: 270px;
}
td.underheader {
	background-image: url(../img/underheader.gif);
	background-repeat: repeat-x;
	height: 8px;
}
td.leftcol {
   width: 338px;
   background-color: #fff;
	background-image: url(../img/fullcontent_bgr.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;	
	padding-bottom: 220px;
	padding-top: 30px;
}
/* ------------------- BLOCKS ----------------*/

div.divmenu {
	margin: 20px 0px 20px 40px; 
	font-family: Times New Roman;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}
div.fullfooter {
	position: relative;
	background-color: #fff;
	clear: both;
}
div.leftfooter {
	float: left;
	background-color: #fff;
	background-image: url(../img/footer_left_bgr.jpg);
	background-repeat: no-repeat;
	background-position: left;
	width: 338px;
	height: 28px;
	padding-left: 20px;
}
div.rightfooter {
   background-image: url(../img/footer_right_bgr.jpg);
	background-repeat: no-repeat;
	background-position: right;
	height: 28px;
	text-align: right;
	padding-right: 20px;
}
div.divcontent {
	border: 0px solid red;
	padding: 30px 40px 48px 20px;
	text-align: justify;
}
div.divlist {
	background-image: url(../img/star_list.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
	line-height: 18px;
}
div.underinfo {
	border-top: 1px solid #cecece;
	padding-top: 8px;
	margin-top: 24px;
}
span.copy {
   display: block;
   color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 11px;
}
span.textcapture {
	color: #A82223;
}
span.textcapture1 {
	color: #000;
	font-size: 15px;
	font-weight: bold;
}
/* ---------------- LINKS ----------------- */

a.menulinks:link, a.menulinks:active, a.menulinks:visited, a.menulinks:hover {
	font-family: Times New Roman;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
a.menulinks:hover {
	color: #A82223;
}
a.menulinks_on:link, a.menulinks_on:active, a.menulinks_on:visited, a.menulinks_on:hover {
	font-family: Times New Roman;
	font-size: 18px;
	font-weight: bold;
	color: #A82223;
	text-decoration: none;
}
a.textlinks:link, a.textlinks:active, a.textlinks:visited, a.textlinks:hover {
	color: #A82223;
	font-family: Times New Roman;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
a.textlinks:hover {
	text-decoration: underline;
}

/* ---------------- IMAGES ---------------- */

img.logo {
	width: 230px;
	height: 76px;
	border: 0px;
	margin-left: 40px;
	margin-top: 43px;
}
img.logousrbc {
	position: absolute;
	top: -90px;
	left: 55px;
	* left: -300px;
	width: 70px;
	height: 50px;
	border: 0px;
}