html {
	height: 100%;
	margin: 0px;
}

body {
	height: 100%;
	margin: 0px;
	font-family: Arial, serif;
	color: #6B4817;
}

div.banner {
	position: absolute;
	top: 0px;
	margin-left: 150px;
	height: 80px;
	padding: 0px;
	border: 0px;
}

div.ctl {
	position: absolute;
	width: 20px;
	height: 20px;
	margin: 0;
	top: 0px;
	left: 0px;
	right: auto;
	z-index: 2;
}

div.ctr {
	position: absolute;
	width: 20px;
	height: 20px;
	margin: 0;
	top: 0px;
	right: 0px;
	z-index: 2;
}

div.cbl {
	position: absolute;
	width: 20px;
	height: 20px;
	margin: 0px;
	left: 0px;
	top: auto;
	bottom: 0px;
	z-index: 2;
}

div.cbr {
	position: absolute;
	width: 20px;
	height: 20px;
	margin: 0px;
	right: 0px;
	top: auto;
	bottom: 0px;
	z-index: 2;
}

div.iefix1 {
	position: absolute;
	padding: 0px;
	top: 110px;
	left: 5px;
	height: auto;
	width: 200px;
}

div.iefix2 {
	position: relative;
	background-color: #FFFFFF;
	top: -1px;
	width: 200px;
	height: 1px;
	z-index:3;
}

div.left {
	position: relative;
	padding: 20px;
	top: 0px;
	left: 0px;
	height: auto;
	width: 160px;
	margin: 0px;
	text-align: right;
	background-color: #0B3855;
	font-variant: small-caps;
	color: #FFFFFF;
}
div.generic-sidebar {
	position: relative;
	top: 20px;
	left: 0px;
	width: 160px;
	height: auto;
	padding: 20px;
	margin: 0px 0px 20px 0px;
	background-color: #0B3855;
	text-align: right;
	color: #FFFFFF;
}
	
div.valid {
	position: relative;
	top: 20px;
	left: 0px;
	width: 160px;
	height: auto;
	padding: 20px;
	margin: 0px 0px 20px 0px;
	background-color: #0B3855;
	text-align: center;
	color: #FFFFFF;
}
	
div.vctl {
	position: absolute;
	width: 20px;
	height: 20px;
	margin: 0;
	z-index: 2;
	top: 0px;
	left: 0px;
	right: auto;
}

div.vctr {
	position: absolute;
	width: 20px;
	height: 20px;
	margin: 0;
	z-index: 2;
	top: 0px;
	right: 0px;
	left: auto;
}

div.vcbl {
	position: absolute;
	width: 20px;
	height: 20px;
	margin: 0;
	z-index: 2;
	bottom: 0px;
	left: 0px;
	right: auto;
}

div.vcbr {
	position: absolute;
	width: 20px;
	height: 20px;
	margin: 0;
	z-index: 2;
	bottom: 0px;
	right: 0px;
	left: auto;
}

div.main {
	position: absolute;
	padding: 20px;
	top: 80px;
	left: 210px;
	right: 0px;
	background-color: #FFFFFF;
	z-index: 3;
}

div.entry {
	position: relative;
	margin: 10px;
	border: 1px solid #0B3855;
	padding: 5px;
}

div.entry-header {
	position: relative;
	margin: 0px;
	border: 1px solid #0B3855;
	padding: 5px;
	background-color: #0B3855;
	color: #FFFFFF;
	font-weight: bold;
}

div.entry-footer {
	position: relative;
	margin: 0px;
	border: 1px solid #0B3855;
	padding: 5px;
	background-color: #0B3855;
	color: #FFFFFF;
}

div.comment-container {
	height: auto;
	margin: 10px;
	padding: 5px;
	border: 1px solid #0B3855;
	background-color: #FFFFFF;
}

div.comment-element {
	height: auto;
	margin-top: 5px;
	padding: 3px;
	border: 1px solid #0B3855;
	background-color: #FFFFFF;
}

div.comment-title {
	position: relative;
	margin: 0px;
	border: 1px solid #0B3855;
	padding: 5px;
	background-color: #0B3855;
	color: #FFFFFF;
	font-weight: bold;
}

p {
	margin: 3px 0px 10px 0px;
}

p.comment-error {
	margin: 0px;
	color: #FF0000;
}

p.comment-metadata {
	margin: 5px 0px 0px 0px;
	font-weight: bold;
	text-align: right;
}

p.emphasis {
	font-weight: bold;
}

img {
	margin: 0;
	border: 0;
}

a {
	text-decoration: none;
	font-family: Arial, serif;
	color: #0B3855;
}

a.contents {
	font-variant: small-caps;
	text-decoration: none;
	color: #FFFFFF;
}

a.darkbg {
	color: #C29008;
}

a:hover {
	text-decoration: underline;
}

a.contents:visited {
	color: #FFFFFF;
}

span.header {
	color: #0B3855;
	font-weight: bold;
	font-family: Arial, serif;
	font-variant: small-caps;
	font-size: 24pt;
	margin-right: 10px;
}

p.contents {
	margin: 0px;
	padding: 5px 0px 5px 0px;
}

p.contents-header {
	margin: 0px;
	font-size: 18pt;
	border-bottom: 1px solid white;
}

p.error {
	margin: 0px;
	color: #FF0000;
}

ul.error {
	margin: 0px;
	color: #FF0000;
}

table.quote {
	border: 1px dotted #0B3855;
	margin: 10px;
}

td.openquote {
	vertical-align: top;
}

td.closequote {
	vertical-align: bottom;
}

td.quotesource {

}

td.quote {
	margin: 0px;
}

p.quote {
	margin: 5px 0px 0px 0px;
}

img.left {
	float: left;
	margin: 5px;
}

img.right {
	float: right;
	margin: 5px;
}

p.centre {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 70%;
}

input.extra {
	visibility:hidden;
	display:none;
}