#base {
	background-color: #FFFFFF;
	width: 968px;
	border: 1px solid #4EB00F;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-image: url(pix/bac-header.jpg);
	height: 184px;
	width: 968px;
	background-repeat: no-repeat;
}
#topleft {
	float: left;
	width: 300px;
	margin-left: 10px;
}
#container {
	background-image: url(pix/bac-low.jpg);
	background-repeat: no-repeat;
	width: 968px;
}
#content {
	padding-top: 35px;
	padding-right: 15px;
	padding-left: 15px;
}
#foot {
	width: 968px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}
.cpyright {
	color: #A8D789;
	font-size: .8em;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-align: justify;
	color: #214806;
}
#pgetitle {
	font-size: 30px;
	color: #5A6356;
	text-align: right;
	margin-right: 16px;
	padding-top: 30px;
}
#navcont {
	width: 600px;
	text-align: right;
	float: right;
	padding-right: 16px;
}
#nav {
	float: right;
}

.clearit {
	clear: both;
	margin-top: 15px;
	margin-bottom: 30px;
}
.boxhead {
	color: #FEFEFE;
	background-color: #46990F;
	height: 18px;
	padding-left: 5px;
	font-size: 14px;
	font-weight: bold;
	width: 100%;
}




/*  phpstuff  */
div.divPage {
	padding: 3px;
   width: 50em;
	/* centre the div */
	margin-left:auto;
	margin-right:auto;
}

input.inputText {
	font-family: "Courier New", Courier, monospace;
}

img.imgDbItemSeparator {
	width: 48em;
	height: 2px;
}

td.tdDbItemTitle {
	font-weight: bold;/*	border: solid thin red;  */
}

td.tdDbItemThumb {
	/*	border: solid thin red;  */
   width: 9em;
	text-align: center;
}

div.divDbItemThumb {
/*	text-align:center; */
}

a.aDbItemThumb {

}

img.imgDbItemThumb {
	width: 9em;
	/* centre the img */
	margin-top:auto;
	margin-bottom:auto;
	margin-left:auto;
	margin-right:auto;
	border: 1px solid #000000;
}

span.spanDbItemThumbLabel {
/* 	border: solid thin red;  */
	/* centre the span */
	text-align:center;
}

span.spanWarning {
	color: red;
	font-color: red;
	font-weight: bold;
}

span.spanBidInvalidData {
	color: red;
	font-size: small;
	font-color: red;
	font-weight: bold;
}

td.tdDbItemDescription {
	/*	border: solid thin red;  */
   width: 40em;
	font-size: 1em;
}

form.formEditForm {
	border: none;
	padding: 6px;
}

form.formGeneralForm {
	border: none;
	padding: 6px;
}

.tableDbItem {
	border-bottom: 1px solid #006600;
	border-top: 1px solid #006600;
}
.faqhead {

	color: #FEFEFE;
	background-color: #46990F;
	height: 18px;
	padding-left: 5px;
	font-size: 14px;
	font-weight: bold;
	width: 100%;
}
