a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	color: #993300;
	text-decoration: underline;
}
.linkleft {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	color: #993300;
	text-decoration: none;
}
.blinklink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #993300;
	
}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image: url("images/wrap-background.jpg");
	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-repeat: repeat-x;
}
.twoColFixLtHdr #wrapper {
	background-image: url(images/shadow2.png);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background-repeat: repeat-y;
	width: 830px;
	text-align: center;
}
.twoColFixLtHdr #background {
	background-image: url(images/white.png);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background-repeat: repeat-y;
	width: 800px;
	text-align: center;
	}
.twoColFixLtHdr #wrapper2 {
	background-image: url(images/shadow3.png);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background-repeat: repeat-y;
	width: 810px;
	text-align: center;
}
.twoColFixLtHdr #background2 {
	background-image: url(images/white.png);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background-repeat: repeat-y;
	width: 780px;
	text-align: center;
}
.twoColFixLtHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	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: #FFFFFF;
	
	}

.twoColFixLtHdr #container2 {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	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: #FFFFFF;
	
	} 
.twoColFixLtHdr #footerwrap {
	background-image: url(images/shadow-foot.png);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background-repeat: repeat-x;
	
	height:68px;
	text-align: center;
}
.main_text { padding: 2px 10px 2px 10px; text-align:center;}
