body,table,tr,td {
	margin:0px;
	padding:0px;
	border-collapse:collapse;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font-size:16px;
	color:#00c;
	margin:10px 0px 5px 0px;
}

#mainTable {
	width:786px;
	margin:0 auto;
	border:1px solid #000;
}

#contactDiv {
	font-size:12px;
	font-weight:bold;
	padding:10px;
}

.starsColumn {
	width:42px;
	background-image:url(../graphics/stars.gif);
	background-position:top;
	background-repeat:repeat-y;
}

.showColumn {
	width:160px;
	font-size:12px;
	text-align:center;
}

.showColumn img {
	margin:3px 0px 3px 0px;
	border:1px solid #000;
}

.showColumn a {
	text-decoration:none;
	color:#00c;
}

.packageColumn {
	width:382px;
}

.showColumn, .packageColumn {
	vertical-align:top;
}

.yellowBand {
	background-color:#ff0;
	line-height:10px;
	border-top:1px solid #000;
}

.blueBand {
	background-color:#00c;
	line-height:10px;
	border-top:1px solid #444;
	border-bottom:1px solid #444;
}

.whiteBand {
	background-color:#fff;
	line-height:10px;
}

.redBand {
	background-color:#c00;
	line-height:10px;
	font-size:10px;
	border-top:1px solid #000;
}

#copyright {
	font-size:10px;
	color:#999;
/*	border:1px solid #c00; */
}

#packagesTable {
	width:100%;
	font-size:12px;
}

.packageName {
	font-size:18px;
	font-weight:bold;
}

#packagesTable a {
	text-decoration:none;
	color:#00c;
}

#packagesTable img {
	border:none;
}

.packagePrice {
	font-size:22px;
	font-weight:bolder;
}

.showListContainer {
	vertical-align:top;
	text-align:left;
	font-size:12px;
}

.showListContainer input {
	font-size:12px;
}

#showListTable {
	width:100%;
}

#custInfoTable,#custInfoTable input {
	font-size:12px;
}

#custInfoTable{
	width:100%;
}

.resDesc {
	text-align:right;
	vertical-align:top;
	font-weight:bold;
	padding-right:5px;
}

.resData {
	text-align:left;
}

.formH2{
	font-weight:bold;
	font-size:14px;
}

.packSpecs {
	color:#00c;
	margin-top:0px;
	margin-bottom:0px;
	font-size:14px;
	font-weight:bold;
}

#showChart {
	font-size:12px;
}

#showChart td,#showChart th {
	padding:2px;
	border:1px solid #000;
}

#showChart th {
	background-color:#f6f6f6;
}

#mainNavContainer {
	background-color:#ff0;
	color:#000;
	font-weight:bold;
	padding: 3px 0px 3px 0px;
	border-bottom:1px solid #000;
	border-top:1px solid #000;
}

#mainNavContainer a {
	color:#000;
}

#mainNavContainer a:hover {
	text-decoration:none;
	background-color:#900;
	color:#fff;
}