@charset "UTF-8";
body {
	margin: 10; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, sans-serif;
	font-size: 100%;
	background-color: #000;
	text-align: center;
}
.oneColFixCtrHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 580px;
}
.oneColFixCtrHdr #header {
	background-color: #FFF;
	text-align: center;
	padding-top: 5px;
	height: 100px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	overflow: auto;
	float: none;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #000;
	text-align: center;
	height: 460px;
}
.oneColFixCtrHdr #footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #CCC;
	background-color: #000;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7;
	padding-left: 10px;
}
.oneColFixCtrHdr #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 */
}
.whiteborder {
	border: 4px solid #FFF;
}
.largephotoleft {
	float: left;
}
.description {
	float: right;
	width: 200px;
	font-family: Verdana, sans-serif;
	text-align: left;
	font-size: 9pt;
	color: #000;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 14pt;
	height: auto;
}
.9pttype {
	font-size: 9px;
	color: #666;
	line-height: 8pt;
}
.type14bold {
	font-size: 11pt;
	font-weight: bold;
	text-decoration: underline;
}
.subtitleandsizes {
	font-family: Verdana, sans-serif;
	font-size: 9pt;
	line-height: 14pt;
	color: #000;
}
.toorder {
	font-size: 8pt;
	font-style: italic;
	color: #666;
}
