/* the content table - all static content displayed within here */
#contentTable {
	background-color: #888888;
	text-align:left;
	vertical-align : top;
}

/*right column main content*/
#content, #content td, #content p, #leftSubNav, #rightSubHeading, #loggedinHeading {
	color:#FFFFFF;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : xx-small;
	padding:5px;
}

#leftSubNav a, #content a {
	background-image: url(images/greaterthan_bullet.gif);
	background-repeat: no-repeat;
	background-position : left;
	padding-left: 11px;
	padding-top: 0px;
	padding-bottom: 2px;
}

.orange {
	color: #FF9A00;
	font-weight: bold;
}

.bulleted {
	background-image : url(images/text_bullet.gif);
	background-position : 0px 5px;
	background-repeat : no-repeat;
	padding-left: 7px;
	padding-top: 0px;
	margin:0px;
}

/*left subNav grey box*/
#leftSubNav {
	background-color: #737573;
	width:120px;
	margin-top: 70px;
	margin-left:10px;
	margin-right:10px;
	padding-left: 10px;
	padding-top: 20px;
	padding-bottom: 40px;
	padding-right: 5px;
	text-align:left;
}

#leftSubNav a, #leftSubNav a:hover {
	color: #FFFFFF;
	text-decoration : none;
	font-weight:bold;
	margin-bottom:5px;
	display:block;
}
