body {
	margin-top: 0px;
}
.searchBG {
	background-image: url(../images/searchBG.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.bodyText {
	font: 12px/14px Verdana, Arial, Helvetica, sans-serif;
	color: #6e6e6e;
}
form {
	padding:0;
	margin:0;
}
.searchField {
	border: #ad9a6b solid 1px;
	padding:0;
	padding:1px 0px 1px 4px;
	margin:0px 2px 0px 2px;
	font: 12px/14px Verdana, Arial, Helvetica, sans-serif;
	width: 125px;
	height: 14px;
}
.greyColour {
	color: #ccc;
}
.brownColour {
 color: #64593e;
}
a.smallLinks {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #6e6e6e;
}
a.smallLinks:link {
	text-decoration: none;
}
a.smallLinks:visited {
	text-decoration: none;
	color: #6e6e6e;
}
a.smallLinks:hover {
	text-decoration: underline;
	color: #6e6e6e;
}
a.smallLinks:active {
	text-decoration: none;
	color: #6e6e6e;
}
a.mainLinks {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #64593e;
}
a.mainLinks:link {
	text-decoration: none;
}
a.mainLinks:visited {
	text-decoration: none;
	color: #64593e;
}
a.mainLinks:hover {
	text-decoration: underline;
	color: #64593e;
}
a.mainLinks:active {
	text-decoration: none;
	color: #64593e;
}
a.bodyLinks {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #2c2c2c;
	background: url(../images/linkPic.gif) no-repeat left;
	padding-left:15px;
}

a.bodyLinks.external, a.bodyLinks.email {
	background: none;
	padding-left:0px;
}

a.bodyLinks.pdf {
	background: url(../images/icons/pdf.gif) no-repeat left;
	padding-left:18px;
}

a.bodyLinks:link {
	text-decoration: none;
}
a.bodyLinks:visited {
	text-decoration: none;
}
a.bodyLinks:hover {
	text-decoration: underline;
}
a.bodyLinks:active {
	text-decoration: none;
}
.brownPix {
	background-image: url(../images/brownPix.gif);
	background-repeat: repeat-x;
}
#mainNavTable td{
	padding: 0px 0px 0px 10px;
	height: 24px;
	text-align:left;
	background: url(../images/mainNavBG.gif) no-repeat;
}
#mainSubTable td{
	padding: 0px 0px 0px 10px;
	height: 24px;
	text-align:left;
}

.headingBarCont {
	width:595px;
	margin-top: 10px;
}

.headingBarCont.less {
	margin-top: 3px;
}

.headingBarImg {
	float:left;
}

.headingBar {
	background: url(../images/topBar.jpg) no-repeat left 2px;
	width: 592px;
	height: 16px;
	float:right;
	margin-top: -2px;
	padding-top: 4px;
	overflow: hidden;
}

.border {
	border-left: #ad9a6b solid 1px;
	border-right: #ad9a6b solid 1px;
	border-bottom: #ad9a6b solid 1px;
	border-top: none;
	padding: 5px;
}

.floatImage {
	float: left;
	margin: 5px 5px 0px 0px;
}

.clearboth {
	clear:both;
	height:0px;
	font-size:0px;
	line-height:0px;
	margin:0px;
	padding:0px;
}

.readMore {
	padding-top: 4px;
}

.nofloat {
	clear: left;
	padding: 5px 5px 0px 0px;
	margin-top: 0px; /* for ie */
}

.border p {
	margin-top: 4px;
	margin-bottom: 4px;
}

h1 {
	font: bold 1.2em/1.4em Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 3px 0px 6px 0px;
	color: #2c2c2c;
}
h2 {
	font: bold 1.1em/1.3em Verdana, Arial, Helvetica, sans-serif;
	padding: 0px 0px 0px 0px;
	margin: 3px 0px 6px 0px;
	color: #333;
}
h3 {
	font: bold 1em/1.1em Verdana, Arial, Helvetica, sans-serif;
	padding: 0px 0px 0px 0px;
	margin: 6px 0px 0px 0px;
	color: #444;
}
.timeStampRow {
	background:repeat-x bottom url(../images/brownPix.gif);
	padding: 0px 0px 5px 0px;
}
.rightColBG {
	background: url(../images/rightMenuGrad.jpg) no-repeat;
}
.rightColText {
	color: #64593e;
}

/* Display tables */
.tableList {
	font-size: 11px;
	border-collapse: collapse;
	border: 1px solid #ad9a6b;
}
.tableList td, .tableList th {
	padding: 4px 2px;
	border: 1px solid #ad9a6b;
}

.tableList .tableRowsHead {
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	vertical-align: top;
}
.tableList th {
	font-size: 12px;
	font-weight: bold;
	background-color: #EBD190;
}
.tableRows {
}
.tableList .tableRows  {
	vertical-align: top;
	padding: 2px;
}
