/* /rc10t4/local.css */

body {
	background: #d5d5d5 url(bg.gif) repeat-x;
	color: #000;
	font: 80% Arial, sans-serif;
	margin: 0px;
	padding: 0px;
}

a { color: #0077BB; }
a:visited { color: #0077BB; }
a:hover { color: #09c; }

h2 {
	color: #09c; 
	font-size: 120%;
	margin-bottom:7px;
}

#pageOuter {
	text-align: center;
}
#pageInner {
	background-color:#fff;
	position: relative;
	width: 1000px;
	margin: 0px auto;
	text-align: left;
}

#rNav {
	background-color: #FFF9EF;
	float:right;
	top: 25px;
	width: 120px;
	padding: 10px;
	margin-left:10px;
}

#contentInner {
/*	background: #fff url('rnav_bg.gif') right repeat-y;
	padding: 10px 150px 10px 10px; */
	background-color: #fff;
	padding: 10px;
}

.lightTable {
	border-collapse:collapse;
	padding:0px;
	border-left: 1px solid #f6f6f6;
	border-right: 1px solid #ccc;

	width:85%;
}

.lightTable_mod_nohead {
	border-top: 1px solid #f6f6f6;
}

.lightTable td{
	color: #000;
	padding: 3px 4px;

	font-size:95%;
	border-right: 1px solid #f6f6f6;
	border-bottom: 1px solid #ccc;
}
.lightTable th{
	color: #333;
	padding: 4px;

	font-size: 90%;
	font-weight: bold;

	background-color: #eee;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #f6f6f6;
	border-bottom: 1px solid #999;
}

#copyright{width:1000px}

#copyright, #copyright a, #copyright a:visited {
	font-size: 10px;
	color: #666;
}

.frontPageSectionHeadingU {  
	font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 120%
}
a.frontPageSectionHeadingU:hover { color: #FF9500; font-weight: bold; }

.frontPageSectionDesc {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 85%}

/* GLOBAL */

.mm_control {
	background-color: #09C;
	background-image: url(http://rc10t4.ultimaterc.com/i/menu_bg.gif); 
	background-repeat: no-repeat;
	background-position: right top;
	font: bold 14px Trebuchet MS, Arial, Helvetica;
	color: #fff;
	white-space: nowrap;
	padding: 0px;

	border-right: 1px solid #07a;
	border-left: 2px solid #0BF;
	border-bottom: 1px solid #07a;
	border-top: 1px solid #0BF;
}

.mm_control a:link, .mm_control a:hover, .mm_control a:active, .mm_control a:visited, .mm_control a { 
	color: #fff; text-decoration: none; 
	width: 100%;
}

.mm_spacer {
	background-color: #069;
	width: 15%;
}

#masthead{width:1000px}