* {
	margin:0;
	padding:0;
}
/* BEGIN DEMO STYLE */
body {
	color:#555;
	font-family: 'helvetica neue', sans-serif;
	font-size: 80%;
	line-height: 140%;
	background-color: #c6e9ff;
	background-image: url(images/bg_aqua.jpg);
	background-repeat: repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

#wrapper {
	width: 800px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.menuContainer {
	margin-top: 20px;
	margin-left: 20px;
	float: left;
	width: 110px;
}

.content {
	background-color: #FFFFFF;
	width: 800px;
}

.leftCol {
	float: left;
	width: 200px;
}

.leftCol p {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	margin: 15px;
}

.rightCol {
	float: right;
	width: 230px;
	padding: 20px;
}

.mainCol {
	margin-right: 280px;
	margin-left: 250px;
	padding: 20px;
}
.mainCol2 {
	margin-right: 15px;
	margin-left: 240px;
	padding: 20px;

}
.ratesTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.ratesTable td {
	padding: 4px;
	text-align: center;
}



.footer {
	margin: 0;
	background-color: #CCCCCC;
	width: 800px;
	clear: both;
	height: 100px;
}
.footerLeftCol {
	padding: 25px 10px 10px 20px;
	float: left;
}
.footerRightCol {
	padding: 20px 15px 10px 10px;
	float: right;
}
.bulletlist {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	list-style-position: outside;
	list-style-image: url(/images/mini_hybiscus.gif);
	text-align: left;
	list-style-type: square;
	line-height: 20px;
}
.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #666666;
}
.footerNormal {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	text-decoration: none;
}
.footerBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
}
.caption {
	font-family: Skia, verdana, arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-align: right;
}
.sidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	list-style-image: url(images/mini_hybiscus.gif);
	list-style-position: inside;
}
