@charset "UTF-8";
body {
	background-color: #3F240B;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 30px;
}
img {border: none;}
a {
	color: #CC3300;
}
a:link, a:visited {text-decoration: none;}
a:hover, a:active {text-decoration: underline;}
#wrapper {
	width: 920px;
	margin: 0px auto;
}
#bgtop {
	background-image: url(../images/bg-header.jpg);
	background-repeat: no-repeat;
	height: 18px;
}
#bg {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
	padding-right: 10px;
	padding-left: 10px;
}
#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 255px;
}
#topnav {
	background-image: url(../images/topnav-bg.jpg);
	background-repeat: no-repeat;
	height: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
#container {
	background-image: url(../images/container-bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	padding-top: 20px;
	padding-bottom: 20px;
}
#leftcol {
	float: left;
	width: 640px;
	margin-left: 15px;
}
#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0D335C;
	line-height: 20px;
}
#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 29px;
	color: #0D335C;
	margin-top: 0px;
	margin-bottom: 25px;
}
#content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 18px;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 0px;
}
#content h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0D335C;
	padding-bottom: 5px;
}
#content p {
	margin-top: 0px;
	margin-bottom: 15px;
}
#content li {
	margin-bottom: 5px;
	margin-top: 0px;
}
#rightcol {
	float: right;
	width: 215px;
	margin-right: 15px;
}
#rightcol p {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 10px;
}
#footer {
	background-image: url(../images/bg-footer.jpg);
	background-repeat: no-repeat;
	font-size: 10px;
	color: #FFFFCC;
	padding: 15px;
}
#footer a {
	color: #FFFFCC;
}
#footer ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 700px;
}
#footer li {
	float: left;
	margin-right: 15px;
}
#footer p {
	float: right;
	margin: 0px;
}
.clear {clear: both;}
.itemRight {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
.specialeventbox {
	border: 1px solid #5B6C6A;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px;
	color: #5B6C6A;
	text-align: center;
	background-color: #E7E9E9;
}
.specialeventbox h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 0px;
}
.specialeventbox h2 {
	font-size: 13px;
	margin-top: 5px;
	font-weight: normal;
	margin-bottom: 5px;
}
.specialeventbox h3 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 13px;
	font-weight: normal;
}
.specialeventbox p {
	margin-top: 0px;
	margin-bottom: 10px;
}
.storeItem {
	clear: both;
	margin-bottom: 15px;
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px dotted #0D335C;
}
form.paypal {float: right;}
