body {
	background: #CACACA;
	margin: 0px;
	padding: 0px;
	font: normal 0.9em/1.1em Arial, Helvetica, sans-serif;
	color: #333;
}
h1 {
	color: #CC3300;
	font-size: 1.5em;
	letter-spacing: 0.1em;
}
h2 {
	font-size: 1.2em;
	color: #CC3300;
	margin: 10px 0px 5px;
}
h2 a {
	color: #CC3300;
	text-decoration: none;
}
h2 a:hover {
	color: #333399;
}
h3 {
	font-size: 1.1em;
	line-height: 1.1em;
	margin: 0px;
	color: #333399;
}
h3 a {
	font-weight: normal;
	color: #333399;
	text-decoration: underline;
}
h4 {
	font-size: 0.9em;
	line-height: 1.2em;
	font-weight: normal;
	color: #3333FF;
	text-align: center;
	clear: both;
	padding-top: 15px;
}
h4 a {
	color: #3366CC;
	text-decoration: none;
}
h4 a:hover {
	text-decoration: underline;
	color: #3366CC;
}
a {
	color: #333399;
	text-decoration: underline;
}
a:hover {
	color: #CC3300;
	text-decoration: none;
}
#container {
	background: #fff;
	margin: 0px auto;
	width: 780px;
	position: relative;
}
#banner {
	background: url(images/haleakala.jpg) no-repeat;
	width: 780px;
	height: 90px;
	border-bottom: 1px solid #fff;
}
#contenthome {
	margin: 15px 15px 0px;
}
#content {
	width: 595px;
	border-right: 1px dashed #333399;
	margin-top: 15px;
}
#content p, #content h1, #content h2, #content h3 {
	padding-right: 10px;
	padding-left: 10px;
}
#topnav {
	width: 773px;
	border-top: 2px solid #666666;
	font-size: 1.1em;
	line-height: 1.8em;
	padding: 1px 3px 0px 4px;
}
#topnav a {
	color: #333399;
	text-decoration: none;
	background: #ECE9D8;
	padding: 5px 17px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
}
#topnav a:hover {
	color: #CC3300;
	text-decoration: underline;
}
#right {
	float: right;
	width: 180px;
	margin-top: 0px;
}
#rightnav {
	margin: 15px 0px 0px;
	padding: 0px;
}
#rightnav a {	
	color: #CC3300;
	text-decoration: none;
	font-weight: bold;
}
#rightnav a:hover {
	text-decoration: underline;
}
#rightnav ul {
	display: none;
	padding: 0px;
	margin: 0px 0px 0px 10px;
}
#rightnav li {
	list-style-type: none;	
}
#rightnav ul li a {
	color: #333399;
	font-weight: normal;
	font-size: 0.7em;
}
#rightnav ul li a:hover {
	text-decoration: underline;
}
#rightnav .activeMenuLink {	
	color: #009933;
}
#window {
	margin: 0px auto;
	position: relative;
	width: 600px;
	background: #fff;
}
#window p {
	margin: 10px;
}
#brand {
	background: url(images/window_banner.jpg) no-repeat;
	height: 69px;
	width: 600px;
}
.box1 {
	background: #FFCC00;
	text-align: center;
	color: #CC3300;
	font: bold 1em/1.3em Arial, Helvetica, sans-serif;
}
.box1 a {
	color: #CC3300;
	text-decoration: none;
}
.box1 a:hover {
	color: #333399;
	text-decoration: none;
}
#box2 {
	background: #ECE9D8;
	border: 1px solid #595959;
}
#box2 ul {
	list-style: url(none) none;
	margin: 0px;
	padding: 0px;
}
#box2 ul li a {
	padding-left: 75px;
	padding-bottom: 2px;
}
.imgleft {
	float: left;
}
.imgright {
	float: right;
	margin-left: 10px;
}
.copy {
	font-size: 0.8em;
	text-align: center;
	margin-bottom: 0px;
}
/* Styles used in the store */
.getbg {
}
#storecontent {
	width: 580px;
}
.store {
	font-size: 13px;
	line-height: 16px;
}
.small {
	font-size: 0.9em;
	line-height: 1.1em;
}
.storeform {
	font-size: 13px;
	line-height: 16px;
	margin-top: 20px;
	border: 1px solid #666;
	background: #F0F0F0;
}
.storehead {
	color: #CC3300;
	font: bold 14px/16px Arial, Helvetica, sans-serif;
}
/* Styles used for the cart and admin sections */
.cartform {
	border: 1px solid #999;
	background: #F0EFEE;
}
.carthead {
	color: #333;
	font: bold 14px/16px Arial, Helvetica, sans-serif;
}
.formhead {
	color: #333;
	font: bold 14px/16px Arial, Helvetica, sans-serif;
	border: 1px solid #999;
	background: #ECE9D8;
}
.formfield {
	background: #FDFDFD;
}
.required {
	color: #FF3300;
}
input:focus, textarea:focus {
	background: #ECE9D8;
}
.adminhead {
	color: #333;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 2em;
	padding-left: 20px;
}
.adminli {
	padding-left: 60px;
}
.adminsmall {
	font-size: 0.8em;
	color: #000;
}