body {
	background: #f0e0c0;
	text-align: center;
	min-width: 800px;
}
.outerCont {
	background: #ffffff;
	margin: 0 auto;
	width:800px;
	text-align: left;
	border: 2px solid grey;
}
.topNavTbl {
	width:800px;
	height: 75px;
	background-image: url(../images/navGradient.jpg);
	background-repeat: repeat-x;
	border: none;
}
.topNavTbl a {
	text-decoration: none;
	font: 1.0em Sans-Serif;
	font-weight: bold;
	color: #404080;
	outline: 0;
}
.topLogoCont {
	padding: 4px 4px 4px 15px;
	vertical-align: center;
}
.topLogo {
	border: none;
}
.topNavCont {
	padding: 4px 15px 8px 4px;
	vertical-align: bottom;
	color: #404080;
}
.content {
	min-height: 600px;
	border: none;
	margin: 4px;
	font: 1.0em Sans-Serif;
}
.footer {
	text-align: center;
	font: 0.75em Sans-Serif;
}
.errorMsg, .successMsg {
	font: 1.2em/1.2em Tahoma, Arial, sans-serif;
	font-weight: bold;
}
.errorMsg {
	color: #ff0000;
}
.successMsg {
	color: #009900;
}
