body {
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	margin-top: 0px;
	text-align: center;
	background-image: url(images/sand.gif);
}

div, p, th, td, li, dd {
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-align: left;
}

p {
	text-align: justify;
	margin: 0;
}

h1 {
	font-family: arial, helvetica, sans-serif;
	font-size: 20px;
	color: #639DB5;
	text-align: center;
	margin: 0 0 10px 0;
}

table.rates {
	background-color: #E5F0F5;
	border: solid #375055 1px;
	text-align: center;
	width: 80%;
	border-collapse: collapse;
}

table.rates td {
	background-color: #E5F0F5;
	padding: 8px;
	border: solid #375055 1px;
}

caption {
	font-weight: bold;
	text-align: center;
	margin-bottom: 6px;
}

a {
	color: #4889A4;
	text-decoration: none;
	font-weight: bold;
}

img {
	border: 0;
}

.footer {
	font-size: 10px;
	color: #444444;
	text-align: center;
}

.footer a {
	color: #667F8A;
}

label {
	display: block;
	float: left;
	width: 174px;
	text-align: right;
	margin: 2px 4px 0 0;
}

input {
	border-top: 1px solid #375055;
	border-right: 1px solid #718B8F;
	border-bottom: 1px solid #81AAB3;
	border-left: 1px solid #56676A;
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	padding-left: 3px;
	background: #D8E5E8 url('images/shadow.gif') repeat-x;
	margin-bottom: 6px;
}

.textbox {
	width: 340px;
	height: 132px;
	border-top: 1px solid #375055;
	border-right: 1px solid #718B8F;
	border-bottom: 1px solid #81AAB3;
	border-left: 1px solid #56676A;
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-left: 3px;
	padding-top: 1px;
	background: #D8E5E8 url('images/shadow.gif') repeat-x;
}

.sbutton {
	padding-bottom: 1px;
	width: 58px;
	height: 20px;
	border-top: 1px solid #81AAB3;
	border-right: 1px solid #56676A;
	border-bottom: 1px solid #375055;
	border-left: 1px solid #718B8F;
	background: #D8E5E8 url('images/buttonshadow.gif');
	margin: 6px 0 12px 178px;
}
.comment {
	font-size: 10px;
	color: gray;
	text-align: center;
	margin-top: 4px;
}

.indent {
	margin: 12px 0 12px 36px;
	text-align: left;
}

#wrapper {
	width: 824px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: #FFFFFF;
	margin-top: 6px;
}

#main {
	background-color: #FFFFFF;
	padding: 6px 40px 6px 40px;
	border: 6px solid #82AEC0;
	clear: both;
	overflow: hidden;
}

#nav {
	width: 174px;
	float: left;
	text-align: center;
	margin-top: 4px;
	position: relative;
}

#navholder {
	height: 130px;
}


#content {
	float: right;
	position: relative;
	width: 538px;
}

#leftcol {
	width: 50%;
	float: left;
	text-align: left;
}

#header {
	text-align: center;
}

#rightcol {
	width: 50%;
	float: right;
	text-align: left;
}

#column1 {
	width: 174px;
	float: left;
	text-align: center;
}

#column2 {
	width: 384px;
	float: left;
	text-align: center;
}

#column3 {
	width: 174px;
	float: right;
	text-align: center;
	clear: right;
}

.menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-weight: normal;
	font-size: 12px;
	color: #000000;
	width: 172px; /* Main Menu Item widths */
	border: 1px solid #82AEC0;
}
 
.menu ul li {
	position: relative;
}

/* Top level menu links style */
.menu ul li a {
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	color: #000000;
	text-decoration: none;
	height: 15px;
	padding: 6px 0px 6px 10px;
	margin: 4px;
	font-weight: normal;
	font-size: 12px;
}

.menu ul li a:link,
.menu ul li a:visited,
.menu ul li a:active {
	background-color: #82AEC0;
	color: #000000;
}

.menu ul li a:visited {
	color: #000000;
}

.menu ul li a:hover {
	background-color: #AFCAD7;
}

/*Sub-level menu items */
.menu ul li ul {
	position: absolute;
	width: 82px;
	top: 0;
	border: none;
	visibility: hidden;
	margin-top: -19px;
}

.menu a.subfolderstyle{
	background: url(images/arrow_r.gif) no-repeat 97% 50%;
}
 
/* Holly Hack for IE \*/
* html .menu ul li { float: left; height: 1%; }
* html .menu ul li a { height: 1%; }
/* End */
