@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: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #0E3465;
}
h1 {
	font-size: 24px;
	text-align: center;
}
h2 {
	font-size: 20px;
	text-align: center;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 16px;
	text-align: center;
}
#container  {
	width: 990px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #0E3464;
	background-image: url(../images/mainBgnd.gif);
	background-repeat: repeat-y;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#header  {
	background-color: #0E3464;
	height: 165px;
}
#mainContent  {
	padding: 0 20px;
}
#mainContent a {
	color: #FBC815;
	text-decoration: none;
}
#mainContent a:hover {
	text-decoration: underline;
}
#navBar {
	height: 25px;
	width: 990px;
	background-image: url(../images/navBgnd.gif);
	background-repeat: repeat-x;
}
.pageHead {
	width: 447px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
.jrHigh {
	margin-bottom: 10px;
	width: 775px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FBC814;
	padding-bottom: 10px;
	height: 300px;
}
#footer  {
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	height: 65px;
	background-position: bottom;
	padding-bottom: 5px;
	clear: both;
}
#footer p  {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 6px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FBD524;
	width: 973px;
	padding-top: 10px;
}
#footerText {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}
#footer a {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer #signature  {
	float: right;
	width: auto;
	margin-top: 25px;
	padding-right: 10px;
	padding-bottom: 20px;
	margin-right: 15px;
}
#footer #signature a  {
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
}
#partyInfo {
	width: 450px;
	margin-right: auto;
	margin-left: auto;
	margin-top: -10px;
}
#rolling {
	width: 450px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #F7CE19;
}
