/* 
Style sheet for rxpjs.com. 
Adapted from style sheet at http://www.456bereastreet.com/lab/developing_with_web_standards/csslayout/2-col/ 
*/

body, html {
	margin:0;
	padding:0;
	background: #a7a09a;
	color:#000;
}

body {
	min-width:750px;
	background: #eee;
}

#wrap {
	background: url(images/zipperbackground.jpg) no-repeat top;
	margin: 0 auto;
	width: 800px;
	min-height: 800px;
}

#sidebar {
	margin: 310px 0px 0px 100px;
	width: 120px;
	text-align: center;
	background: none;
	float: left;
	width: 110px;
	display: inline; /* IE Hack */
}
#sidebar a:link, a:visited {
	color: #9bafd4;
}

#main1 {
	background: #99c;
	float: right;
	margin: 301px 118px 0px 0px;
	width: 450px;
	height: 340px;
	display: inline; /* IE Hack */
}

#main2 {
	background: #fff;
	border: #9bafd4 3px solid;
	float: right;
	margin: 301px 118px 0px 0px;
	width: 450px;
	height: 340px;
	display: inline; /* IE Hack */
}

#footer {
	background: none;
	text-align: right;
	float: right;
	clear: both;
	margin: 30px 100px 0px 0px;
	padding: 5px;
	width: 500px;
	display: inline; /* IE Hack */
}

p, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	font-weight: normal;
	text-align: left;
}


.maintext {
	color: #35507d;
	padding: 0px 5px 0px 5px;
	margin: 8px 0px 0px 0px;
}

.formtext {
	color: #35507d;
	padding: 0px 5px 0px 5px;
	margin: 8px 0px 0px 0px;
	text-align: right;
}

.presstext {
	color: #35507d;
	padding: 0;
	margin: 0 0 0 5px;
}

.nav0 {
	margin: 0px;
	text-align: center;
	font-size: 12px;
	color: #9bafd4;
}

.nav {
	margin: 16px 0px 0px 0px;
	text-align: center;
	font-size: 12px;
	color: #9bafd4;
}

.navsmall {
	margin: 2px;
	text-align: center;
	font-size: 11px;
	color: #9bafd4;
}

.footer {
	text-align: right;
	font-size: 11px;
}
.footersmall {
	text-align: right;
	font-size: 9px;
}