/*	CSS Layout	*/body, html {	background:#bbbaba;	text-align: center;}body {	font: 10pt Arial, Helvetica, sans-serif;	line-height: 14pt;}strong {	font-weight:bold;}body.fullwidth div#container {	width: 100%;}#header {	background: url(/lexpo/images/all_topBackground.gif) repeat-x;	height: 106px;}#nav {	background: url(/lexpo/images/all_mastheadBackground.gif) repeat-x;	height: 227px;}#wrap {	background: url(/lexpo/images/secondary_contentBackground.gif) repeat-y;	margin:0 auto;	width:900px;	text-align: left;}#sidebar {	float:left;	width:210px;	color: #FFF;	margin: 0 10px 0 20px;}#main {	float:right;	width:620px;	margin: 10px 20px 0 10px;}#footer {	background: url(/lexpo/images/secondary_contentBottom2.gif) no-repeat;	height: 30px;	clear: both;}/*	Styling	*/h1{font-size:22px;}h2{font-size:18px;}h3{font-size:16px;}h4{font-size:14px;}#main p {	margin: 0em 0em 1em 0em; /* TOP, RIGHT, BOTTOM, LEFT */}span.rightPhotos {	float:right;	margin-left: 1em;}h3.subHead {	font-weight: bold;	margin-bottom: .25em;}h4.leftBar_headline {	margin: 1em 0em .5em 0;	color: #a80532;	font-weight: bold;}#sidebar a {	color: #FFF;	text-decoration: none;}#sidebar a:hover {	color: #000;}