body {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#wrapper {
	margin: 0px;
	padding: 0px;
}

/*  styled divs and table */
#header {
	background: #EFEAD9;
	margin: 0px;
	padding: 0px;
}
#inner {
	background: #004c66 url(images/mint.gif) repeat-x;
	border-top: #ffffff 10px solid;
	margin: 0px;
}
#split {
	border-right: #FFFFFF 3px solid;
}
#split td.menucol {
	background: #b9d094;
}
#split td.shell {
	background: #F5F0E7 url(images/shell.jpg) no-repeat;
}
#split td.main {
	background: #F5F0E7;
}
#pics {
	background: #FFFFFF;
}
#content {
	width: 530px;
	margin: 20px 10px 0px 10px;
}
#footer {
	width: 530px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
	border-top: #999966 1px solid;
}

/*  menu and links */
a {
	color: #639078;
	text-decoration: underline;
}
#footer a {
	color: #999966;
	text-decoration: underline;
}
ul#menu {
	width: 145px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
ul#menu li {
	margin: 0px;
	padding: 0px;
	display: block;
}
ul#menu li a {
	background: #b9d094;
	width: 145px;
	display: block;
	padding: 10px 0px 10px 20px;
	border-bottom: 2px solid #FFFFEE;
	color: #FFFFEE;
	font-family: "Lucida", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}
ul#menu li a:hover, ul#menu li.on a {
	background: #9fba73;
}

	/*  text */

p, li {
	color: #999966;
	font-size: 12px;
}
p.small {
	font-size: 10px;
}
p.clear {
	clear: left;
	padding-top: 8px;
}
h1, h2, h3 {
	color: #639078;
	font-size: 14px;
}
.times {
	font-family: "Times New Roman", Times, serif;
}
p.smtimes {
	font-size: 10px;
	font-family: "Times New Roman", Times, serif;
}
#footer p {
	margin: 0px;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.rates {
	width: 100%;
	margin: 0px;
	color: #999966;
	font-size: 12px;
	border: 1px solid #999966;
	border-left: none;
}
.rates th {
	text-align: left;
	padding: 2px;
	color: #639078;
	font-size: 12px;
	border-left: 1px solid #999966;
}
.rates td {
	padding: 2px;
	border-top: 1px solid #999966;
	border-left: 1px solid #999966;
}

/*  images and forms */
#header img {
	/* margin: 0px 0px 0px 20px; */
	margin: 0px 0px 0px 65px;
	border: 0px;
}
img.gyrotm {
	float: left;
	padding: 0px 10px 10px 0px;
}
img.inst {
	float: left;
	padding-right: 5px;
}
input, textarea {
	border: 1px solid #A5C4BC;
}
p.error {
	padding-left: 25px;
	color: #FF0000;
	font-size: 12px;
	font-weight: bold;
}