body {
	line-height: 18px;
	font: normal 90%  Georgia, "Times New Roman", Times, serif;
        background-color: #0B0C1E;
//	background-image: url('/images/skin201410/background.jpg');
//	background-repeat: no-repeat;
//	background-position: center top;
//	background-attachment:fixed;
//	background-size: cover;
//	-webkit-background-size: cover;
//	-moz-background-size: cover;
//	-o-background-size: cover;
}
p {
	line-height: 18px;
	padding-bottom: 10px;
}
h1 {
	margin-bottom: 15px;
	font-size: 24px;
}
h2 {
	margin-bottom: 10px;
}
.header {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	font-size: 12px;
}
.topnav {
	height: 120px;
	width: 100%;
	padding-top: 50px;
	padding-left: 2px;
	margin-left: auto;
	margin-right: auto;
}
.topnav .left {
	background-image: url('/images/skin201410/nav-left.png');
	width: 59px;
	height: 75px;
	float: left;
}
.topnav .center {
	width: 842px;
	height: 49px;
	float: left;
	background-image: url('/images/skin201410/nav-background.png');
	
}
.topnav .right {
	background-image: url('/images/skin201410/nav-right.png');
	width: 59px;
	height: 75px;
	float: right;
}
.topnav .logo {
	width: 170px;
	height: 160px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -55px;
	background-image: url('/images/skin201410/logo.png');
	float: left;
}

.topnav .navleft {
	width: 335px;
	float: left;
}
.topnav .navright {
	width: 335px;
	float: left;
}

/*********** menu - start *********/
ul.top-menu {
	overflow: hidden;
	_height: 1%;
	padding: 0px;
	text-align: center;
	padding-top: 12px;
}

ul.top-menu li {
	display: inline;
}

ul.top-menu li a {
	padding: 6px 4px;
	display: inline-block;
	color: #000;
	-moz-outline: none;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
}

ul.top-menu li a:hover {
	text-decoration: none;
	color: #00aeef;
}

ul.top-menu li.selected {
	background-repeat: no-repeat;
	background-position: left;
}

ul.top-menu li.selected a {
	background-repeat: no-repeat;
	background-position: right;
	font-weight: bold;
	text-decoration: underlined;
	font-style: italic;
}

/*** content ***/
.content {
	margin-bottom: 350px;
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FCFCFC;
	min-height: 600px;
	padding: 20px;
	border: 1px solid #C4AA83;
}
.maincontent {
background-color: #fff;
padding: 10px;
}

.floatingnav {
//	background-color: #DFD1B3;
	background-color: #FCFCFC;
	border: 1px solid #ac9f8b;
	border-top: none;
	margin-top: -17px;
	margin-right: 30px;
	padding: 6px;
	text-align: right;
	float:right;
}
.joinbutton {
	float:right;
}
.loginstatus {
	float:right;
	color: #333;
	text-align: right;
}
.loginstatus .feedbackPanel {
	color: #333;
	font-size: 11px;
	text-decoration: none;
	padding-bottom: 0px;
}
.loginstatus .feedbackPanel li {
	padding: 0px
}
.loginstatus button {
	color: #333;
	font-size: 11px;
	text-decoration: none;
	margin-right: 5px;
}



/*** default list styles ***/
.content ul, .content ol {
margin-top: 10px;
margin-bottom: 20px;
}

.content ul {
list-style: disc;
}

.content ol {
list-style: decimal;
}

.content ul li, .content ol li {
margin-bottom: 10px;
}

.content a {
	color: #444;
}

.content a:hover {
	color: #444;
	text-decoration: none;
}

.motto {
	display: none;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 20px;
}


/* FACEBOOK */
.social {
 background-color: #fff;
padding: 5px;
width: 100px;
float: right;
margin-top: 42px;
margin-right: -25px;
}
#fbicon {
display: block;
}


/** forms **/
label, legend {
font-weight: bold;
}

/** members **/
#loggedout .join-button-wrapper {
text-align:right;
}
#loggedout #instruction {
width: 530px;
float:right;
padding-left:20px;
}
#loggedout #forms input {
width:300px;
}
#loggedout .pure-controls {
text-align: right;
margin: 0px;
}
#loggedout .pure-form-aligned .pure-control-group label {
text-align: left;
}<!-- Page Class org.brixcms.plugin.site.page.PageRenderingPage END -->
