html, body {
	margin: 0;
	padding: 0;
}

body {
	min-width: 760px;
	font-family: georgia;
	color: black;
	font-size: 8pt;
}

/* general text classes */

#greenBody a,
#greenBody a:link, 
#greenBody a:visited,
#greenBody a:active {
	color: white;
}

#greenBody a:hover {
	color: #9cb2ab;
}

#greenBody {
	color: white;
}	

#greenBody img.floater {
	float: left;
	margin: 0 10px 5px 0;

}

.small {
	font-size: 8pt;
}

*.clearLeft {
	clear: left;
}

*.alignLeft {
	text-align: left !important;
}

h2 {
	margin: 20px 0 10px 0;
}

li {
	margin: 5px;
	text-align: left;
}

a.dissapear {
	font-size: 1pt;
}

/* general text classes */

/* specific boxed areas */

#topLogo {
	padding: 20px 0 15px 8px;
	background: white url('../images/redBorder1x5.gif') repeat-x bottom left;
}

#strapline {
	position: absolute;
	width: 350px;
	height: 52px;
	left: 539px;
	top: 27px;
}

#mainContent {
	background: #073f2c url('../images/menuBG241x1.gif') repeat-y top left;
}

#greenBody {
	background: transparent url('../images/largeBG1300x487.gif') no-repeat top left;
}

#compression, #footCompression {
	width: 900px;
}



#footBar {
	padding: 20px 0 20px 0;
	background: white url('../images/redBorder1x5.gif') repeat-x top left;
}

#addressDetails {
	font-family: 'arial', 'helvetica', 'verdana', 'sans-serif';
	padding: 0 0 0 10px;
	font-size: 8pt;
	color: #073f2c;
	float: left;
	width: 631px;
}

#quickabout {
	width: 611px;
	color: white;
	text-align: justify;
	font-family: 'arial', 'helvetica', 'verdana', 'sans-serif';
	padding: 10px 0 10px 0px;
	margin: 0 0 0  278px;
	border-top: 1px solid white;
	font-size: 7pt;
}

#footlinks {
	clear: left;
	text-align: left;
	width: 890px;
	color: white;
	padding: 2px 0 10px 278px;
}

#footlinks a {
	font-size: 8pt;
}
#footlinks span.spacer {
	color: white;
	font-size: 8pt;
}

#pageContent {
	padding: 10px 0 0 253px;
}

#pageTitle h1 {
	padding: 0;
	margin: 0;
}

#pageText {
	float: left;
	width: 394px;
	padding: 0px 15px 0 25px;
	text-align: left;
}

div.larger {
	width: 588px !important;
	padding-right: 30px;
}

#mainImage {
	float: left;
}

#rightImage {
	float: left;
}



/* specific boxed areas */
/* main menu classes */


#mainMenu {
	width: 241px;
	border-top: 2px solid #073f2c;
	float: left;
}

#mainMenu div.topLevelMenuItem {
	width: 241px;
	border-bottom: 1px solid #073f2c;
	text-align: right;
}

#mainMenu div.topLevelMenuItem a {
	display: block;
	padding: 0 20px 0 0;
}

#mainMenu a:hover {
	background: transparent url('../images/hover5x28.gif') repeat-y top right;	
}

#mainMenu a:hover {
	background: transparent url('../images/hover5x28.gif') repeat-y top right;	
}

#mainMenu a.selected {
	background: transparent url('../images/presentlySelected5x28.gif') repeat-y top right;	
}

#mainMenu div.topLevelMenuItem div.secondLevelMenuItem {
	width: 241px;
	border-top: 1px solid #073f2c;
	text-align: right;
	background: #396556;
}

#mainMenu div.topLevelMenuItem div.secondLevelMenuItem a {
	display: block;
	padding: 3px 20px 3px 0;
	color: white;
	font-size: 9pt;
	text-decoration: none;
}

#mainMenu span.spacer {
	display: none;
	visibility: hidden;
}

/* main menu classes */

p {
	margin: 0 0 10px 0;
}

#before {
	width: 186px;
	padding: 0 4px 0 0;
	float: left;
	font-weight: bold;
	font-size: 2em;
	text-align: center;
}


#after {
	width: 186px;
	padding: 0 0 0 4px;
	float: left;
	font-weight: bold;
	font-size: 2em;
	text-align: center;

}