@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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #EFF5F5;
	background-image: url(../Images/BG.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.oneColFixCtrHdr #container {
	width: 1024px;
	padding: 0px;
	margin: 0 auto;
}
li {
	margin-top: 5px;
	list-style-type: square;
}

.oneColFixCtrHdr #header {
	margin: 0px;
	width: 1024px;
	border-bottom-width: thin;
	border-bottom-style: ridge;
	border-bottom-color: #EFF5F5;
	background-image: url(../Images/RSMHeader.jpg);
	padding: 0px;
	height: 130px;
}
.oneColFixCtrHdr #mainContent {
	width: 984px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin: 0px;
	text-align: left;
	background-image: url(../Images/lightbulb2.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 525px;
}
.oneColFixCtrHdr #footer {
	font-size: 80%;
	clear: both;
	width: 1004px;
	border-top-width: thin;
	border-top-style: ridge;
	border-top-color: #EFF5F5;
	padding: 10px;
}
#footer a {
	text-decoration: none;
}


a {
	color: #EFF5F5;
}
a:hover {
	color: #09F;
}
.largeText {
	font-size: 30px;
}
