<STYLE>

/* 
   link colours
   #########################################################
*/
A   	{ color: #000000; text-decoration: none; }
A:link	{ color: #000000; text-decoration: none; }
A:visited { color: #000000; text-decoration: none; }
A:active { color: #000000; text-decoration: none; }
A:hover	{ color: #000000; text-decoration: none; }
A:visited-hover	{ color: #000000; text-decoration: none; }

A.menu   	{ color: #FFFFFF; text-decoration: none; }
A.menu:link	{ color: #FFFFFF; text-decoration: none; }
A.menu:visited { color: #FFFFFF; text-decoration: none; }
A.menu:active { color: #FFFFFF; text-decoration: none; }
A.menu:hover	{ color: #558e3e; text-decoration: none; }
A.menu:visited-hover	{ color: #558e3e; text-decoration: none; }

A.link   	{ color: #000000; text-decoration: none; }
A.link:link	{ color: #000000; text-decoration: none; }
A.link:visited { color: #000000; text-decoration: none; }
A.link:active { color: #000000; text-decoration: none; }
A.link:hover	{ color: #000000; text-decoration: none; }
A.link:visited-hover	{ color: #000000; text-decoration: none; }

/* 
   body control; scrollbar and positioning
   #########################################################
*/
BODY {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../images/BGgreen.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

/* 
   master set for TDs
   #########################################################
*/
TD {
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	vertical-align: top;
}
/* 
   master set for form data
   #########################################################
*/
INPUT,SELECT,TEXTAREA {
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	padding: 2px;
	border: 1px solid #000000;
}

/* 
   master set for bullet points
   #########################################################
*/
LI {
	list-style-type: square;
	font-size: 12px;
}

UL {
	padding-left: 15px;
}

/* 
   main table classes
   #########################################################
*/
.tableMain {
	width: 100%;
}
.tableContent {
	width: 630px;
}
.header {
	height: 97px;
	background-color: #558e3e;
}

/* 
   main column classes
   #########################################################
*/	
.mainColumnNav {
	width: 1%;
	vertical-align: top;
	background-color: #558e3e;
}
.mainColumn {
	width: 99%;
	vertical-align: top;
}

/* 
   nav classes
   #########################################################
*/

.leftNavLinkOff {
	font-size: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	color: #FFFFFF;
	background-image: url(../images/leftNavBulletOff.gif);
	background-repeat: no-repeat;
	background-position: 15px 7px;
}
.leftNavLinkOn {
	font-size: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	color: #FFFFFF;
	background-image: url(../images/leftNavBulletOn.gif);
	background-repeat: no-repeat;
	background-position: 15px 7px;
	background-color: #dde9d8;
}

/* 
   homepage classes
   #########################################################
*/

.mainText {
	width: 145px;
}
.mainTextWhite {
	color: #FFFFFF;
}
.title {
	font-size: 25px;
	font-weight: bold;
}
.subtitle {
	font-size: 20px;
}
.content {
	font-size: 12px;
}
.contentLink {}

/* 
   printing page classes
   #########################################################
*/

.pageBreak {
	page-break-after: always;
}

</STYLE>
