body {
	margin: 0px;
	background-color: #7791DC;
}
#pageSurround {
	width: 100%;
	margin: 0px auto;
	padding: 5px;
	border: none;	
}
#subSurround {
	padding-left: 14px;
}
#topHeader {
    text-align: right;
	height: 0px;
	margin-bottom: 20px;
	padding-right: 0px;
	padding-top: 10px;	
}
#Footer {
    text-align: right;
	height: 100px;
	margin-bottom: 20px;
	padding-right: 0px;
	padding-top: 10px;	
}

.boxTitleLeft, .boxTitleRight {
	font-family: "Calibri", sans-serif;
	font-size: 100%;
	color: #ffffff;
	height: 15px;
	border-top: none;
	border-left: none;
	border-right: none;
	padding-left: 5px;
	font-weight: bold;
	text-align: left;
}
.boxContentLeft, .boxContentRight {
	border: none;
	background-color: #7791DC;
	padding-left: 5px;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 5px;
	text-align: left;

}
.colLeft {
	position: relative;
	left: 0px;
	width: 150px; 
	padding-left: 5px;
	padding-right: 5px;
	float: left;
}
.colMid {
	position: relative;
	width: 90%;
	float: left;
}
.colRight {
	position: relative;
	width: 160px; 
	padding-left: 10px;
	right: 0px;
	float: right;
}
.boxContent {
	border: none;
	padding: 3px;
	font-family: "Calibri", sans-serif;
	font-size: 100%;
	color: #ffffff;
	background-color: #7791DC;
	margin-bottom: 5px;
	text-align: left;
}