body {
	margin: 0px;
	font-size : 13px;
	line-height : 16px;
	color : #314c47;
    font-family: 'Open Sans', Verdana, sans-serif;
}

A:visited {
	color : #062F2F;
	font-weight: bold;
}

A:link {
	color : #314c47;
	font-weight: bold;
}

A:hover {
	color : #63ADA5;
	font-weight: bold;
}

.maincontent {
	font-size : 11px;
	line-height : 16px;
	color : #314c47;
}

.whitecontent {
	font-size : 11px;
	line-height : 16px;
	color : #ffffff;
}

.redcontent {
	font-size : 11px;
	line-height : 16px;
	color : #c90121;
}

.navcontent {
	font-size : 10px;
	line-height : 16px;
	color : #ffffff;
}

.subcontentgreen {
	font-size : 10px;
	line-height : 14px;
	color : #314c47;
}

.subcontentwhite {
	font-size : 10px;
	line-height : 14px;
	color : #ffffff;
}

.supersubcontent3 {
	font-size : 9px;
	line-height : 14px;
	color : #314c47;
	text-align: center;
}

.rightfloater {
	background: #f0edc8;
	float: right;
	margin: 20px;
	padding-bottom: 20px;
	width: 236px;
}

.newsitem {
	padding: 10px;
}

.facebooknews {
	padding: 10px;
}


.newsbreak {
	background-color: #314c47;
	height: 1px;
	margin: 5px;
}

.topbar {
	background-color: #314c47;
}


.title {
	font-size : 14px;
}

.event_description {
	font-style: italic;
	margin-left: 6em;
}

.passed {
	color: #cccccc;
}

hr {
	color: #314c47;
	height: 1px;
}

div.navtopstripe {
	text-align: center;
	margin-top: 25px;
}

div.navmiddlestripe {
	background-color: #314c47;
	text-align: center;
}

div.navphotostripe {
	text-align: center;
}

div.navphotostripe img {
	border: 0px;
}

div.navphotostripe a {
	border: 0px;
}

div.centralarea {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(/images/navbarfill.jpg);
	background-repeat: repeat-y;
}

div.navbar {
	width: 188px;
	float: left;
}

div.topnavbar {
	vertical-align: top;
}

div.topnavbar img {
    vertical-align:top;
}

div.bottomnavbar {
	margin-left: 38px;
	margin-right: 28px;
	width: 122px;
	padding-bottom: 100px;
	background-color: #314c47;
}

div.content {
	width: 572px;
	float: left;
	margin-top: 20px;
}

div.clear {
	clear: both;
}

div.footer {
	font-size : 9px;
	line-height : 14px;
	color : #314c47;
	background: #f0edc8;
	text-align: center;
}

div#namebox {
	float: left;
}

div#logoutbox {
	float: right;
}

div#detailsbar {
	background: #f0edc8;
	padding: 5px;
}

.menuitem {
    width: 122px;
    border-bottom: 1px solid #fff;
    margin: 0px 0px 0px 38px;
    background: #fff;
    border-collapse: collapse;
}
.menuitem.top {
    border-top: 1px solid #fff;
}
.menuitem a {
    text-decoration: none;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: bold;	  
    line-height: 30px;
    width: 122px;
    height: 30px;
    display: block;
}
.menuitem.green {
    background: #314c47;
}
.menuitem.red {
    background: #ff0000;
}


/* Shop styles */

table.shop {
    width: 100%;
    border-collapse: collapse;
}


table.shop td.shop_photo {
    text-align:center;
    border-bottom: 1px solid black;
    border-left: 1px solid black;
    border-top: 1px solid black;
    padding: 5px;
}

table.shop tr.odd td {
    background : #f0edc8;
}

table.shop td.shop_description, table.shop td.shop_price {
    font-size: 20px;
	line-height : 25px;
    text-align:center;
    padding: 5px;
}

table.shop td.shop_price {
    vertical-align:top;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
}

table.shop td.shop_description {
    vertical-align:bottom;
    border-right: 1px solid black;
    border-top: 1px solid black;
}


