body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #999999;
	background-image: url(../images/RD_v1_bkg.gif);
}
body,td,th {
	color: #333333;
	vertical-align:top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
}

a, a:hover, a:link, a:visited {
	color:#006b00;
	text-decoration:underline;
}

a:hover {
	color:#339900;
}
input, textarea, select {
	border:1px solid #CCCCCC;
}

/* defines the main box containing everything */
.wrapper {
	width:750px;
	border-top: 0px solid;
	background-color: #000000;
	border: 1px solid #CCCCCC;
	border-bottom-style:double;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-image:url(../images/leftside_bkg.gif);
}

.featuredsystems a, .featuredsystems a:link, .featuredsystems a:visited {
	color:#ffffff;
	text-decoration:underline;
	font-size:11px;
	font-weight:normal;
	
}
.leftcolumn a:hover {
	color:#999999;	
	font-size:11px;
}

.leftcolumn {
	width:158px;
	float:left;

}

.mainHeader {

	font-family: Garamond, Times, serif, Helvetica; 
	font-size: 21px; 
	font-weight: bold; 
	color:#000000;

}

.featuredsystems {
font-size:11px;
color:#b2d7aa;
line-height:14px;
font-weight:bold;
margin:2px;
}

.nav {
 	width:593px; 
	background-color:#000000;
	bacground-image: none
}
.rightcolumn {
	background-color:#FFFFFF;
 	margin-left:158px;
	border-bottom: 3px #FFFfff solid;
	margin-bottom:1px;
	width: 592px;
}

.content {
	padding:10px;
}
.content ul {
	float:left;
	width:225px;

}
.content li {
	font-size:11px;
	line-height:13px;
	margin-top: 11px;
}

.content p {
	/* clear:both; */

}

.foot {
	padding: 20px;
	color:#999999;
	font-size:10px;
	text-transform:uppercase;
	text-align:center;
	clear:both;
}

/* text properties */
.reportingBroker {
	color:#006b00;
	font-weight:bold;

}


.greentext {
	color:#006b00;
}

.SmallFont {  font-family: Helvetica, sans-serif; font-size: 9px; color:#7F9179}
.TextFont {  font-family: Helvetica, sans-serif; font-size:11px; color:#595C28}
.formfont td {font-size:11px;}
.largefont {font-size:13px; font-weight:bold; color:#000000; margin-top:2px; text-align:right;}

/* everything below will fix issues for WinIE */

/* hide from MacIE \*/
* html .rightcolumn {
		margin-top: -3px;
        margin-right: -3px;
		margin-left:155px;
		width: 590px;
        }
* html .leftcolumn {
		margin-top: -3px;
        margin-right: -9px;
        }
* html .wrapper {
        margin-left: 0;
        }
* html .content li {
	    position:relative;
		left:-30px;
		list-style-type:circle;
}
* html .nav {
	margin-right: -3px;
 	width:594px; 
}

/* end hide */