/* FONTS */
body, h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
input, input.blacktxt, .textareatype, select {
	font-family: Arial, Helvetica, sans-serif;
}
/* COLOURS */
input, .textareatype  {
	color: #807F83;
}
input.blacktxt, select {
	color: #000000;
}
.editbar, .editbarlink, .editbarlink a {
	color: #FFFFFF;
}
.editbar {
	background-color: #000000;
}
#mainTblWidthCol {
	background-color: #FFFFFF;
}
#menubar {
	background-color: #FFFFFF;
}
/* 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 top;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img{ 
	border: 0pt; 
}
form {
	margin: 0px;
}
input {
	font-size: 100%;
	font-weight: normal;
	color: #807F83;
}
.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;
}
.print {

	margin: 0px;
	padding: 0px;
}
.noprint {
	margin: 0px;
	padding: 0px;
	visibility: hidden;
	display: none;
}

/* SIZES */

#mainTblWidth {
	width: 100%;
	text-align: left;
	height: 100%;
}
.sideColumn {
	width: 0px;
}
.mainContent {
	padding-top: 20px;
	padding-bottom: 20px;
}
#sitemapcontent {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#footerline {
	padding: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #232021;
}
.sidetitle {
	padding-right: 0px;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
}
.sidetitle-l {
	width: 0px;
}
.sidetitle-r {
	width: 0px;
}

.sidetitle h1 {
	color: #000;
	font-weight: bold;
	font-size: 100%;
	text-transform: uppercase;
}
.sidecontent {
	padding-top: 10px;
	padding-bottom: 10px;
}