/* FONTS */
body, h1 {
	font-family: Tahoma, Geneva, sans-serif;
}
input, input.blacktxt, .textareatype, select {
	font-family: Arial, Helvetica, sans-serif;
}
/* COLOURS */
input  {
	color: #807F83;
}
input.blacktxt, select, .textareatype {
	color: #000000;
}
.editbar, .editbarlink, .editbarlink a {
	color: #FFFFFF;
}
.editbar {
	background-color: #000000;
}
#mainTblWidthCol {
	background-color: #FFFFFF;
	width: 685px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #FFF;
}
#menubar {
	background-color: #98CECE;
	background-image: url(../img/menubg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
/* TAGS */
body {
	font-size: 70%;
	font-weight: normal;
	background-color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 100%;
	background-image: url(../img/browserbg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img{ 
	border: 0pt; 
}
form {
	margin: 0px;
}
input {
	font-size: 100%;
	font-weight: normal;
}
.textareatype {
	font-size: 100%;
	font-weight: normal;
}
select {
	font-size: 100%;
	font-weight: normal;
}
.editbar {
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin-bottom: 10px;
}
.noprint {
	margin: 0px;
	padding: 0px;
}
.print {
	margin: 0px;
	padding: 0px;
	visibility: hidden;
	display: none;
}
.sideColumn {
	text-align: left;
	vertical-align: top;
	width: 121px;
	background-color: #98CECE;
	padding-top: 10px;
	padding-bottom: 10px;
}
/* PAGE LAYOUT STYLING */
.mainContent {
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 4px;
	padding-left: 14px;
}
#sitemapcontent {
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#shad-l {
	background-image: url(../img/left-panel100.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	width: 50%;
	background-color: #FFF;
}
#shad-r {
	background-image: url(../img/right-panel100.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	width: 50%;
	background-color: #FFF;
}
#footerline {
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #98CECE;
}
#logocell {
	height: 90px;
	width: 685px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	background-color: #98CECE;
}
#menubar {
	height: 37px;
}
.mainContentHome {
	margin: 0px;
	background-color: #000;
	padding: 2px;
}
#maincontentline {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#footertext {
	font-size: 90%;
	color: #818181;
	text-align: center;
	padding-top: 10px;
	padding-right: 3px;
	padding-bottom: 10px;
	padding-left: 3px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #818181;
}
