

table#mainBody {
	width:100%;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	 top: 110px;
	}
td#leftCol {
	width: 350px;
	padding:50px 0px 10px 10px;
	}
td#rightCol {
	width: 360px;
	padding:50px 20px 30px 0px;
	}
td#userTest {	
	background: #fff url(../img/img-sideBorders.gif) repeat-y 0 0;
	font-size:11px;
	color:#333;
	width:293px;
	padding: 0px
	}

	

	
/* LINKS 
------------------------------*/
a:link {
	text-decoration:none;
	color:#990000;
	}
a:visited {
	color:#990000;
	text-decoration: none;
	}
a:hover {
	color:#333;
	text-decoration:underline;
	}
	
th {
	text-align:right;
	vertical-align:top;
	width:92px;
	}
ul.anchorLinks {
	padding:5px;
	background-color:#FDF0BE;
	}
ul.anchorLinks li {
	display:inline;
	padding-right:6px;
	}
a.top:link {
	color:#990000;
	font-size:11px;
	font-weight: bolder;
	font-style: normal;
	}
table.caseTab {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	}


/* HEADINGS 
------------------------------*/
h2 {
	font-size:16px;
	}
h3 {
	font-size:14px;
	font-weight:normal;
	color:#660000;
	}

