@charset "UTF-8";body {	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;	font-family: Georgia, "Times New Roman", Times, serif;	font-size: 100%;	background-image: url(images/background.gif);	background-repeat: repeat;}.oneColFixCtr #container {	width: 988px;	margin: 0 auto;	text-align: left; /* this overrides the text-align: center on the body element. */}.oneColFixCtr #mainContent {	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */}#main_nav {	vertical-align: top;	padding: 0 0 0 38px;	width: 168px;}#header {	background-image: url(images/header_background.png);	height: 18px;	width: 514px;	padding: 34px 0 0 37px;	font-family: Georgia, "Times New Roman", Times, serif;	font-size: 14px;	text-transform: uppercase;	color: #952929;	font-weight: bold;}#contentArea {	font-size: 13px;	color: #333;	padding: 19px 39px 10px 37px;	line-height: 17px;	width: 475px;}#subNav {	vertical-align: top;	font-family: Georgia, "Times New Roman", Times, serif;	color: #525252;	font-size: 9px;	padding: 5px 10px 0 10px;	text-transform: uppercase;	text-decoration: none;	text-align: center;	line-height: 20px;}#subNav ul {	display: inline;	margin: 0;	padding: 0;}#subNav ul li {	padding: 0 2px 0 0;	list-style: none;	display: inline;	margin: 0px;}.subNav a:link {	font-size: 9px;	color: #525252;	text-decoration: none;	text-transform: uppercase;	font-weight: bold;	line-height: 20px;}.subNav a:visited {	font-size: 9px;	color: #525252;	text-decoration: none;	text-transform: uppercase;	font-weight: bold;	line-height: 20px;}.subNav a:hover {	font-size: 9px;	color: #7D2B29;	text-decoration: none;	text-transform: uppercase;}.subNav a:active {	font-size: 9px;	color: #525252;	text-decoration: none;	text-transform: uppercase;}#main_nav {	vertical-align: top;	font-size: 9px;	text-transform: uppercase;	color: #525252;	text-decoration: none;	font-weight: bold;}#main_nav ul {	margin: 0;	padding: 0 5px 0 30px;}#main_nav ul li {	list-style: none;	padding: 0 0 7px 0;	line-height: 13px;}.main_nav a:link {	font-size: 9px;	text-transform: uppercase;	color: #525252;	text-decoration: none;	font-weight: bold;}.main_nav a:visited {	font-size: 9px;	text-transform: uppercase;	color: #525252;	text-decoration: none;	font-weight: bold;}.main_nav a:hover {	color: #7D2B29;	font-size: 9px;	font-weight: bold;	text-decoration: none;	text-transform: uppercase;}.main_nav a:active {	font-size: 9px;	text-transform: uppercase;	color: #525252;	text-decoration: none;	font-weight: bold;}#mainNavIndent {	margin: 0 0 0 8px;}.titleTxt {	color: #952929;	font-weight: bold;}.contentImage {	border: 3px solid #252121;	margin: 10px 10px 10px 0;}a {	color: #952929;	text-decoration: underline;}a:hover {	color: #952929;	text-decoration: none;}.press {	border-bottom-width: 1px;	border-bottom-style: dotted;	border-bottom-color: #666;}