@charset "utf-8";
.footertext {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 10pt;
}.arrowlistmenu {
	font:.9em Arial;
	width: 186px;
	background-color:#b20000;
	padding:5px 0;
}
.arrowlistmenu .menuheader { /*CSS class for menu headers in general (expanding or not!)*/
	color: #000;
	border-top: 1px solid #fff;
	border-bottom:1px solid #ccc;
	background: #dedede url(/images/public/down.gif) no-repeat;
	background-position: 0px 50%;
	padding: 5px 15px;
	text-decoration:none;
	cursor: hand;
	cursor: pointer;
}
.arrowlistmenu .menuheader:hover { /*CSS class for menu headers in general (expanding or not!)*/
	background: #7BA7C7 url(/images/public/down.gif) no-repeat;
	background-position: 0px 50%;
  color: #fff;
}
.arrowlistmenu .openheader { /*CSS class to apply to expandable header when it's expanded*/
	background: #6F6F6F url(/images/public/up.gif) no-repeat;
	background-position: 0px 50%;
	padding: 5px 15px;
	color: #fff;
}
.arrowlistmenu .openheader:hover {
	background: #7BA7C7 url(/images/public/up.gif) no-repeat;  
	background-position: 0px 50%;
	color:#fff;
}
.arrowlistmenu ul { /*CSS for UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
	background: #f3f3f3;
	border-bottom:1px solid #fff;
}
.arrowlistmenu ul li {
	padding-bottom: 2px; /*bottom spacing between menu items*/
}
.arrowlistmenu ul li .opensubheader { /*Open state CSS for sub menu header*/
	color: #333;
	display:block;
	background: #c0cdd5 url(/images/public/down.gif) no-repeat;
	background-position: 5px 50%;
	padding: 5px 20px;
}
.arrowlistmenu ul li .opensubheader:hover { /*Open state CSS for sub menu header*/
	color: #000;
	background:#ddd url(/images/public/down.gif) no-repeat;
	background-position: 5px 50%;
	padding: 5px 20px;
}
.arrowlistmenu ul li .closedsubheader { /*Closed state CSS for sub menu header*/
	background: #acc1d2 url(/images/public/up.gif) no-repeat;
	background-position: 5px 50%;
	padding: 5px 20px;
	color: #fff;
}
.arrowlistmenu ul li .closedsubheader:hover { /*Closed state CSS for sub menu header*/
	background: #99acbb url(/images/public/up.gif) no-repeat;
	background-position: 5px 50%;
	padding: 5px 20px;
	color:#fff;
}
.arrowlistmenu ul li a {
	border-bottom: 1px solid #fff;
	font-size: 90%;
	display:block;
	color: #000;
	padding: 5px 6px;
	text-decoration:none;
}
.arrowlistmenu ul li a:hover { /*hover state CSS*/
	display:block;
	color: #369;
	background: #eee;
	xpadding: 5px 8px;
	text-decoration:underline;
}
.arrowlistmenu .menuheaderlink {
	cursor: hand;
	cursor: pointer;
	background-position: 5px 50%;
	padding: 5px 15px;
	background: #dedede;
	border-top: 1px solid #fff;
	border-bottom:1px solid #ccc;
}
.arrowlistmenu .menuheaderlink a {
	text-decoration:none;
	color: #000;
}
.arrowlistmenu .menuheaderlink:hover { /*CSS class for menu headers in general (expanding or not!)*/
	background: #e0b0b0;
	background-position: 5px 50%;
	color: #fff;
}
.arrowlistmenu .menuheaderlink a:hover {
	text-decoration:none;
	color: #fff;
}

.menuheaderlink:hover a{
	text-decoration:none;
	color: #fff !important;
}

.menuheaderlink a{
	font-weight:bold;
}

h3{margin:0;padding:0;}
h3{font-size:9pt;font-weight:bold;}

TD.LeftNav {background-color: #a6a6a6;height: 100%;}
#Footer {background-color: #ad0000;}
#MainContent {
	padding-left: 10px;
	padding-right: 10px;
	background-color: #FFFFFF;
	

	
}
#SiteTable {margin-left: auto; margin-right: auto; border-top: 1px solid #a6a6a6;border-left: 1px solid #a6a6a6;border-right: 1px solid #a6a6a6;border-bottom: 1px solid #a6a6a6;}

.default {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.redbold {
	font-weight: bold;
	color: #b20000;
	font-size: 9pt;
}
body {background-image: url(images/rox_background2.jpg);margin-top: 0px; font-family:Arial, Helvetica, sans-serif; font-size: 9pt;}
ul {list-style-image:url(images/MITBullet.gif);}
.MITHeaderBody {
	font-size: 14pt;
	font-weight: bold;
	color: #FFF;
	background-image: url(images/MITHeaderBoxBG.jpg);
	background-repeat:repeat-x;
}
.MITSubHeaderBody {
	font-size: 12pt;
	color: #FFF;
	font-weight: bold;
	background-image: url(images/MITSubHeaderBoxBG.jpg);
	background-repeat:repeat-x;
}
.SpecialHeading {
	color: #00C;
	font-style: italic;
	font-size: 14pt;
}
.CenterHeading {
	text-align: center;
}
.redboldHeading {
	font-weight: bold;
	color: #b20000;
	font-size: 14pt;
}
#SiteTable tr #MainContent table tr td table tr td p {

}
.superscript {
	font-size: 7pt;
}
