@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(images/bannerShim.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#banner {
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 543px;
	height: 200px;
	margin-left: 10px;
}

.oneColFixCtr #container {
	width: 590px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#frontCover {
	border: medium solid #CCCCCC;
	margin-top: 20px;
}
#Welcome {
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #B10082;
	font-size: 13px;
	font-weight: normal;
}
#Welcome a {
	color: #B10082;
	text-decoration: none;
	font-weight: bold;
}
#Welcome a:hover {
	text-decoration: underline;
}

.oneColFixCtr #mainContent {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	margin-top: 0px;
}
