body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#header {
	padding: 10px 20px;
	border-bottom: 1px solid #999;
}
#navigation {
	padding: 0 20px;
	border-bottom: 1px solid #ccc;
	background-color: #930;
	font-weight: bold;
	color: #fff;
}
#navigation td {
	padding: 10px 0;
}
#navigation td.current {
	background-color: #ccc;
}
#navigation td a {
	text-decoration: none;
	color: #fff;
}
#navigation td.current a {
	text-decoration: none;
	color: #000;
}
#subnavigation {
	padding: 10px 20px;
	border-bottom: 1px solid #999;
	background-color: #ccc;
	color: #000;
	text-align: left;
}
#subnavigation form {
	display: inline;
}
#subnavigation a {
	margin-left: 20px;
	color: #009;}
#mainIndex {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: left;
}
#mainContent table {
	font-size: 12px;
}
#mainContent table tr td {
	padding: 5px;
}
#mainContent tr.tablehead th {
	border-bottom: 1px solid #999;
	padding: 5px;
	background-color: #bbb;
}
#mainContent table tr.shade {
	background-color: #eee;
}
#mainContent table tr td a img {
	border: 0;
}
#mainContent td.label {
	padding: 3px 10px 3px 2px;
	text-align: right;
	width: 18%;
	font-weight: bold;
	vertical-align: top;
}
#mainContent td.labelthird, #mainContent td.labelfull {
	padding: 3px 10px 3px 2px;
	text-align: right;
	width: 10%;
	font-weight: bold;
	vertical-align: top;
}
#mainContent td.headlabelthird {
	padding: 3px 2px 3px 20px;
	text-align: left;
	width: 33%;
	font-weight: bold;
	vertical-align: top;
}
#mainContent td.detaildatathird {
	padding: 3px 2px 3px 20px;
	text-align: right;
	width: 33%;
	vertical-align: top;
}
#mainContent td.data {
	padding: 3px 22px 3px 10px;
	text-align: left;
	width: 32%;
}
#mainContent td.datathird {
	padding: 3px 10px 3px 10px;
	text-align: left;
	width: 23%;
}
#mainContent td.datafull {
	padding: 3px 10px 3px 10px;
	text-align: left;
	width: 90%;
}
#mainContent td.datafull ul {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0; }
#mainContent td.datafull ul li {
	display: inline;
	margin-right:50px; }
#mainContent h1 {
	font-size: 18px; }
#mainContent h4 {
	font-size: 14px;
	background-color: #ddd;
	padding: 2px 5px;
	margin: 15px 0 0 0;
}
#mainContent table.infoblock {
	border-bottom: 2px solid #ddd;
	border-right: 2px solid #ddd;
	padding: 10px 0;
}
#mainContent table#detail {
	margin: 10px 0 0 0;
	padding: 3px;
	background-color: #aaa;
}
#mainContent table#detail td.detailhead {
	font-weight: bold;
	font-size: 14px;
	width: 15%;
	text-align: left;
}
#mainContent table#detail form {
	display: inline;
	margin-right: 5px;
}
#footer { 
	margin-top: 20px;
	padding: 10px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	border-top: 1px solid #999;
	background-color: #ccc;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: x-small;
}
.err {
	text-align: center;
	color: #900;
}
.red {
	color: #900; }
.blue {
	color: #00f; }

#printtour {
	display: none;
}

table#myTable tr.highlight td {
	background-color: #FF3;
}
