@charset "UTF-8";
body {
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #100A47;
}
.oneColElsCtr #container {
	width: 960px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left;
	background-color: #78178A;
	height: 800px;
}
#generalcontent {
	background-color: #FFFFFF;
	display: block;
	float: left;
	width: 100%;
	border: 0;
	margin: 0;
}
#generalcontent   .branding    {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #78178A;
	display: block;
	float: left;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
}
#navbar {
	background-color: #100A47;
	display: block;
	height: 23px;
	border: 0;
	background-image: url(navbarbackgrnd.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.oneColElsCtr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0;
	border: 0;
	background-color: #78178A;
}
#banner {
	background-image: url(banner.jpg);
	display: block;
	height: 104px;
}
