body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-color: #240E03;
}
img {
	border:none;
}
a:link {
	color: #990000;
	text-decoration:none;
}
a:visited {
	color:#666;
	text-decoration:none;
}
a:hover {
	color:#999;
}
#largephoto {
	float: right;
	padding: 15px;
	text-align: center;
	width: 140px;
}
.oneColFixCtr #container {
	width: 670px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #240E03;
	border: 8px solid #990000;
	padding: 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */

}
.oneColFixCtr #mainContent1 {
	width: 16px;
	border-bottom: 2px solid #CCC;	
	float: left;
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtr #mainContent2 {
	width: 570px;
	border-bottom: 2px solid #CCC;
	border-left: 2px solid #CCC;
	float:left;
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtr #mainContent35 {
	width: 80px;
	border-bottom: 2px solid #240E03;
	float: left;
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtr #mainContent3 {
	width: 16px;
	float: left;
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 11px;
}
.oneColFixCtr #mainContent4 {
	width: 570px;
	border-bottom: 2px solid #CCC;
	border-left: 2px solid #CCC;
	float: left;
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 11px;
	color: #990000;
}
.oneColFixCtr #mainContent45 {
	width: 80px;
	border-bottom: 2px solid #240E03;
	float: left;
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 11px;

}
.oneColFixCtr #mainContent5 {
	width: 16px;
	float: left;
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtr #mainContent6 {
	width: 90px;
	float: left;
	margin: 0px 0px 15px 0px;
	border-bottom: 2px solid #CCC;
	border-right: 2px solid #CCC;
	border-left: 2px solid #CCC;
	padding: 7px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 11px;
	color: #990000;
	text-align: center;
}
.oneColFixCtr #mainContent7 {
	width: 413px;
	float: left;
	padding: 30px 20px 30px 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 11px;
	color: #CCC;
}
.oneColFixCtr #mainContent8 {
	width: 41px;
	float: left;
	padding: 0px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 11px;
	color: #CCC;
}
.oneColFixCtr #mainContent9 {
	width: 588px;
	padding: 20px 10px 10px 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 11px;
	color: #CCC;
}
.oneColFixCtr #mainContent10 {
	width: 668px;
	padding: 20px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 11px;
	color: #CCC;
	font-size: 9px;
	text-align: center;
}
.oneColFixCtr #mainContent11 {
	width: 90px;
	float: left;
	margin: 0px 0px 15px 0px;
	border-left: 2px solid #CCC;
	padding: 7px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 11px;
	color: #990000;
	text-align: center;
}
.cap {
	font-size: 14px;
	font-weight: bold;
}
.capit {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}
.capitcenter {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
}