html {
	height: 100%;
	position: absolute;
}
body {
	background: #ac8b00 url("images/corner_decal.jpg") bottom left;
	color: black;
	border: 1px solid white;
	height: 100%;
	padding: 0 0 0 100px 0;
	margin: 0;
	font-size: 11px;
	font-family: arial,sans-serif;
}

BODY p#siteDescription {
	color: #ccc;
	font-size: 3em;
	width: 14em;
	margin: 0 0 0 60px;
}

BODY p{
	color: black;
	font-size: 1.3em;
	width: 35em;
	margin: 20px 0 10px 60px;
}

BODY h3 {
	font-size: 2em;
	color: #666;
	margin: 20px 0 10px 60px;
}

body h2 {
	margin: 20px 0 10px 60px;
}


BODY h5 {
	font-style: italic;
	font-size: 2em;
	color: #717b89;
	margin: 20px 0 10px 60px;
	width: 20em;
}

BODY ul {
	margin: 0 0 0 60px;
}

ul li {
	font-size: 1.5em;
	color: red;
}

a:link,a:visited {
	font-weight: bold;
	color: blue;
	text-decoration: none;
}

a:hover,a:visited:hover {
	color: #ffcc00;
	font-weight: bold;
	text-decoration: none;
	background: black;
}

div#cautionTapeWelcome {
	background: #ac8b00;
	margin: 0;
	padding: 0;
}

div#cautionTapeWelcome img{
	margin: 0;
	padding: 0;
}

div#cautionTapeWelcome h1{
	color: #645F25;
	font-size: 5em;
	letter-spacing: -4px;
	margin: 0;
	padding: 10px 0 8px 20px;
}

div#cautionTapeWelcome p{
	font-size: 2em;
	color: #989145;
	margin: 0;
	padding: 0 0 0 24px;
}

div#footer {
	padding: 10px 0 10px 10px;
	font-size: 1.5em;
	background: #ffcc00;
	border-bottom: 4px solid black;
}

td.rightcell {
	vertical-align: top;
	padding: 20px 0 20px 20px;
}

td.rightcell a h1,td.rightcell a:visited h1{
	color: black;
	font-size: 2.5em;
	background: #ffcc00;
	text-transform: uppercase;
}

td.rightcell a:hover h1{
	color: #ffcc00;
	font-size: 2.5em;
	background: black;
	width: 100%;
	text-transform: uppercase;
}

td.rightcell h3{
	color: #a75f11;
	font-size: 2em;
	margin: 0;
}

td.rightcell h2{
	color: #ffcc00;
	font-size: 4em;
	margin: 0 0 1em 0;
}

td.rightcell h1{
	color: black;
	font-size: 3em;
	margin: 0 0 1em 0;
	text-transform: uppercase;
}
div#mainframe {
	background: white url("images/stripe.jpg") top right repeat-y;
	border-bottom: 4px solid black;
	padding-bottom: 10px;
	width: 1000px;
	
}

div#copyright {
	color:black;
	font-size:1.2em;
	padding-right:65px;
	padding-top:4px;
	text-align:right;
}

div#copyright a{
	color: #ffcc00;
}

div#copyright a:hover{
	color: #ffcc00;
	background: #735d00;
}

div#copyright em{
	font-size: 1.6em;
	font-style: normal;
}

div#nav {
	background: #7fb6ea;
	height: 40px;
	font-size: 2em;
	border-bottom: 4px solid black;
	border-top: 4px solid black;
	padding-left: 20px;
	padding-top: 10px;
	z-index: 1;
}

div#nav a {
	margin: 1em .5em .5em .5em;
	color: white;
}

div#nav a.current {
	margin: 1em .5em .5em .5em;
	color: white;
	background: black;
}

div.colorBg {
	background: black;
	padding: 10px;
	width: 30%;
}

div.colorBg h3 {
	margin: 0;
	padding: 0;
}

div.colorBg h3.yellow {
	color: yellow;
}


div.colorBg h3.red {
	color: red;
}


div.colorBg h3.orange {
	color: orange;
}


div.colorBg h3.blue {
	color: blue;
}


div.colorBg h3.white {
	color: white;
}

div.colorBg h3.aqua {
	color: aqua;
}


div.colorBg h3.mauve {
	color: #b799c6;
}

div.colorBg h3.green {
	color: #57b841;
}

div.colorBg h3.purple {
	color: #923fd2;
}

table.price td {
	font-size: 2em;
	text-align: center;
}

table.price th span{
	font-size: 2em;
}

table.price td.twospan {
	padding: 1em;
}

table.price th span.subtle {
	font-size: .8em;
}

div.specialPackage {
	padding: 0;
	border: 1px dashed #7fb6ea;
	margin: 1.5em;
}

div.specialPackage h1{
	text-transform: uppercase;
	background: #afcdea;
	color: #334455;
	font-size: 2em;
	padding-left: 1em;
}
div.specialPackage ul{
	margin: 1em;
}

div.specialPackage ul li{
	color: black;
}

a.notice {
	display: block;
	font-size: 2em;
	border: 1px dashed #7fb6ea;
	margin: 20px 0 0 60px;
}
