html {
	margin: 0px;
	padding: 0px;
	/*background: #E28F25;*/	
	background: #4B220A;
	font-size: 9pt;
}

body {
	margin: 0px;
	padding: 10px;
	background: #4B220A;
	font-family: sans-serif;
	font-size: 9pt;
}

img {
	border: none:
}

h1 {
	font-size: 9pt;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

a {
	font-family: sans-serif;
	font-size: 9pt;
	text-decoration:none;
}

a.imageLink {
	font-family: sans-serif;
	font-size: 9pt;
	text-decoration:none;
	border: none;
}

p {
	font-family: sans-serif;
	font-size: 9pt;
}

p.defaultParagraphBlack {
	font-family: sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #000000;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

table.layoutTable {
	/*table-layout: fixed;*/
	background: #A15A27;
	border-top: none;
	border-bottom: #290C00 3px solid;
	border-left: none;
	border-right: #290C00 3px solid;
}

table.resultView {
	padding: 0px;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	margin: 15px;
}

table.queryCriteria {

}

table.resultSetHeader {
	border: 1px solid black;
	padding: 0px;
}

table.serviceTable {
	padding: 0px;
	margin-bottom: 10px;
	border: 1px solid black;
	background: #E4A024;
}

tr.buttonBar {
	background: #A15A27;
	padding: 0px;
}

tr.buttonBarCell {
	padding: 0px;
	text-align: right;
	background: #A15A27;
}

td.resultSetDark {
	background: #A15A27;
	color: #E5C78D;
	padding-left: 5px;
	padding-right: 5px;
}

td.resultSetDarkDark {
	background: #835A27;
	color: #E5C78D;
	padding-left: 5px;
	padding-right: 5px;
}

td.resultSetLight {
	padding-left: 5px;
	padding-right: 5px;
}

td.resultSetLightDark {
	padding-left: 5px;
	padding-right: 5px;	
	background: #D5A76D;
	/*#E5C78D*/
}

td.resultCounter {
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
}

td.resultCounterBottom {
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
}

th.detailedResult {
	font-weight: bold;
	padding: 10px;
	/*background: #D0D0D0;*/
}

td.detailedSpacer {
	border-bottom: 1px solid black;
}

td.detailedSpacerRecords {
	border-bottom: 5px solid black;
}

td.detailedTitle {
	padding-left: 20px;
}


h1.defaultBrown {
	font-size: 9pt;
	font-weight: bold;
	color: #660000;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	clear: both;
}


a.sitemap0 {
	font-size: 9pt;
	font-weight: bold;
	color: #660000;
	padding: 0px;
	margin-left: 0px;
}

a.sitemap1 {
	font-size: 9pt;
	font-weight: bold;
	color: #660000;
	padding: 0px;
	margin-left: 5px;
}

a.sitemap2 {
	font-size: 9pt;
	font-weight: bold;
	color: #660000;
	padding: 0px;
	margin-left: 10px;
}

a.sitemap3 {
	font-size: 9pt;
	font-weight: normal;
	color: #000000;
	padding: 0px;
	margin-left: 20px;
}

a.sitemap4 {
	font-size: 9pt;
	font-weight: lighter;
	color: gray;
	padding: 0px;
	margin-left: 30px;
}

a.sitemap5 {
	font-size: 9pt;
	font-weight: lighter;
	color: gray;
	padding: 0px;
	margin-left: 40px;
}

a.sitemap6 {
	font-size: 9pt;
	font-weight: lighter;
	color: gray;
	padding: 0px;
	margin-left: 50px;
}

hr.sitemapBreaker {
	width: 400px;
	border: 1px solid black;
	height: 1px;
	margin-top: 15px;
	margin-left: 10px;
	clear: both;
}

td.headImage {
	/*background: #A15A27 url(../images/bg_head_1.jpg) left bottom no-repeat;*/
	background: #E28F25 url(../images/bg_head_4.jpg) left bottom no-repeat;
}

h1.pageHead {
	font-size: 9pt;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	margin: 0px;
	color: #FFFFFF;
	background: #B67416 url(../images/bg_subpageHead.png) repeat-x;
	border-bottom: solid 1px #FFFFFF;
}


a:link {
	text-decoration:none;
}

/*
a:visited {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a:active {
	text-decoration:underline;
}

a:focus {
	text-decoration:underline;
}
*/

#emblem {
	width: 135px;
	height: 120px;
	position: absolute; left: 50%;
	margin-left: -480px;
	margin-top: 20px;
	z-index: 10;
}

#container {
	width: 1000px;
	position: absolute; left: 50%;
	/*background: #A15A27 url(../images/bg_subpageHead.png) repeat;*/
	background: #A15A27;
	margin-left: -500px;
	margin-top: 2px;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
}


#top {
	width: 100%;
	height: 125px;
	background: #A15A27 url(../images/bg_head_1.jpg) 0px 0px no-repeat;
	/*border-top: solid 1px #000000;*/
	/*border-bottom: solid 1px #000000;*/
	clear: both;
}

#middle {
	width: 100%;
	clear:both;
	margin-top: 5px;
}

#bottom {
	clear:both;
	width: 100%;
	clear:both;
}

#bottom p {
	text-align: right;
	vertical-align: bottom;
	font-weight: bold;
}

#bottom a {
	color: #014242;
	font-weight: bold;
}

#mainBarContainer {
	width: 1000px;
	position: absolute; left: 50%;
	margin-left: -500px;
	margin-top: 0px;
	z-index: 10;
}

#mainNavi {
	width: 100%;
	height: 30px;
	border-bottom: solid 5px #E28F25;
	margin-top: 5px;
}

div.active {
	width: 190px;
	height: 31px;
	background: #E28F25 url(../images/bg_mainActive_200.png) no-repeat 0px 0px;
	float: left;
	color: #A15A27;
	text-align: center;
	margin-bottom: 0px;
	margin-right: 5px;
	padding-top: 5px;
}

/*
#mainNavi div.active {
	width: 161px;
	height: 31px;
	background: url(../images/bg_mainActive.png) no-repeat 0px 0px;
	float: left;
	align: center;
	margin-right: 5px;
}
*/

div.inactive {
	width: 190px;
	height: 31px;
	background: url(../images/bg_mainInactive_200.png) no-repeat 0px 0px;
	float: left;
	text-align: center;
	color: #A15A27;
	/*vertical-align: middle;*/
	/*border-right: 5px solid #A15A27;*/
	margin-bottom: 0px;
	margin-right: 5px;
	padding-top: 5px;
}
/*
#mainNavi div.inactive {
	width: 161px;
	height: 31px;
	background: url(../images/bg_mainInactive.png) no-repeat 0px 0px;
	float: left;
	align: center;
	margin-right: 5px;
}
*/

h1.main {
	color: #660000;
	text-align: center;
	vertical-align: middle;
}

img.main {
	vertical-align: top;
	float: left;
	border: none;
}

#header {
	width: 100%;
	background: transparent url(../images/bg_kente.png) repeat-x 0px 0px;
	clear: both;
	margin-top: 80px;
}

#header p {
	text-align: right;
	vertical-align: bottom;
}

#header a {
	color: #014242;
	font-weight: bold;
	background-color: #A15A27;
}

td.kenteBack {
	background: transparent url(../images/bg_kente.png) repeat-x 0px 0px;
}

td.kenteBackBottom {
	background: transparent url(../images/bg_kente.png) left bottom repeat-x;
}

p.header {
	text-align: right;
	vertical-align: bottom;
}

a.header {
	color: #FFFFFF;
	background-color: #A15A27;
	font-weight: bold;
}

#stages {
	width: 795px;
	margin-top: 0px;
	margin-left: 200px;
	/*border-bottom: solid 1px #000000;*/
	/*background: #000 url(border-1.gif);*/
}

#completeStage {
	width: 795px;
	border: solid 1px #000000;
	margin-left: 0px;
}

#mainStage {
	width: 595px;
	margin-top: 0px;
	margin-left: 0px;
	border: solid 1px #000000;
	float: left;
}


div.previewDiv {
	/*width: 100%; */
	background: #E5C78D;
	margin-bottom: 5px; 
	margin-top: 0px; 
	margin-right: 0px;
	margin-left: 0px;
	padding: 10px;
	overflow: hidden;
}

h1.preview {
	margin: 0px 0px 10px 0px;
	color: #660000;
	font-weight: bold;
}

p.floatLeft {
	float:left; 
	padding: 0px; 
	margin: 0px;
}

p.floatNone {
	float:none; 
	padding: 0px; 
	margin: 0px;
}

#subStage {
	width: 190px;
	border: solid 1px #000000;
	margin-top: 0px;
	margin-left: 600px;
	background: #E5C78D;
}

h1.substageParagraphHeading {
	padding: 10px;
	margin: 0px;
	color: #660000;
}

p.substageParagraph {
	margin: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 20px;
	font-size: 9pt;
	font-weight: normal;
	color: #000000;
}

p.footerParagraph {
	margin: 0px;
	padding: 3px;
	font-size: 9pt;
	font-weight: normal;
	color: #660000;
}


div.paragraphGroupDiv {
	/*width: 100%;*/
	background: #E5C78D; 
	margin-bottom: 5px; 
	margin-top: 0px;
	padding: 10px;
}

div.defaultBackgroundDiv {
	/*width: 100%;*/
	background: #E5C78D; 
	margin-bottom: 5px;
	margin-top: 0px;
	padding: 10px;
}

h1.textImageHeading {
	margin: 0px 0px 10px 0px;
	color: #660000;
	font-weight: bold;
}

p.textImageParagraph {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 9pt;
	font-weight: normal;
	color: #000000;
	clear: both;
}

p.detachedLink {
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 9pt;
	font-weight: normal;
	color: #000000;
}

p.mainTextPreview {
	margin: 0px;
	padding-bottom: 0px;
	font-size: 9pt;
	font-weight: normal;
	color: #000000;	
}

p.ieError {
	margin: 0px;
	padding: 0px;
	font-size: 1pt;
	font-weight: normal;
	color: #000000;
	clear: both;
}


p.linkParagraph {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	clear: both;
	color: #660000;
}

p.downloadParagraph {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	clear: both;
	color: #660000;
}

a.defaultLink {
	color: #660000;
	text-decoration: none;
}

ul.listParagraph {
	margin: 0px;
	list-style-type:square;
	list-style-position: inside;
	padding-left: 10px;
	padding-bottom: 10px;
	font-size: 9pt;
	font-weight: normal;
	color: #000000;
	clear: both;
}

p.textImageHeadingInvalid {
	margin: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 20px;
	font-size: 9pt;
	font-weight: normal;
	color: #FF0000;
}

p.imageDescAbove {
	margin: 0px;
	padding-bottom: 0px;
	font-size: 9pt;
	font-weight: normal;
	font-style: italic;
	color: #000000;
}

p.imageDescBelow {
	margin: 0px;
	padding-top: 0px;
	font-size: 9pt;
	font-weight: normal;
	font-style: italic;
	color: #000000;
}

a.substageParagraphLink {
	color: #A15A27;
	text-decoration: underline;
	font-weight: bold;
}


#subNavi {
	width: 195px;
	border: solid 1px #000000;
	/*
	margin-top: 0px;
	margin-left: 0px;
	*/
	margin: 0px;
	padding: 0px;
	top: 0px;
	bottom: 0px;
	float: left;
}

div.subpageHead {
	width: 100%;
	border-bottom: solid 1px #FFFFFF;
	background: #B67416 url(../images/bg_subpageHead.png) repeat-x;
}

div.subpageHead h1 {
	color: #FFFFFF;
	padding-left: 10px;
}

div.mainCategoryContainer {
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #E4A024;
	border-bottom: solid 1px #FFFFFF;
}

a.shortcutMain {
	color: #660000;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	font-size: 9pt;
	text-decoration: none;
}

td.borderBottomCell {
	padding: 0px;
	margin: 0px;
	border-bottom: 5px solid #E28F25;
}

a.mainActive {
	color: #660000;
	text-decoration: underline;
	padding-left: 10px;
	font-weight: bold;
}

a.mainInactive {
	color: #660000;
	text-decoration: none;
	padding-left: 10px;
}

a.level3active {
	color: #660000;
	padding-left: 10px;
	font-weight: bold;
}

a.level3Inactive {
	color: #660000;
	padding-left: 10px;
}

a.level4active {
	color: #FFFFFF;
	padding-left: 20px;
	font-weight: bold;
}

a.level4Inactive {
	color: #FFFFFF;
	padding-left: 20px;
}

a.level5active {
	color: #FFFFFF;
	padding-left: 30px;
	font-weight: bold;
}

a.level5Inactive {
	color: #FFFFFF;
	padding-left: 30px;
}

a.level6active {
	color: #FFFFFF;
	padding-left: 40px;
	font-weight: bold;
}

a.level6Inactive {
	color: #FFFFFF;
	padding-left: 40px;
}

form.defaultForm {
	padding: 10px;
}

input.defaultInput {
	text-color: #000000;
	font-size: 9pt;
	background-color: #FFFFFF;
	border: 1px solid black;
	/*margin-left: 10px;*/
}

select.defaultSelect {
	text-color: #000000;
	font-size: 9pt;
	background-color: #FFFFFF;
	border: 1px solid black;
	/*margin-left: 10px;*/
}

input.quickSearchButton {
	text-color: #000000;
	font-size: 9pt;
	border: 1px solid black;
	margin-left: 5px;
}

input.defaultButtonLeft {
	text-color: #000000;
	font-size: 9pt;
	border: 1px solid black;
	margin-left: 5px;
}

input.linkButton {
	text-color: #000000;
	font-size: 9pt;
	border: none;
	background: transparent;
}

button.bordered {
	text-color: #000000;
	font-size: 9pt;
	border: 1px solid black;
	background: transparent;
}

input.linkButtonBorder {
	text-color: #000000;
	font-size: 9pt;
	border: 1px solid black;
	background: transparent;
	margin-left: 10px;
}

span.defaultTextBlack {
	text-color: #000000;
	font-size: 9pt;
	font-family: sans-serif;
}

div.messagesDiv {
	background: #E5C78D;
	margin-bottom: 5px; 
	margin-top: 0px; 
	margin-right: 0px;
	margin-left: 0px;
	padding: 10px;
}

h1.message {
	color: #660000;
}

h1.error {
	color: #FF0000;
}

ul.messagesList {
	margin: 0px;
	list-style-type: square;
	list-style-position: inside;
	padding-left: 10px;
	padding-bottom: 10px;
	font-size: 9pt;
	font-weight: normal;
	color: #000000;
	clear: both;
}

ul.errorsList {
	margin: 0px;
	list-style-type: square;
	list-style-position: inside;
	padding-left: 10px;
	padding-bottom: 10px;
	font-size: 9pt;
	font-weight: normal;
	color: #FF0000;
	clear: both;
}

p.counterClass {
	padding-left: 10px;
	color: #660000;
}