/* GENERAL LINKS */

a:link {
	color: #00665B;
	text-decoration: none;
}
a:visited {
	color: #00665B;
	text-decoration: none;
}
a:hover {
	color: #00665B;
	text-decoration: underline;
}


body {
	margin: 0px;
	padding: 0px;
	border-top: 12px solid #00665B;
	border-bottom: 16px solid #cc9933;
	background-color: #FFFFFF;
}
.main {
	margin: 0px;
	padding: 0px;
	width: 800px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.home {
	width: 550px;
	background-image:url(images/bkgd_sky.jpg);
	background-repeat: no-repeat;
	padding: 40px 0px 30px 50px;
    border-left: 2px solid #00665B;
	vertical-align: top;
}
.sub {
	width: 550px;
	background-image:url(images/bkgd_sky.jpg);
	background-repeat: no-repeat;
	padding: 40px 0px 30px 50px;
    border-left: 2px solid #00665B;
	vertical-align: top;
}
.topline {
	border-top: 8px solid #CC9933;
}
.tagline {
	width: 600px;
	border-top: 4px solid #EBD8B0;
	padding: 20px 0px 10px 0px;
}
.nav {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
    border-bottom: 1px solid #EBD8B0;
}
.leftcol {
	width: 200px;
	height: 140px;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	vertical-align: top;
}
.centercol {
	width: 600px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
    border-left: 2px solid #00665B;
	vertical-align: top;
}
.caption {
	width: 200px;
	padding: 20px 0px 0px 0px;
    border-left: 1px solid #EBD8B0;
	font-size: 10px;
	line-height: 18px;
	vertical-align: top;
	float:right;
}
.captionsub {
	width: 180px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 20px;
    border-left: 1px solid #EBD8B0;
	font-size: 10px;
	vertical-align: top;
	float:right;
}
.contact {
	width: 180px;
	padding: 10px 0px 0px 0px;
	font-size: 10px;
	line-height: 16px;
	color: #999999;
	vertical-align: top;
	text-align: left;
}
.footer {
	border-top: 1px solid #EBD8B0;
	border-right: 1px solid #EBD8B0;
    border-left: 2px solid #00665B;
	font-size: 9px;
	color: #999999;
	padding: 10px 0px 10px 10px;
	font-weight: normal;
}
.footerleft {
	background-color: #FFCC66;
}

.intro {
	font-family: Georgia, Times, Times New Roman, serif;
	font-style:italic;
	color: #666666;
	font-size: 18px;
	line-height: 30px;
	font-weight: normal;
}
.head {
	font-family: Georgia, Times, Times New Roman, serif;
	color: #666666;
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
}
.subhead {
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
}
.list {
	line-height: 16px;
}
.small {
	font-size: 10px;
	line-height: 14px;
}
.white {
	color: #ffffff;
}
