BODY{
  font-family : Verdana, Arial, Helvetica, sans-serif, "MS sans serif"; 
  background-color: #FFFFFF;
  margin:0px;
  color: #499033;
}

#header {
  width: 100%;
	background-color: #FFFFFF;
	margin:0px;
	margin-bottom:-1px;
	padding:0px;
/*	height: 167px;*/
}

#headertop {
  background: url("graphics/topstrip.gif") no-repeat;
}

#headermiddle {
	margin-top:10px;
	margin-bottom:10px;
	margin-left:20px;
  background: url("graphics/foot-lite_logo.gif") no-repeat;
}

#headerbottom {
  background: url("graphics/bottomstrip.gif") no-repeat;
}

#main {
  margin:0px;
	padding:10px;
	background-color: #D9DBDD;
	width:100%;
  font-size: normal;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  text-align: left;
}

#deliverables {
/*  width:100%;*/
	color: #000000;
	border-spacing: 0px;
	table-layout: fixed;
	empty-cells:show;
	padding:0px;
}

.paddedcells-logo {
  padding-top: 25px;
  padding-right: 25px;
	width: 200px;
}

.paddedcells-text {
  padding-top: 25px;
  padding-right: 25px;
	width: 400px;
	font-size: smaller;
}

.menu {
	float: left;
	width: 200px;
}

.menutitle {
  color: #499033;
  font-weight: bold;
  padding_top: 1px; 
  padding_bottom: 1px; 
}

.maincentre{
  float: left;
	overflow: auto;
/*		width:800px;*/
}

.mainright{
	float: right;
  width: 200px;
}

.maintitle {
  color: #499033;
	font-size:large;
	font-weight: bold;
}

.mainsubtitle {
  color: #499033;
	font-size:normal;
	font-weight: bold;
	padding-top:10px;
}

.mainbody {
  color: #000000;
  font-size: smaller;
	text-align: justify;
}

.indent {
  padding-left:25px;
}

.mainbodyindent {
  color: #000000;
  font-size: smaller;
	text-align: justify;
  padding-left:25px;
}

.green {
  color:#499033;
}

.greenindent {
  color:#499033;
  padding-left:25px;
}

.floattopleft {
  float:left;
  margin-right: 25px;
  margin-bottom: 25px;
}
	
.floattopright {
  float:right;
  margin-left: 25px;
  margin-bottom: 25px;
}
	
.floatbottomright {
  float:right;
  margin-left: 25px;
  margin-top: 25px;
  margin-bottom: 25px;
}
	
A.menus:link {
  color: #AAAAAA;
	text-decoration:none;
}

A.menus:visited {
  color: #AAAAAA;
	text-decoration:none;
}

A.menus:active {
  color: #499033;
	text-decoration:none;
}

A.menus:hover {
  color: #499033;
	text-decoration:none;
}

A.rhs:link {
  color: #000000;
	text-decoration:underline;
}

A.rhs:visited {
  color: #000000;
	text-decoration:underline;
}

A.rhs:active {
  color: #888888;
	text-decoration:underline;
}

A.rhs:hover {
  color: #888888;
	text-decoration:underline;
}
