/*------------------------------------redefines the Body tag in HTML------------------------------------*/body {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 12px;	color: #FFFFFF;	background-color: #999999;	margin: 50px;}/*------------------------------------the following is the ID for the maintable with one main column that holds5 rows:three main (header, content, footer)two secondary (horizontal bars)------------------------------------*/#mnHolder {	width: 700px;	background-color: #FFFFFF;	margin: 0px 0px 0px -350px;	left: 50%;	top: 5%;	position: absolute;}/*------------------------------------the following contains headerstyles for all pages------------------------------------*/#mnHeader {	background-image: url(../imgs/mn_cornerTR_01.gif);	background-repeat: no-repeat;	background-position: top right;	background-color: #cccc99;	height: 100px;	text-align: right;	vertical-align: top;}#mnHeader .hdrLeft {	background-image: url(../imgs/mn_cornerTL_01.gif);	background-repeat: no-repeat;	width: 425px;	background-color: #cc0000;	background-position: top left;	float: left;}/*------------------------------------the followoing contains the maincontent section of the site withtwo columns (left and right)------------------------------------*/#mnContent {	background-color: #FFFFFF;	margin: 10px 0px 10px 0px;	border-top: 1px solid #999999;	padding: 0px;	border-bottom: 1px solid #999999;}#ltColumn {	width: 375px;	margin: 30px 0px 30px 48px;	text-align: center;	vertical-align: top;	float: left;}#ltColumn p {	color: #000000;	font-family: Arial, Helvetica, sans-serif;	font-size: 10px;	font-weight: normal;	margin: 0px 0px 2px 0px;;}#ltColumn a {	color: #000000;	font-weight: bold;	text-decoration: none;}#ltColumn a:hover {	color: #CCCC99;}#ltColumn a:active {	color: #cc0000;}#rtColumn {	width: 186px;	margin: 30px 50px 20px 0px;	text-align: left;	vertical-align: top;	float: right;}#rtColumn p {	color: #000000;	font-family: Arial, Helvetica, sans-serif;	font-size: 10px;	font-weight: normal;	margin: 0px 0px 10px 0px;;}#rtColumn h1 {	color: #CC0000;	font-family: "Times New Roman", Times, serif;	font-size: 32px;	font-weight: normal;	margin: 0px;}#rtColumn h2 {	color: #000000;	font-family: Arial, Helvetica, sans-serif;	font-size: 10px;	font-weight: bold;	margin: 0px;	line-height: 1.3em;}#rtColumn h3 {	color: #cc0000;	font-family: Arial, Helvetica, sans-serif;	font-size: 10px;	font-weight: bold;	line-height: 1.3em;	margin: 0px;}#rtColumn a {	color: #000000;	font-weight: bold;	text-decoration: none;	line-height: 1.3em;}#rtColumn a:hover {	color: #cc0000;}#rtColumn a:active {	color: #CCCC99;}/*------------------------------------the following contains footerstyles for all pages------------------------------------*/#mnFooter {	background-color: #CCCC99;	background-image: url(../imgs/mn_cornerBR_01.gif);	background-repeat: no-repeat;	background-position: bottom right;}/* begin lower navigation styles */#ftrNav{	background-image: url(../imgs/mn_cornerBL_01.gif);	background-repeat: no-repeat;	background-position: bottom left;	padding: 10px 10px 10px 40px;	font-family: "Times New Roman", Times, serif;	font-size: 18px;	color: #CC0000;}#ftrNav em {	color: #FFFFFF;	font-style: normal;}#ftrNav a {	color: #000000;	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	text-decoration: none;}#ftrNav a:hover {	color: #FFFFFF;	font-family: "Times New Roman", Times, serif;	font-size: 18px;}#ftrNav a:active {	color: #cc0000;	font-family: "Times New Roman", Times, serif;	font-size: 18px;}/*------------------------------------the following contains styles forhorizontal and verticle rules/lines------------------------------------*/.hBar {	height: 10px;	border-bottom: 1px solid #999999;	margin: 0px 0px 10px 0px;}.vBar {	border-left: 1px solid #999999;	margin: 0px 0px 0px -10px;	padding: 5px 0px 5px 10px;}