/* CSS Document */
<STYLE type="text/css">
<!--  
body {
    margin:0;
    padding:0;
    border:0; 		   		/* This removes the border around the viewport in old versions of IE */
    width:100%;
    background:#fff;
    min-width:780px;    	/* Minimum width of layout - remove line if not required */
							/* The min-width property does not work in old versions of Internet Explorer */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
    }
#header {
	min-width:780px;
	left:0px;
	top:0px;
	width:100%;
	height:150px;
	background-image: url('images/hdr-bg.jpg');
	background-repeat: repeat-x;
	}
#hdrleft {
	position:absolute;
	left:0px;
	top:0px;
	width:400px;
	height:150px;
	background-image: url('images/hdr1-bg.jpg');
	}
#hdr-mid {
	position:absolute;
	left:400px;
	top:0px;
	height:150px;
	padding:100px 0 0 0;
	}
#hdrright {
	position:absolute;
	right:0px;
	top:0px;
	width:340px;
	height:150px;
	background-image: url('images/hdr2-bg.jpg');
	}
#logo {
	width:200px;
	height:130px;
	margin-left:15px;
	margin-top:10px;
	z-index:1;
	}

#dbar {
	min-width:780px;
	width:100%;
	height:10px;
	background-image: url('images/bar-10.jpg');
	background-repeat: repeat-x;
	}
#menubg {
	width:144;
	height:250;
	background-image: url('images/menu-bg.jpg');
	background-repeat: no-repeat;
	}
#menu {
	width:144;
	height:250;
	padding: 25px 15px;
	}
#head {	
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #004000;
	padding:20px 0 2px 0;
	}
#body {	
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #004000;
	padding: 5px 0 0 0
	}
#head1 {	
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	color: #004000;
	padding:10px 0 2px 0;
	}
#body1 {	
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #004000;
	}
#head2 {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 9pt;
	color: #905000;
	}
#body2 {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #002000;
	}
#mbar {
	min-width:780px;
	width:100%;
	background-color:#fff;
	padding:1px;
	}
#clear {
	clear:both;
	}
	
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
    width:100%;			/* width of whole page */
	overflow:hidden;	/* This chops off any overhanging divs */
	}
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;				/* width of page */
	position:relative;
	}
.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0 0 10px 0;		/* no left and right padding on columns, we just make them narrower instead only padding top and bottom is included here, make it whatever value you need */
	overflow:hidden;
	}
/* 3 Column settings */
.threecol {
	background:#fff;		/* right column background colour */
	}
.threecol .colmid {
	right:15%;				/* A width of the right column */
	background:#ffffff;		/* center column background colour */
	}
.threecol .colleft {
	right:65%;				/* B width of the middle column */
	background:#fff;		/* left column background colour */
	}
.threecol .col1 {
	width:63%;				/* C width of center column content (column width minus padding on either side) */
	left:101%;				/* D 100% plus left padding of center column */
	}
.threecol .col2 {
	width:18%;				/* E Width of left column content (column width minus padding on either side) */
	left:18%;				/* F width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}
.threecol .col3 {
	width:13%;				/* G Width of right column content (column width minus padding on either side) */
	left:85%;				/* H Please make note of the brackets here:
					(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	}

a.but:link {
	color: #004000; 
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	}
a.but:visited {
	color: #008000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	}
a.but:hover {
	color: #00F000;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	}
a.but:active {color: #008000; }
a.mbut:link {
	color: #002000; 
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	}
a.mbut:visited {
	color: #002000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	}
a.mbut:hover {
	width:140;
	height:40;
	color: #006000;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	}
a.mbut:active {color: #002000; }

#box-R {
	float:left;
	left:0;
	width: 104px;
	height:250px;
	}
#box-R1 {
	float:left;
	left:0;
	width: 104px;
	height:140px;
	padding:70px 0 0 0;
	}
#box-L {
	float:left;
	left:0;
	width: 30%;
	height:150px;
	padding:2px;
	margin:2px;
	border:5px ridge #99cc99;  
	}
#box-ad {
	float:left;
	left:0;
	width: 144px;
	height:144px;
	}
#box-RS {
	float:left;
	left:0;
	bottom: 10px;
	width: 140px;
	height:50px;
	padding: 20px 0 0 0;
	}
	
fieldset {
	width: 24em;
	border: 1px solid #004000;
	}
legend {
	color: #004000;
	background: #fff;
	padding: 2px 6px;
	}
label {
	width: 8em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
	color: #004000;
	}
input {
	color: #004000;
	background: #ffff99;
	border: 1px solid #004000;
	}
#form-hd {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: black;
	}
#form-bdy {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: black;
	}
#box-FL {
	float: left;
	width: 98%;
	}

	
-->