body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #f8e8c8;
	margin: 0;
	padding: 0;
	text-align: center; /* centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.triCol #container {
	position: relative;
	width: 960px;
	background: #f8e8c8;
	margin: 0 auto;
	border: 0px solid #000000;
	text-align: left;
}
.triCol #sidebar1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	background: #f8e8c8 url(images/bg.gif) repeat-y;
	padding: 10px 10px 10px 16px;
	border: 0px solid black;
	text-align: center;
}
.triCol #sidebar2 {
	position: absolute;
	top: 0;
	right: 0;
	width: 160px;
	background: #f8e8c8;
	padding: 15px 10px 15px 20px;
	border: 0px solid black;
	font-size:10px;
}
.triCol #mainContent {
	margin: 0 200px;
	padding: 0 10px;
	border: 0px solid black;
	font-size:11px;
}
#footer {
	margin-top: 30px;
	padding-top: 25px;
	font-size: 10px;
	text-align: center;
	clear: both;
}

a	{ text-decoration: underlined; }
	
a:link
 {	color:	#243e90;
	background-color: transparent;	}
	
a:visited
 {	color: #243e90;
	background-color: transparent;	}

a:hover
 {	color:	Navy;
	background-color: transparent;
	text-decoration: underline;	}
	
a:active
 {	color:	Navy;
	background-color: transparent;
	text-decoration: underline;	
	}
	
img {	border: 0px; }

h2 {
font: bold 135% Verdana, Arial, Helvetica, sans-serif;	
}

#promo { padding: 10px 0; }

.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}