    /* <!-- */
	/* General styles */
	@import url("menu.css");
body {
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:980px;
	background-color:#375634;
	background-image: url('images/gradient.jpg');
	background-repeat:repeat-x;
	min-width:600px;    /* Minimum width of layout - remove line if not required */
	/* The min-width property does not work in old versions of Internet Explorer */
		font-size:90%;
	font-family: Arial, Verdana, Tahoma;
	color: #333333;
	text-align:center; /* for IE */
	margin:0 auto; /* for the rest */
	margin-top: 15px;
}
#wrapper {
	margin: 0;
	padding: 10px 0px 0px 0px;
	border: 1px solid #C0C0C0;
	background: #fff;
	width: 980px;
}
div#wrapper {
	text-align:center; /* for IE */
	margin:0 auto; /* for the rest */
}
#inner {
	width: 950px;
}
div#inner {
	text-align:center; /* for IE */
	margin:0 auto; /* for the rest */
}
div#all {
	text-align: left;
}
#menu {
	float: right;
	text-align: right;
}
a {
	color:#369;
}
a:hover {
	text-decoration:underline;
}
li {
	list-style: url('images/bullet.gif');
}
h1, h2, h3 {
	margin:.2em .2em .8em .2em;
	padding:0;
	font-weight: normal;
	font-family: Verdana, Arial, Tahoma;
}
h2 {
	color: #AC9259; /*#8C7646;*/
	font-size: 14px;
}
h3 {
	color:#466C42;
	font-size: 13px;
}
img {
	margin:0px 0 5px;
}
p {
	margin:.4em 0 .8em 0;
	padding:5px;
	text-align:justify;
}
p img {
	border: 1px solid #BEAA7E;
}
td {
	font-size: 12px;
}
td a img {
	border: 1px solid #BEAA7E;
}
INPUT, TEXTAREA {
	border: #C1C1A4 1px solid;
}
.trans {
	cellpadding:5px;
	text-align: left;
}
.trans tr {
	background-color: #ffffff;
	text-align: left;
}
.trans tr td {
	border-bottom: 1px solid #BEAA7E;
	text-align: left;
	cellpadding: 5px;
}
.trans tr td p {
	text-align: left;
	cellpadding: 5px;
	font-size: 10pt;
}
.trans tr.transhead td {
	background-color: #F1ECE2;
	text-align: left;
}
.trans tr.coloredrow td {
	background-color: #DEDEBE;
	color: #000000;
	cellpadding: 5px;
	text-align: left;
}
.trans tr.coloredrow td p {
	cellpadding: 5px;
	text-align: left;
}
.trans tr.coloredrow td p.clientname {
	font-weight: bold;
	text-align: left;
}
.trans tr td p.clientname {
	font-weight: bold;
	font-size: 10pt;
}
.clearboth {
	clear: both;
}
.SubHead {
	color: #333333;
}
.NormalRed {
	color: #993300;
}
#breadcrumb {
	clear:both;
	margin:0;
	padding:6px 6px !important;
	text-align:left;
	font-size: 10px;
}
.hometable a:link {
	color:#466C42;
}
.himages {
	background: #BEAA7E;
	border: 1px solid #BEAA7E;
	width: 950px;
	height: 200px;
}
.himages img {
	border: 0;
}
.images {
	background: #BEAA7E;
	border: 1px solid #BEAA7E;
	width: 950px;
	height: 200px;
}
.images p {
	margin:0;
	padding:0;
}
.images img {
	margin:0;
	padding:0;
}
/* bottom styles */
    .links {
	clear:both;
	float:left;
	width:100%;
	background:#fff;
	padding: 0;
	margin: 0;
}
.links a:link, .links a:visited, .links a:active {
	color: #2D452A;
	font-weight: normal;
	font-size: 13px;
	background: transparent;
}
.links a:hover {
	text-decoration:underline;
}
.StandardButton {
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	background: #2D452A;
	color: #ffffff;
	font-weight: bold;
	border: 1px solid #BEAA7E;
	font-size: 12px;
}
:link.StandardButton, :active.StandardButton, :visited.StandardButton {
	color: #ffffff;
}
:hover.StandardButton {
	background: #BEAA7E;
	color: #ffffff;
	text-decoration: none;
}
/* Header styles */
    #header {
	clear:both;
	float:left;
	width:100%;
	background:#fff;
}
#header p {
	margin: 0;
	padding: 0;
}
#header img {
	margin: 0;
	padding: 0;
}
#header h1,  #header h2 {
	padding: 15px;
	margin:0;
}
/* 'widths' sub menu */
	.layoutdims {
	clear:both;
	background:#73A874;
	border-top:0px solid #BEAA7E;
	margin:0;
	padding:0px; /* 0px !important;*/
	text-align:right;
}
/* column container */
	.colgroup {
	position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	float:left;
	width:950px;				/* width of whole page */
	background:#fff;
}
.leftpane {
	width: 232px;
	border: 1px solid #BEAA7E;
	padding: 3px;
	padding-left: 0px;
	padding-bottom: 0px;
}
.contentpane {
	width: 232px;
	border: 1px solid #BEAA7E;
	padding: 3px;
	padding-bottom: 0px;
}
.middlepane {
	width: 232px;
	border: 1px solid #BEAA7E;
	padding: 3px;
	padding-bottom: 0px;
}
.rightpane {
	width: 232px;
	border: 1px solid #BEAA7E;
	padding: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
}
/* Footer styles */
	#footerwrapper {
	margin: 0;
	width: 980px;
}
div#footerwrapper {
	text-align:center; /* for IE */
	margin:0 auto; /* for the rest */
}
#footer {
	clear:both;
	width:980px;
	color: #C1C1A4;
	font-size: 10px;
}
div#footer {
	width:980px;
	text-align:center; /* for IE */
	margin:0 auto; /* for the rest */
}
#footer p {
	padding:5px 0px 5px 0px;
	margin:0;
	font-size: 10px;
}
#footer .footerright {
	float: right;
}
#footer .footerleft {
	float: left;
}
#footer a {
	color: #C1C1A4;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
	padding: 0;
	background-color: transparent;
}
    /* --> */
    </style>
<!--
[if lt IE 7]>  <style media="screen" type="text/css">  .col1 {
 width:100%;
}
 </style>  <![endif]
-->
	/*NEW*/
#header h1, #header h2 {
 padding: 15px;
 margin:0;
 margin-top:6px;
 margin-bottom:-4px;
}
/*Not seen bt IE*/
html>body #header h1, #header h2 {
	padding: 15px;
	margin:0;
	margin-top:28px;
	margin-bottom:3px;
}
