body {
	margin: 0px;

	/* Set the font family, colour and size */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 9px;

	overflow-x: hidden;
	background-color: #efede0;

	padding:0px;
}

#contentFrame{
	/* border: 1px solid #000000; */
}

#topBox {
	background-color: #052903;
	/*	padding-top: 2px; */
}

#topBox #closeBox {
	width: 53px;
	height: 14px;
	float: right;
	font-weight: 900;
	background-image: url(../images/close.gif);
	background-repeat:no-repeat;
	background-position: right;
	cursor: pointer;
}

#topBox #imageBox img {
	/*
	width: 450px;
	height: 100px;
	*/
}

#bottomBox {
	color: #000000;
	font-size: 10px;
	padding: 0px;
	padding-bottom: 35px;
	border-top: 1px solid #cacabe;
	/*
	position: absolute;
	top: 950px;
	*/
	width: 100%;
	text-align: center;
}

#bottomBoxNonFloat {
	color: #000000;
	font-size: 10px;
	padding: 0px;
	padding-bottom: 35px;
	border-top: 1px solid #cacabe;
	width: 100%;
	text-align: center;
}

#bottomBox p {
	text-align: justify;
	margin: 15px;

	/* Set to 40 pixels to compensate for scrollbars */
	margin-right: 30px;
}


#tableForm {
	color: #310000;
	margin-top: 20px;
	margin-left: 3px;
	padding-right: 3px;
}


#tableForm table {
	border-collapse:collapse;
}

#tableForm table tr td {
	font-weight: bold;
	border-collapse: collapse;
	vertical-align: top;

}

#tableForm table tr td {
	border-top: 1px;
	border-right: 1px;
	border-left: 1px;
	border-bottom: 0px;
	border-style: solid;
	border-color: #FFFFFF;
	padding: 0px;
}

#tableForm table tr td table{
	width: 100%;
	border-right: 0px;
}

#tableForm table tr td table tr td{
	font-weight: normal;
	vertical-align: middle;
    border-bottom: 1px;
	border-top: 0px;
	border-left: 0px;
	border-style: solid;
	border-color:#FFFFFF;
	padding: 3px;
	line-height: 27px;
}

#tableForm .oddCol {
	background-color: #cac6bb;
}

#tableForm .evenCol {
	background-color: #dbd6d0;
}

#tableForm .lastTR td {
	border-bottom: 0px;
}

#tableForm .categoryTitle{
	padding: 10px 10px 10px 5px;
}

#tableForm .itemTitle{
	width: 138px;
}

#tableForm .outerTable{
	width: 100%;
}

#tableForm .textBox{
	width: 600px;
}

#tableForm .commentsTable{
	margin: 0px;
	border-right: 1px solid #FFFFFF;
	margin-right: 1px;
}

#tableForm .commentsTable tr td {
	padding: 3px;
	padding-right: 7px;
}

#tableForm textarea {
	width: 100%;
	height: 70px;
}

#tableForm #submitBox{
	padding: 10px;
}

.dateCopyright{
	color: #999999;
	font-size: 9px;
}

#trigger{
	background: url(../images/calendar.png) no-repeat;
	width: 16px;
	height: 16px;
	border: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
	cursor: pointer;
}

#contactNotes{
        color: #000000;
        font-size: 12px;
	text-align: justify;
	vertical-align: middle;
	padding-left: 5px;
	padding-right: 5px;
}


#centreBox {
	width: 600px;
	margin:0px auto;
	text-align:left;
	border:1px solid #333;
}

#contactNotesCentred{
	line-height: 50px;
	color: #000000;
	height: 50px;
	font-size: 12px;
	text-align: center;
}

#contactText{
	color: #000000;
	font-size: 12px;
	
}

