@import url(printheader.css);
/* standard */

p {
	font-size: 12px;
	line-height: 1.3;
}
h1 {
	font-size: 14px;
	color: #000000;
	font-weight: normal;
	letter-spacing: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	padding-top: 0px;
}
h2 {
	font-size: 13px;
	font-weight: lighter;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}
h3 {
	font-size: 12px;
	color: #C6B696;
	font-weight: bold;
	vertical-align: bottom;
	
}
h4 {
	font-size: 12px;
		font-weight: bold;
}
h5 {
	color: #333333;
	font-size: 12px;
	font-style: italic;
	background-color: #FFFFFF;
}
h6 {
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
.clear {
	clear: both;
	font-size: 1px;
	height: 1px;
}
.accessText {
	display: none;
}
.clearBreak {
	display: none;
}

/* left */
#leftCol {
	float: left;
	width: 150px;
	visibility: hidden;
	display: none;
}
div.leftColText {
	clear: both;
	padding: 0px 8px 5px 0px;
	background-color: #00FFFF;
}
div.leftColBox {
	margin: 0px 5px 0px 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #C6B696;
	border-right-color: #C6B696;
	border-bottom-color: #C6B696;
	padding: 3px 3px 3px 7px;
	font-size: 12px;
	background-color: #E3DAC8;
}
.leftColBox a:link { color: black; text-decoration:none }
.leftColBox a:visited { color: black; text-decoration:none }
.leftColBox a:hover { color: #FFFFFF; text-decoration:none }
.leftColBox a:active { color: #527598; text-decoration:none }
li.active open {
	font-weight: bolder;
}
.active open a:link {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
li.leaf {
	font-size: 12px;
}
a.link { color:#000000; }
ul.level2 li {
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C6B596;
	padding: 1px 0px 3px;
	font-size: 12px;
	list-style-type: none;
	left: -5px;
	line-height: 1.3;
}
ul.level3 li {
	margin: 0px;
	border-bottom-width: 0px;
	border-bottom-style: none;
	padding-top: 0px;
	padding-bottom: 3px;
	font-size: 12px;
	list-style-image: url(../imgs/level3.gif);
	list-style-position: outside;
	line-height: 1.1;
}
ul.level3 {
	margin: 0px;
	padding: 0px 0px 0px 15px;
}
ul.level2 {
	margin: 0px;
	padding: 0px 0px 2px;
}

/* right */
#rightCol  {
	position: relative;
	float: right;
	width: 150px;
	visibility: hidden;
	display: none;
}
div.rightColBox {
	width: 136px;
	margin: 0px 7px;
	font-size: 12px;
	visibility: hidden;
}
.rightColBox a:link {
	color: black;
	text-decoration:none;
}
.rightColBox a:visited { color: black; text-decoration:none }
.rightColBox a:hover { color: #FF6633; text-decoration:none }
.rightColBox a:active { color: #527598; text-decoration:none }
/* centre */
div.breadcrumb {
	font-size: 12px;
	padding-right: 5px;
	margin-right: 10px;
	margin-left: 10px;
	color: #666666;
	padding-bottom: 15px;
	display: none;
}

#CentralFix {
}

body>#CentralFix {
	top: 80px;
}


#Central {
}
body>#Central {
	margin-left: 150px;
}
div.CentralLinkHeader {
	padding-top: 15px;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 12px;
	background-color: #FFFFFF;
	background-image: url(../imgs/gold.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
div.CentralLinkIntro {
	padding-bottom: 3px;
	font-size: 12px;
}
a.CentralOptionLink {
	color: #C6B696;
	text-decoration: none;
	float: none;
	background-color: #FFFFFF;
}

a.CentralOptionLink:hover {
	color: #FF6633;
	text-decoration: none;
}

a.CentralOptionLink:visited {
}
div.centralLinksEdgeR {
/*	width: 100%;*/
	clear: left;
	margin: 0px 0px 20px;
}

div.centralTitle {
	font-size: 16px;
	padding-right: 5px;
	margin-right: 10px;
	color: #C6B696;
	font-weight: normal;
	padding-bottom: 15px;
}
div.centralintro {
	font-size: 12px;
	margin-right: 10px;
	line-height: 1.3;
}
div.menuPageOption {
	margin: 0px 10px;
}

div.menuPageOptionFix {
	height: 25px;
	font-size: 0pt;
	clear: both;
}
div.halfColumn {
	float: left;
	width: 49.999%;
}

div.halfColumnFix {
	width: 100%;
}


div.halfColumnInner{
      padding-bottom: 1px;
}
/* footer */

#FooterFix {
	visibility: hidden;
}
/* inner and outer */
#Inner {
	margin-right: 150px;
}

#InnerFix {
}

#Outer {
	position: relative;
	z-index: 3;
}
/* hidden from IE/PC */
html>body #Outer {
	position: static;
	left: auto;
	z-index: auto;
}
/* hidden from IE/PC and Opera */
head:first-child+body #Outer {
	position: relative;
	left: 0px;
	z-index: 3;
	min-height: 60px;
}

#OuterFix {
	clear: both;
	position: static;
	height: 0px;
}
/* hidden from IE/PC */
html>body #OuterFix {
	position: relative;
	left: 0px;
	z-index: 3;
}
/* hidden from IE/PC and Opera */
head:first-child+body #OuterFix {
	position: static;
	left: auto;
	z-index: auto;
}
#forumbox {
	clear: both;
	position: static;
	height: 0px;
	top: 80px;
}

/* general */

div.relatedInfoHeader {
	margin: 0px 0px 3px;
	padding: 3px;
	font-size: 12px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C6B596;
	color: #666666;
}

div.relatedInfo {
	margin: 3px 0px 4px;
	padding: 3px;
	background-color: #FFFFFF;
	line-height: 1.6;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C6B596;
}
p.advert {
	margin: 0px 0px 2px;
	padding: 5px 10px;
	background-color: #666666;
	line-height: 1.3;
	color: #FFFFFF;
	font-size: 12px;
}

div.centreright {
	margin: 0px 10px;
	background-color: #999999;
}
div.DChalfColumn {
	float: left;
	width: 49.999%;
	clear: none;
}
div.DChalfColumnL {
	float: left;
	width: 49.999%;
	clear: both;
}
#textbox {
	padding-left: 5px;
	font-size: 12px;
}
li {
	font-size: 12px;
	line-height: 1.3;
	padding-bottom: 10px;
}
p.key {
	margin: 0px;
	padding: 1px 5px;
	color: #666666;
	font-size: 12px;
}
p.keyheader {
	margin: 0px;
	padding: 2px 2px 2px 5px;
	background-color: #E3DAC8;
	line-height: 1.3;
	color: #666666;
	font-size: 12px;
	font-weight: bold;
}
.keybox {
	border: 1px solid #C6B596;
	padding: 2px;
	margin-bottom: 2px;
}
.loginbox {
	border: 1px solid #C6B596;
	padding: 2px;
	margin-bottom: 2px;
}
/* general list includes library */
div.generallistbox {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #1C4977;
	margin-top: 20px;
	margin-bottom: 10px;
	line-height: 1.3;
	font-size: 12px;
}
.generallistbox p {
	margin-top: 0px;
	margin-bottom: 4px;
	font-size: 12px;
}
ul.generallist {
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: 12px;
	font-weight: bold;
	padding: 0px 0px 0px 15px;
}
li.newwindowitem {
	list-style-position: outside;
	list-style-image: url(../imgs/new-window.gif);
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-bottom: 2px;
	padding-top: 0px;
}
/* news items */
div.news {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #1C4977;
	margin-top: 20px;
	margin-bottom: 10px;
	line-height: 1.3;
	font-size: 12px;
}
.news p {
	margin-top: 0px;
	margin-bottom: 4px;
}
ul.newslist {
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: 12px;
	font-weight: bold;
	padding: 0px 0px 0px 15px;
}
li.newsitem {
	list-style-position: outside;
	list-style-image: url(../imgs/bluearrow.gif);
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-bottom: 2px;
	padding-top: 0px;
}

/* search items */
div.searchresult {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #1C4977;
	margin-top: 20px;
	margin-bottom: 10px;
	line-height: 1.3;
	font-size: 12px;
}
.searchresult h4 {
	margin-top: 0px;
	margin-bottom: 4px;
}
.searchresult p {
	margin-top: 0px;
	margin-bottom: 4px;
}
ul.searchlist {
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: 100%;
	font-weight: bold;
	padding: 0px 0px 0px 15px;
}
li.searchitem {
	list-style-position: outside;
	list-style-image: url(../imgs/bluearrow.gif);
	font-size: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-bottom: 2px;
	padding-top: 0px;
}
.anchor {
	margin: 0px;
	height: 1px;
	width: 1px;
}
.f_widefield {
	height: 17px;
	width: 400px;
	border: 1px solid #999999;
	margin: 2px 2px 2px 0px;
	padding: 2px;
}
.f_smlfieldCopy {
	height: 17px;
	width: 50px;
	border: 1px solid #999999;
	margin: 2px 2px 2px 0px;
	padding: 2px;
}
.f_widedeepfield {
	height: 100px;
	width: 400px;
	margin: 2px 2px 2px 0px;
	border: 1px solid #999999;
	padding: 2px;
}
#standardForm {
}
#standardForm h2 {
	margin-top: 8px;
	line-height: 1;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	margin-bottom: 0px;
}
.f_smlMultiField {
	height: 20px;
	width: 200px;
	border: 1px solid #999999;
	margin: 2px 2px 2px 0px;
	padding: 2px;
}
.submit {
	left: 345px;
	position: relative;
	margin-top: 10px;
}
ul {
	font-size: 12px;
	line-height: 1.3;
}
body {
	font-size: 12px;
}
li {
	font-size: 12px;
	line-height: 1.3;
}
