html { min-height: 100%; margin-bottom: 1px; }body {	background: url('../images/banner.gif') repeat-x 0 0;	font: 12px Arial, Helvetica, sans-serif;	margin: 0;	padding: 0;}input {	font: 12px Arial, Helvetica, sans-serif;}.giDescription {	font: bold 12px Arial, Helvetica, sans-serif;}a:link, a:visited, a:hover {	color: #006633;	text-decoration: none;}h1 {font-size: 18px; color: #006633;}h2 {font-size: 16px; color: #006633;}h3 {font-size: 12px;}img {	border: 0;	margin: 0;	padding: 0;}img#logo {		float: left;	width: 303px;	height: 56px;}#contactform {	padding-left: 20px;	padding-bottom: 10px;}#header {	width: 960px;		height: 60px;	padding: 0;	margin: 0;	clear: both;}#wrapper {	position: relative;	width: 960px;	margin-left: auto;	margin-right: auto;	padding: 0px;}#wrapper-bottom {	position: relative;	width: 960px;	margin-left: auto;	margin-right: auto;	padding: 0px ;	clear: both;}/*************************//*       TOP MENU        *//*************************/div#topmenu {		float: right;	width: 600px;	height: 30px;	border: 0;	text-align: right;}div#topmenu ul {	line-height: 30px;	margin: 0;	padding: 0;	white-space: nowrap;}div#topmenu ul li {	display: inline;	list-style: none;}div#topmenu ul li a {	color: #FFF;	margin: 0;	padding: 0 30px 0 5px;}/

*************************//*   HORIZONTAL MENU     *//*************************/div#horiz-menu {	width: 100%;	height: 28px;	background-color: #000;}div#horiz-menu ul {	line-height: 28px;	margin: 0;	padding: 0;	white-space: nowrap;}div#horiz-menu ul li {	display: inline;	list-style: none;}div#horiz-menu ul li a {	color: #FFF;	margin: 0;	padding: 0 50px 0 0;}

/*************************//*       LEFT MENU       *//*************************/
#vert-menu {		
position: relative;
top: 20px;
float: left;
width: 320px; margin-bottom: 25px;}
div#vert-menu ul {	padding: 0;	margin: 0;	list-style: none;	width: 320px;	background-color: #FFF; /* MUST be included for IE to work properly! */}
div#vert-menu ul li {	border-bottom: 2px solid #ededed;	margin: 0px;}
div#vert-menu ul li a {	display: block;	width: 320px;	padding: 1px 0;	color: #000;}
div#vert-menu ul li a:hover {	background-color: #ededed;}

/*************************//*        CONTENT        *//************************/
#content-narrow {	float: right;	width: 604px;	padding-top: 16px;  padding-bottom:30px;}
#content-wide {	float: right;	width: 100%;	padding-top: 16px;}

/*************************//*       HIGHLIGHT       *//*************************/
#highlight0 {	display: block;	clear: both;	width: 960px;	margin-left: auto;	margin-right: auto;	margin: 10px 0;	background-color: #ededed;}#highlight0 p {	font-weight: bold;}
#highlight1,#highlight2,#highlight3,#highlight4 {	float: left;	width: 238px;	height: 200px;	border: 0;	margin-top: 5px;	text-align: center;}
#highlight1-caption,#highlight2-caption,#highlight3-caption,#highlight4-caption {	float: left;	width: 238px;	height: 20px;	border: 0;	margin: 10px 0 10px 0;	text-align: center;}

/*************************//*        FOOTER         *//*************************/#footer {	display: block;	clear: both;	width: 960px;	margin-left: auto;	margin-right: auto;	line-height: 40px;	margin-top: 20px;	text-align: center;	border-top: 1px solid #ededed;	border-bottom: 1px solid #ededed;}	#footer .copyright {		float: left;		text-align: left;		}		#footer .date {		float: right;		text-align: right;		}

.clearme{
    padding:0px;
    margin:0px;
    clear:both;
}
