@charset "utf-8";
*{
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #333;
}
h1 {
	font-size: 36px;
	line-height: 46px;
	font-weight: bold;
}
h2 {
	font-size: 24px;
	line-height: 31px;
}
h3 {
	font-size: 18px;
	line-height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}

h5 {
	font-size: 14px;
	font-weight: bold;
}
p {
	font-size: 17px;
	line-height: 22px;
	padding-bottom: 8px;
}
input{
	height: 30px;
}
a{
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
a.link1 {
	color: #734B87;
	font-weight:bold;
}
a:hover.link1 {
	color: #063;
}
a.link2 {
	color: #FFF;
	
}
a:hover.link2 {
	color: #FFF;
}


.bold {
	font-weight: bold;
}
.color {
	color: #063;
	font-weight: bold;
}
.italic {
	font-style: italic;
}
/* main div styles */
#mainwrapper-gh {
	width: 950px;
	background-color: #f1e8f9;
	margin: 20px auto 20px auto;
}

#banner-gh {
	height: 200px;
}
#navigation-gh {
	width: 800px;
	background-color: #333;
	float: left;
}
#content-gh {
	background-image: url(../images/pattern_repeat.jpg);
	background-repeat: repeat;
}

#borderleft {
	float: left;
	width: 75px;
}

#borderright {
	float: right;
	width: 75px;
}

#mainstory-gh {
	width: 750px;
	padding: 5px 0 5px 0;
	clear: both;
	margin-left: 90px;
}

#subnavmain-gh {
	width: 800px;
	color: #FFF;
	background-color: #333;
	margin: 0 75px 0 75px;
	text-align: center;
	padding: 10px 0 10px 0;
	clear: both;
}
#subnav-gh {
	background-color: #666;
	clear: both;
}

#footer-gh {
	color: #FFF;
	background-color: #734b87;
	text-align: center;
	width: 800px;
	padding: 10px 0 10px 0;
	margin: 0 75px 0 75px;
	clear: both;
}

.clearboth {
	clear: both;
}
/*bullets lists*/

.bullets {
	list-style-type: square;
	list-style-position:outside;
	margin-left:32px;
	
}
.bullets li, .numbers li{
	margin-bottom:5px;
	
}
.bullets ul li{
	list-style-type:disc;
	list-style-position:outside;
	margin-left:32px;
	
}
.numbers {
	list-style-type: decimal;
	list-style-position: outside;
	margin-left:32px;
}
.nav-list{
	font-size: 14px;
	font-weight: bold;
	
}
.nav-list li{
	display:inline-block;
	padding-bottom: 4px;
}
.nav-list > li + li::before{
	content:"\007C";
	margin: 8px;
	
}
/*images*/
.border {
	border: 3px solid #000;
	margin: 5px 10px 16px 0;
	float: left;
}
.border-right {
	border: 3px solid #000;
	margin: 5px 5px 16px 5px;
	float: right;
}
/*buttons*/
.button-map{
	border:0px;
}

.rule {
	width: 750px;
	border-bottom-style: solid;
	border-bottom-color: #410061;
	border-bottom-width: 1px;
	padding: 5px 0 20px 0;
	clear:both;
}

/* php member tables */
.member-table, .login-table{
	width:500px;
	border:0px;
	margin: 0 auto 0 auto;
	text-align:left;
	
}
.member-table .left-side{
	width:172px;	
}
.member-table .right-side{
	width:328px;	
}

.member-table-text{
	text-align:center;
}
.row-height{
	height:71px;
}

/* Form Buttons*/
.buttoncolour{
	color: #000;
	font-size:17px;
	width: auto;
	padding: 4px;
	margin: 4px;
     border: 2px solid #000;
 
}
.buttoncolour:link, .buttoncolour:visited,.buttoncolour:active{
	background-color: #C9F;
}

.buttoncolour:hover {
	background-color:  #609;
	color: #fff;
}


