body {
	margin:0; 
	background:url(/images/bg.jpg); 
	font-size:12px; 
	line-height:16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	}
	
strong { 
	font-weight:bold; 
	color:#00326c;
	}
	
	#Wrapper {
	width:924px; 
	margin:0 auto;
	position:relative;
	}

.top { 
	width:924px;
	margin:0 auto;
	background:url(/images/bg-top924.gif) no-repeat; 
	height:9px;
	}

.middle {
	width:924px;
	margin:0 auto;
	background:url(/images/bg-main924.gif) repeat-y; 
	/*padding:0px 9px;*/
	}

.bottom { 
	width:924px;
	margin:0 auto;
	background:url(/images/bg-bottom924.gif) no-repeat; 
	height:13px;
	}

#pageTitle {
	height:33px; 
	padding: 5px 0 0 5px; 
	border-bottom:1px solid #c0c0c0; 
	font-family: Times New Roman; 
	font-weight:strong; 
	font-size: 18pt; 
	letter-spacing:-1pt;
	}
	
a, a:visited {
	color: #000;
	text-decoration: none;	
	}
a:hover {
	color: blue;
	text-decoration: underline;	
	}
#grey a, #grey a:visited {
	color: #808080;
	text-decoration: none;	
	}

#grey a:hover {
	color: orange;
	text-decoration: none;		
	}
#content-area { 
	width:900px; 
	margin:0 auto;
	position:relative; 
	padding-bottom:5px;
	}

#content-internal { 
	padding:0px 15px;
	}

#content{ 
	padding:20px 0px;
	}

#left-column { 
	width:232px; 
	/*background:url(/images/bg-investment.jpg) repeat-y; */
	float:left;
	}

#right-column { 
	width:650px; 
	float:right; 
	padding-top:15px;
	}

.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	} 
.clear {
	display: inline-block;
	} 
/* Hides from IE-mac \*/ * html .clear {height: 1%;} .clear {display: block;}		