/*
	COLOURS:
	Dark Blue:		21409a
	Light Blue:		215a9a
	Light Purple:	92a0cf
	Gold:			dfd38b
	Light Grey:		e6e6e6
	Dark Grey:		9e9fa1
*/

body {
	font-size: 76%;
	font-family: arial, helvetica, sans-serif;
	background-color: #ffffff;
	background-image: none;
	color: #000000;
	margin: 0px;
}

#container {
	margin: 0px auto;
	width: 900px;
	font-size: 1.0em;
}

#header {
	display: none;
}

#content {
	padding: 15px 20px;
	margin: 0px auto;
	width: 860px;
	line-height: 1.4em;
	font-size: 1.1em;
	background-image: none;
	background-color: #ffffff;
}

#sidebar-home {
	display: none;
}


#content-home {
	float: left;
	width: 526px;
	padding-left: 23px;
	border-left: 1px solid #dfd38b;
	overflow: hidden;
	min-height: 425px;
}

#sidebar {
	display: none;
}

#inner-content {
	float: left;
	width: 740px;
	padding-left: 10px;
	border-left: 1px solid #dfd38b;
	min-height: 306px;
}

#subnav {
	margin:0px;
	padding: 0px 0px 10px 0px;
	font-size: 1.1em;
	border-bottom: 1px solid #dfd38b;
}

#footer {
	display: none;
}

#contactText {
	float: left;
	width: 470px;
	overflow: hidden;
}
#commentForm {
	float: left;
	width: 250px;
	padding: 0px 0px 0px 20px;
	overflow: hidden;
}
#commentForm .text {
	width: 97%;
}


#credits {display: none;}
.copyright {display: none;}

p.pdf-download {margin: 0px; padding: 10px 0px 10px 26px; font-size: 0.9em; background-image: url('images/icon-pdf.gif'); background-repeat: no-repeat; background-position: left;}
p.doc-download {margin: 0px; padding: 10px 0px 10px 26px; font-size: 0.9em; background-image: url('images/icon-doc.gif'); background-repeat: no-repeat; background-position: left;}
p.xls-download {margin: 0px; padding: 10px 0px 10px 26px; font-size: 0.9em; background-image: url('images/icon-xls.gif'); background-repeat: no-repeat; background-position: left;}
p.file-download {margin: 0px; padding: 10px 0px 10px 26px; font-size: 0.9em; background-image: url('images/icon-file.gif'); background-repeat: no-repeat; background-position: left;}
p.print {display: none;}

p.alpha-nav a {
	font-weight: bold;
}
p.alpha-nav a:link {color: #21409a; text-decoration: underline;}
p.alpha-nav a:visited {color: #21409a; text-decoration: underline;}
p.alpha-nav a:hover {color: #215a9a; text-decoration: none;}
p.alpha-nav a:active {color: #215a9a; text-decoration: none;}

table.membertable td {
	border: 1px solid #e6e6e6;
	vertical-align: top;
}
table.membertable p {
	margin: 0px;
	padding: 0px;
}

#calendartable {
	float: left;
	width: 500px;
}
#gallery-list {
	display: none;
}

a:link {color: #0000ff; text-decoration: none;}
a:visited {color: #0000ff; text-decoration: none;}
a:hover {color: #0000ff; text-decoration: underline;}
a:active {color: #0000ff; text-decoration: underline;}

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 1.2em;
	margin: 10px 0px;
	padding: 0px;
}

h2 {
	font-size: 1.1em;
	margin: 10px 0px;
	padding: 0px;
}

h3 {
	font-size: 1.2em;
	margin: 10px 0px;
	padding: 0px;
	color: #dfd38b;
}

h4 {
	font-size: 1.0em;
	margin: 10px 0px;
	padding: 0px;
}

.hr {
	display: block;
	margin: 15px 0px;
	border-bottom: 1px solid #000000;
	width: 100%;
	height: 1px;
	overflow: hidden;
}
.anylinkmenu{display: none;}