@charset "utf-8";

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FDD003;
	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;
}

.oneColFixCtr #container {
	width: 781px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
}
.oneColFixCtr #greybar {
	background-image: url(../assets/images/bg_top.jpg);
	height: 30px;
}
.oneColFixCtr #banner {
	background-image: url(../assets/images/Banner.jpg);
	height: 124px;
}
.oneColFixCtr #container #banner a {
	float: left;
}
.oneColFixCtr #heading {
	padding-top: 45px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	float: left;
	padding-left: 15px;
}

.heading {
	margin-left: 43px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #545E68;
}

.oneColFixCtr #content {
	padding-bottom: 30px;
	height: 414px;
}

.oneColFixCtr #footer {
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	font-size: 10px;
	text-align: center;
	background-color: #FDD003;
	color: #333333;
}

a {
	color: #33B435;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
