﻿/* CSS layout */
html {
	min-height: 100%;
	margin-bottom: 1px;
}
body {
	margin: 10px auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #333333;
}
#page {
	margin-left: auto;
	margin-right: auto;
	width: 680px;
	position: relative;
	top: 0px;
	left: 0px;
	text-align: left;
	background: #1B1C30;
	border-bottom: 1px black solid;
	border-right: 1px black solid;
	border-top: 1px black solid;
	border-left: 1px black solid;
	padding: 0px 0px 0px 0px;
}
#page h1 {
	text-align: center;
	margin: 0px;
	padding: 10px 0px 10px 0px;
	font-size: 32px;
	font-weight: normal;
	background-color: silver;
}
#page h2 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	font-weight: normal;
	margin: 0px;
	padding: 5px 0px 5px 0px;
	background-color: #666666;
}
#page h3 {
	font-size: 32px;
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	font-weight: normal;
	margin: 0px;
	padding: 10px 5px 10px 5px;
	background-color: #666666;
}

#page p {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 3px 0px 3px 0px;
}
#logo {
	padding-top: 27px;
	text-align: center;
	height: 160px;
	width: 150px;
	background-color: #666666;
	position: relative;
	float: left;
}

#logo2 {
	padding-top: 6px;
	text-align: center;
	height: 114px;
	width: 150px;
	background-color: #666666;
	position: relative;
	float: left;
}


#left_menu {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#left_menu dl {
	width: 146px;
	border-top: 1px solid white;
	margin: auto auto auto auto;
	padding: 0px;
	text-align: center;
}
#left_menu dt {
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid white;
}
#left_menu dd {
	border-bottom: 1px solid white;
	margin-left: 0px;
	padding: 0px;
}
#menu dd a {
	color: white;
	display: block;
	padding: 0px;
	text-decoration: none;
	font-size: 12px;
}
#left_menu dt a {
	color: white;
	display: block;
	padding: 5px 0px;
	text-decoration: none;
	font-size: 12px;
}
#left_menu dd a {
	font-weight: normal;
}
#left_menu dd a:hover {
	background-color: rgb(68,68,97);
	font-weight: normal;
}
#left_menu dt a:hover {
	background-color: rgb(68,68,97);
	font-weight: normal;
}
#page_content {
	margin-left: 150px;
	padding: 0px;
	background-color: #1B1C30;
}
#page_content p {
	border: 1 #808080 dashed;
	margin-bottom: 10px;
	margin-top: 0px;
}
#navi {
	background-color: white;
	margin: 0px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;font-size:12px;
}
#navi ul {
	margin: 0;
	padding: 0;
	width: 520px;
	float: left;
}
#navi li {
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-right: 1px solid;
	border-color: black;
	white-space: nowrap;
}
#navi li a {
	display: block;
	padding: 0 10px;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 1px;
	color: black;
}
* html #navi a {
	width: 1%;
}
#text {
	background-color: white;
	padding: 10px;
}
#text h1 {
	font-size: 24px;
	background-color: white;
	text-align: left;
	margin: inherit;
	font-family: Arial, Helvetica, sans-serif;
}
.whitebs {
	border-style: solid;
	border-width: 1px;
	margin-top: 0px;
	margin-bottom: 10px;
	border-color: white;
}
.whitebm {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: white;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: white;
	margin-top: 0px;
	margin-bottom: 10px;
}
h3 {
	margin-top: 0px;
}
.selectedmenu {
	background-color: #666666;
}
#page_end {
	clear: both;height:20px;overflow:hidden;
}
a {
	background-color: inherit;
	color: maroon;
}
a:active {
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.current {
	text-decoration: underline;
}

a.popup {
	target:
}

.link_colour {
	color: maroon;
}
.mceContentBody {
	background-image: none;
	background-color: white;
	color: black;
}
/*TinyMCE*/
.mceContentBody a:visited {
	color: black !important;
	text-decoration: underline;
}
.mceContentBody a:link {
	color: black !important;
	text-decoration: underline;
}
/* FF requires a important here */
.mceContentBody a:active {
	color: black !important;
	text-decoration: none;
}
.mceContentBody a:hover {
	color: black !important;
	text-decoration: none;
}
/* FF requires a important here */
