@charset "UTF-8";* {	margin: 0;	padding: 0;}body {	margin: 0;	text-align: center;	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 10px;	background-image: url(../Images/bgndmain.jpg);	line-height: 15px;	background-repeat: repeat-x;	padding-right: 0;	padding-bottom: 0;	padding-left: 0;	color: #CCCCCC;	background-color: f0e9cd;}.oneColFixCtrHdr #container {	width: 840px;	text-align: left;	margin-right: auto;	margin-bottom: 0;	margin-left: auto;	background-color: #666666;}.oneColFixCtrHdr #header {	background-image: url(../Images/headimage.jpg);	background-repeat: no-repeat;	height: 275px;	padding-top: 0;	padding-right: 10px;	padding-bottom: 0;	padding-left: 20px;	background-color: #333333;}.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 {	padding: 0 20px;	background-color: #FFFFFF;	background-image: url(../Images/bgndmainhome.jpg);}.oneColFixCtrHdr #footer {	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */	background:#DDDDDD;}.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 */}#picbox {	width: 780px;	margin-left: 10px;	margin-right: 10px;	font-family: "Arial Narrow";	font-size: 10px;	color: #333333;	text-indent: 40px;	background-color: #000000;}#menu {	position: absolute;	top: 260px;	text-align: center;	width: 730px;	padding-right: 30px;	padding-left: 30px;	font-size: 9px;	color: #666666;}a:link {	font-size: 9px;	color: #E38800;	text-decoration: underline;}a:visited {	color: #E38800;	text-decoration: underline;}a:hover {	color: #CCCCCC;	text-decoration: underline;	font-size: 9px;}#txtbox {	background-color: #2d2d2d;	position: relative;	width: 740px;	margin-left: 10px;	padding-left: 42px;	padding-top: 7px;	padding-bottom: 7px;}#txtbox a {	font-family: Arial, Helvetica, sans-serif;	font-size: 11px;	line-height: 14px;	font-weight: bold;	color: #FFFF99;	text-decoration: underline;}#txtbox a:hover {	color: #FF9900;	text-decoration: none;}#txtbox2 {	background-color: #202020;	margin-left: 10px;	padding-left: 43px;	width: 739px;	padding-top: 7px;	padding-bottom: 7px;}.subhd {	font-family: "Times New Roman", Times, serif;	font-size: 14px;	color: #CD5315;}h1 {	font-family: "Trebuchet MS", Verdana, sans-serif;	font-size: 12px;	line-height: 15px;	font-weight: bold;	color: #FF6600;}h2 {	font-family: Arial, Helvetica, sans-serif;	font-size: 11px;	font-style: italic;	line-height: 16px;	color: #FFFFCC;	margin-bottom: -10px;}
