@charset "UTF-8";
body {
	text-align: center;
	color: #333333;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #FFFFFF;
	margin-top: 50px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0;
}
#topShadow {
	width: 950px;
	background-image: url(images/bckgndTop.jpg);
	background-repeat: no-repeat;
	height: 16px;
}
 #wrapper {
	width: 950px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(images/bckgnd.jpg);
	background-repeat: repeat-y;
}
#mainContent {
	margin-right: 25px;
	margin-left: 25px;
	padding-top: 0;
	padding-right: 0px;
	padding-left: 0px;
}
#header {
	background-image: url(images/headerPic.jpg);
	background-repeat: no-repeat;
	height: 225px;
}
#menuBar {
	background-color: #FFFFFF;
	width: 100%;
	height: 28px;
	margin-top: 175px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
}
#base {
	background-image: url(images/bckgndBottom.jpg);
	background-repeat: no-repeat;
	clear: left;
	height: 20px;
}
.menuButton {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #A5A4A4;
}
.bottomBluepanel {
	background-color: #4883B9;
	text-align: right;
	color: #FFFFFF;
	padding-right: 50px;
	height: 30px;
	width: 550px;
	font-size: 13px;
}
.paddedLeft {
	width: 475px;
	padding-right: 75px;
	padding-left: 50px;
	padding-top: 20px;
}
.rightPanel {
	padding-left: 5px;
}
a {
	color: #4883B9;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.hidden {
	visibility: hidden;
}
