body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
.centre {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}
.masthead_events {
	background-color: #FFCCCC;
	height: 210px;
	background-image: url(../_img/mastheads/events.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-bottom: 20px;
}
.masthead_guides {
	background-color: #FFCCCC;
	height: 210px;
	background-image: url(../_img/mastheads/guides.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-bottom: 20px;
}
.masthead_subscribe {
	background-color: #FFCCCC;
	height: 210px;
	background-image: url(../_img/mastheads/guides.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-bottom: 20px;
}
.masthead_resources {
	background-color: #FFCCCC;
	height: 210px;
	background-image: url(../_img/mastheads/resources.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-bottom: 20px;
}
.masthead_contact {
	background-color: #FFCCCC;
	height: 210px;
	background-image: url(../_img/mastheads/home.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-bottom: 20px;
}
.masthead_competition {
	background-color: #FFCCCC;
	height: 210px;
	background-image: url(../_img/mastheads/competition.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-bottom: 20px;
}
.masthead_subscribe {
	background-color: #FFCCCC;
	height: 210px;
	background-image: url(../_img/mastheads/subscribe.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-bottom: 20px;
}
.nav1 {
	font-size: x-small;
	font-weight: bold;
	color: #FFCCCC;
	background-color: #660000;
	padding: 7px 10px 7px 20px;
	width: 350px;
	margin-bottom: 0px;
}
.nav1 a {
	color: #FFCCCC;
	text-decoration: none;
}
.nav1 a:hover {
	color: #FFFFFF;
}
.nav2 {
	margin-top: 0px;
	font-size: small;
	text-transform: uppercase;
	font-weight: bold;
	color: #FFFFFF;
}
.nav2 ul {
	list-style-type: none;
	list-style-position: outside;
	margin: 10px 0px 0px;
	float: left;
	line-height: 1.4em;
	padding-top: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-right: 10px;
}
.nav2 ul li {
	margin: 0px;
}
.nav2 ul li a {
	color: #FFFFFF;
	text-decoration: none;
	width: 100px;
	padding-left: 20px;
	background-image: url(../_img/home/nav-off.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.nav2 ul li a:hover {
	color: #CC3300;
	background-image: url(../_img/home/nav-on.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.main {
	margin-top: 0px;
	padding-top: 15px;
}
.left {
	width: 160px;
	float: left;
	margin-top: 0px;
	margin-bottom: 15px;
	margin-right: 20px;
}
.leftnav {
	margin-top: 0px;
}
.leftnav ul {
	list-style-type: none;
	list-style-position: outside;
	margin: 15px 0px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #FFCCCC;
	font-weight: bold;
	padding: 0px;
}
.leftnav ul li {
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 0px;
	padding-left: 0px;
}
.leftnav ul li a {
	color: #990033;
	text-decoration: none;
	width: 100px;
	padding-left: 20px;
	background-image: url(../_img/page/option-off-red.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.leftnav ul li a:hover {
	color: #CC0000;
	background-image: url(../_img/home/nav-on.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.comments {
	padding: 10px;
	background-color: #660033;
}
.comments h1 {
	color: #FFCC00;
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: large;
}
.comments p {
	color: #FFCCCC;
	font-size: small;
	line-height: 1.5em;
	margin-top: 0px;
	margin-bottom: 0px;
}
.comments p a {
	color: #FFFFFF;
	font-weight: bold;
}
.comments p a:hover {
	color: #FFCC00;
}
.middle {
	margin-left: 0px;
	margin-right: 0px;
	float: left;
	margin-top: 0px;
	margin-bottom: 15px;
	width: 570px;
	padding: 0px;
	font-size: small;
	color: #999966;
}
.images {
	width: 120px;
	padding-left: 15px;
	float: right;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
}
.images img {
	margin-bottom: 15px;
}

.middle h1 {
	color: #660000;
	margin-bottom: 0px;
	margin-top: 0px;
}
.middle h2 {
	color: #999966;
	margin-top: 0px;
	margin-bottom: 10px;
}
.middle h3 {
	color: #660000;
	margin-top: 0px;
	font-size: small;
}
.middle h4 {
	font-weight: bold;
	color: #666600;
}
.middle h5 {}
.middle h6 {}
.middle p {
	line-height: 1.4em;
	font-size: small;
	color: #999966;
	font-weight: normal;
}
.middle p a {
	text-decoration: none;
	color: #333300;
}
.middle p a:hover {
	color: #CC0000;
	text-decoration: underline;
}
.middle p strong {
	color: #000000;
}
.middle li {
	color: #333333;
	font-size: small;
	line-height: 1.4em;
	padding-bottom: 4px;
	font-weight: bold;
}
.guidethumbs img {
	margin-right: 15px;
	margin-bottom: 15px;
	border: 1px solid #FFFFFF;
}
.guidethumbs img:hover {
	border-top-color: #CCCC99;
	border-right-color: #CCCC99;
	border-bottom-color: #CCCC99;
	border-left-color: #CCCC99;
}



#events {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	margin-bottom: 15px;
}
#events tr th {
	background-color: #333300;
	font-size: small;
	color: #FFFFFF;
	text-align: left;
	padding: 5px;
}
#events tr th a {
	color: #FFFFFF;
	text-decoration: none;
}
#events tr th a:hover {
	color: #FFCC00;
}
#events caption {
}
#events tr:hover {
	background-color: #FFFFFF;
}
#events tr {
	background-color: #EEEEBB;
	color: #003366;
	font-weight: normal;
	padding: 3px 5px;
}
#events td {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	color: #333333;
}
#events td a {
	color: #333300;
	text-decoration: none;
	font-weight: bold;
}
#events td a:hover {
	color: #CC0000;
}
.free {
	font-weight: bold;
	color: #CC0000;
}
.benefitsbox {
	height: 450px;
}
.subscriberbox {
	width: 270px;
	float: left;
	margin-bottom: 20px;
}
.subscriberbox h1 {
	padding-bottom: 6px;
	margin: 0px 0px 3px;
	color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	background-color: #666600;
}
.subscriberbox h2 {
	background-color: #666600;
	padding-left: 10px;
	color: #FFCC00;
	font-size: medium;
	padding-top: 10px;
	padding-bottom: 5px;
	margin-bottom: 0px;
}
.subscriberbox h2 a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: small;
}
.subscriberbox h2 a:hover {
	color: #CCCC99;
}
.subscriberbox form {
	background-color: #666600;
	padding-left: 10px;
	margin: 0px;
	font-weight: bold;
}
.subscriberbox p {
	background-color: #666600;
	margin: 0px;
	color: #FFFFFF;
	padding-top: 2px;
}
.subscriberbox ul {
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #666600;
	margin: 0px;
	padding: 10px 10px 10px 30px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-image: url(../_img/subscribe/subscribe-bg.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.subscriberbox ul li {
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	color: #FFFFFF;
}
.memberbox {
	float: right;
	width: 270px;
	margin-bottom: 20px;
}
.memberbox h1 {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-bottom: 6px;
	margin: 0px;
	color: #FFCC00;
	text-align: left;
	background-color: #003366;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
}
.memberbox ul {
	padding: 10px 0px 10px 30px;
	margin: 0px;
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color: #003366;
	background-image: url(../_img/subscribe/member-bg.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.memberbox ul li {
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	color: #FFFFFF;
}.memberbox p {
	color: #FFCC00;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 0px;
	background-color: #003366;
	margin: 0px;
	padding-right: 10px;
}
.memberbox p a {
	color: #FFFFFF;
}
.memberbox p a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
.input {
	margin: 0px 0px 20px;
	padding: 15px;
	border: 1px dashed #902147;
}
.input form {
	margin: 0px;
	padding: 0px;
}
.input table td {
	font-size: small;
	font-weight: bold;
	color: #999966;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.input table caption {
	text-align: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-size: medium;
	font-weight: bold;
	color: #902147;
}
.input caption a {
	font-size: small;
}
.input a {
	text-decoration: none;
	color: #999966;
}
.input a:hover {
	color: #CC0000;
}
.contact-details {
	font-weight: normal;
	color: #333300;
}
.contact-details a {
	font-weight: normal;
	color: #333300;
}
.contact-details a:hover {
	color: #CC0000;
}
.tablenav {
	background-color: #333300;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	font-size: small;
	margin-top: 10px;
}
.tablenav a {
	color: #CCCC99;
	text-decoration: none;
	font-weight: bold;
	margin-right: 10px;
}
.tablenav-on {
	color: #FFCC00;
}
.tablenav a:hover {
	color: #FFFFFF;
}
.options {
	margin-top: 20px;
	padding-top: 10px;
	padding-bottom: 20px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #990033;
	border-right-color: #990033;
	border-bottom-color: #990033;
	border-left-color: #990033;
}
.options ul {
	list-style-type: none;
	list-style-position: outside;
	margin: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.options ul li {
	margin: 0px 20px 0px 0px;
	display: inline;
	font-size: small;
	font-weight: bold;
}
.options ul li a {
	color: #FF9999;
	text-decoration: none;
	width: 100px;
	padding-left: 20px;
	background-image: url(../_img/page/option-off-red.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.options ul li a:hover {
	color: #CC0000;
	background-image: url(../_img/page/option-on.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.right {
	float: right;
	width: 170px;
	margin-top: 0px;
	margin-bottom: 15px;
	margin-left: 10px;
	margin-right: 20px;
}
.footer {
	padding: 15px 3px;
	margin-top: 15px;
	font-size: x-small;
	text-align: center;
	clear: both;
	color: #666666;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCC99;
}
.footer a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
