/* ****************************************************************************** */

/* BODY AND GENERAL TEXT STYLES */
* {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
}
html {
	overflow: auto;
}
body {
	background: #FFFFFF;
}
body,p,td,th,tr,li,ul,textarea,input,select {
	font-weight: normal;
	font-size: 14px;
	color: #505050;
	line-height: 1.4;
}
input {
	padding-left: 1px;
	padding-right: 1px;
}
option {
	padding: 0px 4px 0px 4px;
}
ol {
	padding: 0px 0px 0px 24px;
}
ul {
	padding: 0px 0px 0px 17px;
}
li {
	padding: 5px 0px;
}
h1 {
	font-size: 26px;
	font-weight: normal;
}
h2 {
	font-size: 20px;
	font-weight: normal;
}
h3 {
	font-size: 14px;
	font-weight: bold;
}
b, strong {
	font-weight: bold;
	color: #666666;
}
i {
	font-style: italic;
}
hr {
	border: 1px;
	height: 1px;
	color: #9EBB53;
	background-color: #9EBB53;
	margin-top: 30px;
	margin-bottom: 5px;
}
img {
	border: 0px;
}
img.left {
	float: left;
	margin-right: 30px;
	margin-top: 10px;
	margin-bottom: 30px;
}
img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
img.right {
	float: right;
	margin-left: 30px;
	margin-top: 10px;
	margin-bottom: 30px;
}
.clear {
	clear: both;
}

/* ****************************************************************************** */

/* COLOURS */
.red {
	color: #ff0000;
}

/* ****************************************************************************** */

/* MAIN ELEMENTS */
div#outer {
	margin: 0 auto;
	width: 960px;
}
div#editstrip {
	color: #505050;
	padding: 6px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	margin-bottom: 10px;
}
div#editstrip a {
	color: #505050;
	background-color: #cadaa1;
	font-weight: normal;
	padding: 6px 10px;
	margin-right: 2px;
	text-decoration: none;
}
div#editstrip a.current {
	color: #333333;
	background-color: #a3bf5d;
}
div#logo {
	padding: 11px 0 9px 0;
}
#nav1 a, #nav2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #505050;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	padding: 6px 17px 12px 17px;
}
#nav1 a:hover, #nav2 a:hover, div#editstrip a:hover {
	text-decoration: underline;
}
#nav1 {
	border-collapse: separate;
}
#nav1 td {
	vertical-align: bottom;
	border-right: 2px solid #FFFFFF;
}
#nav1 a {
	background-color: #cadaa1;
	height: 11px;
}
#nav1 a.current {
	color: #333333;
	background-color: #a3bf5d;
	height: 14px;
	padding: 7px 17px 11px 17px;
}
#nav2 {
	background-color: #a3bf5d;
}
#nav2 table {
	border-collapse: separate;
}
#nav2 a {
	background-color: #a3bf5d;
	height: 9px;
}
#nav2 a.current {
	background-color: #85aa28;
	color: #202020;
}

div#content {
	width: 886px;
	border: 1px solid #85aa28;
	padding: 36px;
}
body#tinymce {
	margin: 0px;
	padding: 36px;
}
table#content_tbl {
	border: 1px solid #85aa28;
}
table#content_tbl td.mceIframeContainer {
	border-bottom: 0px;
}

div#footer {
	text-align: center;
	color: #808080;
	font-size: 10px;
	padding: 10px;
}


/* ****************************************************************************** */

/* TABLES */
table {
	border-spacing: 0px;
	border-collapse: collapse;
}
th {
	font-weight: bold;
}
td {
}
.lalign {
	text-align: left;
}
.calign {
	text-align: center;
}
.ralign {
	text-align: right;
}
.jalign {
	text-align: justify;
}
.talign {
	vertical-align: top;
}
.malign {
	vertical-align: middle;
}
.balign {
	vertical-align: bottom;
}

/* ****************************************************************************** */

/* LINKS - needs !important for tinymce */
div#content a, body#tinymce a {
	font-weight: bold !important;
	color: #306530 !important;
	text-decoration: underline !important;
}
div#content a:hover, div#content a:active, body#tinymce a:hover, body#tinymce a:active {
	background-color: #306530 !important;
	color: #FFFFFF !important;
}
div#footer a {
	font-weight: bold;
	color: #306530;
	text-decoration: none;
}
div#footer a:hover, div#footer a:active {
	text-decoration: underline;
}