body {
	background-color: #fff;
	font-family:verdana;
	font-size: 12px;
	line-height: 1.5;
	padding: 0px;
	margin: 0px;
}

#container {
	width: 800px;
	background-color: #ADC2FF;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #000;
}

#top_stripe {
	background-color: #000066;
	width: auto;
	height: 30px;
}

#stanz_logo {
	width: 800px;
	height: 100px;
	background-image: url('../images/stanz_logo.jpg');
}

#left {
	float: left;
	width: 184px;
}

#left_mast {
	width: 184px;
	height: 27px;
	background-image: url('../images/left_mast.jpg');
}

#left_content {
	background-image: url('../images/left_repeat.jpg');
	backround-repeat: repeat-y;
	/* Firefox rules */
	height: auto !important;
	min-height: 732px;
	/* msIE rules */
	height: 732px;
}

#right {
	float: left;
	width: 174px;
}

#right_content {
	background-image: url('../images/right_repeat.jpg');
	backround-repeat: repeat-y;
	background-color: #E6E6EA;
	/* Firefox rules */
	height: auto !important;
	min-height: 732px;
	/* msIE rules */
	height: 732px;
}

#right_mast {
	width: 174px;
	height: 27px;
	background-image: url('../images/right_mast.jpg');
}

#left_content table tr td {
	display: block;
	background-image: none;
	padding-left: 0px;
	padding-right: 0px;
	float: right;
	margin: 0;
	width: auto !important;
  	width: 15%;
	font-size: 11px;
	line-height: 21px;
	white-space: nowrap;
	padding-bottom: 1px;
}

#left_content table tr td a {
	width: 136px;
	display: block;
	background-color: #000066;
	padding-left: 15px;
	padding-right: 15px;
	font-family:verdana;
	font-size:11px;
	text-decoration:none;
	color:#fff;
	font-weight: normal;
}

#left_content table tr td a:hover {
	background-color: #505050;
	color:#fff;
}

#main_content {
	width: 442px;
	background-color: #E6E6EA;
	float: left;
}

#content {
	background-color: #E6E6EA;
	padding: 10px;
}

h1 {
	font-size: 145%;
}

h2 {
	font-size: 145%;
	width: auto;
	display: block;
	background-color: #aaa; 
}

h3 {
	font-size: 140%;
	width: auto;
	display: block;
	background-color: #ECECEC; 
}

#footer {
	clear: both;
	background-image: url('../images/footer_bg_filler.jpg');
	background-repeat: repeat-x;
	color: #fff;
	font-size: 11px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica;
	margin-top: 20px;
	padding-top: 3px;
	margin-right: 0px;
	margin-left: 0px;
	height: 20px;
	width: 100%;
}

.report {
	border: 1px solid #666666;
}

.report td {
	background-color: #ddddff;
	vertical-align: top;
}

.report th {
	background-color: #ccffcc;
}

a:visited {
	color: #0000ff;
}

.box {
	border: 1px #000 solid;
	padding: 5px;
	background-color: #cdf;
}

.contact_report {
	border: 1px solid #666666;
}

.contact_report td {
	vertical-align: top;
	padding-bottom: 10px;
}

.contact_report th {
	background-color: #ccffcc;
}

ul li {
	padding: 5px;
}
