* {
	margin: 0px;
	padding: 0px;
	}

body {
	font-family: 'Century Gothic', Verdana, Arial, sans-serif;
	color: #000000;
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-align: center;
	}
p {
	margin-top: 0em;
	margin-bottom: 0.7em;
	text-align: left;
	}

h2 {
	font-weight: bold;
	font-size: 1.4em;
	letter-spacing: 0.1em;
	padding: 0.5em 0.5em 1em 0em;
	color: black;
	text-align: center;
	}
h3 {
	font-style: italic;
	font-weight: bold;
	font-size: 1.2em;
	letter-spacing: 0em;
	padding: 0.5em 0em 0em 0em;
	color: black;
	}

a:link {
/*	text-decoration: none;
	border-bottom: 2px dotted;	*/
	text-decoration: underline;
	color: black;
	background: transparent;
	}
a:visited {
/*	text-decoration: none;
	border-bottom: 2px dotted;	*/
	text-decoration: underline;
	color: black;
	background: transparent;
	}
a:hover, a:active, a:focus {
	text-decoration: underline;
	border: none;
	color: black;
	background: #CCFFFF;
	}

table {
	border-collapse: collapse;
	}

/*****************
* generic
******************/

.nofrills:link, .nofrills:visited {
	text-decoration: none;
	border: none;
	color: #000000;
	}
.nofrills:hover, .nofrills:active, .nofrills:focus {
	text-decoration: underline;
	border: none;
	color: maroon;
	}

.tcm {
	font-weight: bold;
	font-variant: small-caps;
	letter-spacing: 0.15em;
	white-space: nowrap;
	}
.head {
	margin: 0em;
	padding: 0.5em 0em 0em 1em;
	font-weight: bold;
	}
.row {
	margin: 0em;
	padding: 0em 0em 0em 2em;
	font-weight: normal;
	}
.more-top {
	padding-top: 1em;
	}

.white {
	color: white;
	font-weight: bold;
	}

.nowrap {
	white-space: nowrap;
	}
.small-print {
	font-size: 0.8em;
    }

/*****************
* something to wrap everything else in (and still have room to move)
******************/
#margin	{
	position: relative;
	margin: 10px auto 0 auto;
	width: 750px;
	}
.access {
	display: none;
	}

/* padding: top right bottom left */
/*****************
* banner stuff
******************/
#banner {
	position: relative;
	width: 750px;
	height: 140px;
	margin: auto;
	text-align: center;
	}
#band {
	position: absolute;
	top: 0px;
	left: 0px;
	background: #006600;
	width: 750px;
	height: 20px;
	}
#back-image {
	position: absolute;
	top: 25px;
	left: 0px;
	background: #003300 url(../images/dark-banner-001.jpg) no-repeat;
	width: 750px;
	height: 110px;
	}
#back-trans {
	position: absolute;
	top: 20px;
	left: 0px;
	background: transparent url(../images/pirate-arrow2.gif) no-repeat;
	width: 750px;
	height: 110px;
	}
#banner-link {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:99;
	}
#banner-link img {
	border: none;
	width: 750px;
	height: 140px;
	}
#banner-link a {
	text-decoration: none;
	color: black;
	border: none;
	background: transparent;
	}

#banner-text {
	color: white;
	position: absolute;
	top: 40px;
	left: 0px;
	width: 750px;
	}

#banner-text h1 {
	font-variant: small-caps;
	font-weight: bolder;
	font-size: 2.3em;
	letter-spacing: 0.1em;
	text-align: center;
	}

#banner-text p {
	font-size: 1em;
	letter-spacing: 0.1em;
	text-align: center;
	font-weight: bold;
	}




#menu {
	background: #006600;
	padding: 0.7em;
	text-align: left;
	}

/*****************
* main containing box
******************/
#main {
	background: #FFFFFF;
	text-align: left;
	}
#main td {
	vertical-align: top;
	}

/*****************
* left side block
*****************/
#ledger {
	background: #CCFFCC url('../images/ledger002.jpg') repeat-x top left;
	text-align: center;
	width: 130px;
	padding: 0 15px 0 15px;
	}
#ledger h3 {
	text-align: center;
	font-size: 1em;
	padding-top: 2.5em;
	margin: 0em;
	}
/*****************
* most text is in here
******************/

/* padding: top right bottom left */
#bodyText {
	background: #FFFFFF; /* url(../images/ferry-wash-pirate.jpg) bottom right no-repeat;*/
	padding: 1em 1em 3em 2em;
	}

/*****************
* site specific footer
******************/

#footer {
	position: relative;
	background: #CCFFCC;
/*	height: 2.8em;	*/
	padding-left: 10px;
	}
#footer img {
/*	height: 35px;	*/
	padding: 10px 20px 10px 20px;
	border: none;
}
#footer-left {
	position: relative;
	top: 0;
	left: 0;
	text-align: left;
	font-size: 0.8em;
	}

#footer-right {
	position: absolute;
	top: 15px;
	right: 10px;
	float: right;
/*	padding: 1.5em;	*/
	text-align: right;
	font-size: 0.8em;
	}

/*****************
* bpresent footer
******************/

#host-footer {
	text-align: center;
	font-size: 0.7em;
	padding: 5px 10px 5px 0px;
	}
#host-footer a:link, #host-footer a:visited {
	text-decoration: none;
	border: none;
	}
#host-footer a:hover, #host-footer a:active, #host-footer a:focus {
	text-decoration: underline;
	border: none;
	}