body {
	margin:0px;
	padding:20px 0 0 0;
	font: 1.0em verdana, arial, sans-serif;
	text-align:center;
	background-image: url(Images/stripe.jpg);
	background-repeat: repeat; /* makes background stripe graphic repeat */
	color:#677718 /* sets page text color */
}
* {margin:0; padding:0;} /* deletes default margins and padding */

div#mainwrap {width:800px; margin-left:auto; margin-right:auto;  text-align:left; background-color:#FFFFFF;}
div#header {width:800px;}
div#header img {border:none}

div#contentarea {width:800px; background-color:#FFF;
}

div#column1 {width:240px; background-color:#FFF; float:left;}
div#column1 li {color:#006633; text-decoration:none; margin: 0px 15px 0 90px; background-color:#FFFFFF; font-size:9px; text-transform:uppercase; font-weight:bold; letter-spacing:2px; list-style-type:none; line-height:17px
}

div#column2 {width:270px; background-color:#FFF; float:left;}
div#column2 p {font-size:11px; line-height:20px; margin:0px 1px;background-color:#FFFFFF; padding-right:8px}
p.quotation {font-size:9px; line-height:20px; font-style:italic}
div#column2 p span {font-size:9px}


div#column3 {width:260px; background-color:#FFF; float:left;}
div#column3 p {margin: 5px 60px 0 45px; background-color:#FFFFFF;  color:#98AF66; font-size:9px; line-height:12px; font-style:italic;}
div#column3 p span {margin:0px 1px; font-style:normal; font-size:11px; line-height:15px;  background-color:#FFFFFF; color:#677718}
div#column3 img {margin-left:28px; margin-top:10px
}

.ratesStyleHead {margin:5px 60px 0 25px; font-size:9px; font-style:normal; text-transform:uppercase; color:#98AF66}
div#column2 p.menuItem {font-size:10px; line-height:13px; margin:0px 10px;background-color:#FFFFFF; padding-right:8px}
div#column2 p.menuTitle {font-size:10px; text-transform:uppercase; line-height:10px; margin:0px 1px;background-color:#FFFFFF; padding-right:8px}

div#pictureCell {margin-top:30px; width:800px; height:150px; background-color:#FFF; text-align:center; padding-top:6px; font-size:11px;}
div#pictureCell img {padding-left:6px; padding-right:6px; border:0px}
div#pictureCell p {text-align:left; font-size:9px; margin-left:555px; font-style:italic; color:98AF66;}
div#pictureCell p.caption {color:#677718; font-style:normal}

div#footer {margin-top: 40px; width:800px; background-color:#D6DD97; text-align:center; padding-top:6px; padding-bottom:6px; font-size:8px; text-transform:uppercase; letter-spacing:2px;}

div#footerAccom {margin-top: 0px; width:800px; background-color:#D6DD97; text-align:center; padding-top:6px; padding-bottom:6px; font-size:8px; text-transform:uppercase; letter-spacing:2px;}

/* here follows the brillant "no-extra-markup" clearing method devised by Tony Aslett - www.csscreator.com */
/* simply add the clearfix class to any containter that must enclose floated elements */
/* read the details of how and why this works at http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: ".";              /* the period is placed on the page as the last thing before the div closes */
	display: block;          /* inline elements don't respond to the clear property */ 
    height: 0;                  /* ensure the period is not visible */
    clear: both;               /* make the container clear the period */
    visibility: hidden;	     /* further ensures the period is not visible */
}

.clearfix {display: inline-block;}   /* a fix for IE Mac */

/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */

a:link {
	text-decoration: none;
	color: #677718;
}
a:visited {
	text-decoration: none;
	color: #677718;
}
a:hover {
	text-decoration: underline;
	color: #677718;
}
a:active {
	text-decoration: none;
	color: #677718;
}

/* START OF THE FORM CSS */
div#formcontainer {width:250px; margin-left:0px;}

div#formcontainer div.clearfix {border: 0px; padding:10px 0px; vertical-align:top;} /* adds the line above each section and provides vertical spacing */
div#formcontainer form label {width:120px; font-size:11px;color:#677718; float:left;  margin:0px} /* this is the text label on the left of each input */
div#formcontainer input[type="submit"] {display:block; margin-left:150px; margin-right:10px;}
/* END OF THE FORMS CSS*/
