body {
	background-attachment: fixed;
	background-color: #104F67;
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin:20px 0px 20px 0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.spacer {
	clear:both;
}

#pageBox {
	position:relative; 
	margin:0px auto 0px auto; 
	width:758px; 
	border:1px solid #ffffff; 
	background-color:#ffffff;
}

#pageBoxHeader {
	position:relative; 
	clear:both; 
	background-color:#ffffff;
}

#pageBoxBody {
	position:relative; 
	margin-top:100px; 
	background-position:top; 
	background-repeat:repeat-x;
}

#pageBoxFooter {
	position:relative; 
	background-color:#000000; 
	height:18px;
}

#footer {
	position:relative; 
	width:758px; 
	margin:0px auto 0px auto; 
	padding-top:10px;
}

#pageTitle {
	position:relative; 
	padding: 5px 0px 0px 27px;
}

#contentColumns {
	position:relative; 
	padding-top:15px;
}

#leftCol {
	position:relative; 
	margin:0px; 
	padding:0; 
	float:left; 
	width:205px;
}

#leftColBox {
	position:relative; 
	width:158px; 
	border:5px solid #ffffff; 
	background-color:#f8f8f8; 
	padding:0px; 
	text-align:left;
}

#centralCol {
	position:relative; 
	margin:0px; 
	padding:3px 20px 20px 20px; 
	background-color:#dddddd; 
	width:297px; 
	border-top:5px solid #ffffff; 
	border-left:5px solid #ffffff; 
	border-right:5px solid #ffffff; 
	float:left; 
	background-image:url(centralColBg.jpg); 
	background-position:top; 
	background-repeat:repeat-x;
	text-align:justify;
}

#rightCol {
	position:relative; 
	margin:0px; 
	padding:0; 
	float:left; 
	width:205px;
}

.rightColBox {
	position:relative; 
	width:150px; 
	border:5px solid #ffffff; 
	background-color:#f8f8f8; 
	padding:3px; 
	margin-bottom:15px; 
	text-align:left;
}
