@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: #666666;	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 100%;	background-image: url(../images/img01.gif);	background-repeat: repeat-x;	background-color: #000000;}.twoColFixRtHdr #container {	width: 840px; /* the auto margins (in conjunction with a width) center the page */	border: 1px solid #000000;	text-align: left; /* this overrides the text-align: center on the body element. */	margin-top: 0;	margin-right: auto;	margin-bottom: 0;	margin-left: auto;	background-color: #000000;	background-repeat: no-repeat;	background-position: center 233px;	background-image: url(../images/hd_main2.jpg);} .twoColFixRtHdr #header {	background-repeat: no-repeat;	height: 235px;	padding-top: 0;	padding-right: 10px;	padding-bottom: 0;	padding-left: 20px;	background-image: url(../images/hd_main.jpg);} .twoColFixRtHdr #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 */}.twoColFixRtHdr #sidebar1 {	float: right; /* since this element is floated, a width must be given */	width: 200px;	background-repeat: repeat-x;	background-position: left 245px;	padding-right: 10px;	padding-bottom: 15px;	background-image: url(../images/bgndsidebar.jpg);	padding-left: 10px;	padding-top: 5px;}#sidebar1 h1 {	font-family: "Trebuchet MS", Verdana, sans-serif;	font-size: 15px;	line-height: 16px;	color: #C7C700;	margin-bottom: -10px;	font-weight: bold;}#sidebar1 p {	font-family: Georgia, "Times New Roman", Times, serif;	font-size: 12px;	line-height: 16px;	color: #FFCF92;}.twoColFixRtHdr #mainContent {	margin-top: 15px;	margin-right: 230px;	margin-bottom: 0;	margin-left: 0;	padding-top: 8;	padding-right: 0px;	padding-bottom: 0;	padding-left: 12px;} .twoColFixRtHdr  #mainContent p {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 11px;	line-height: 16px;	color: #CCCCCC;	margin-bottom: -8px;}#mainContent   {	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 */}#mainContent a {	text-decoration: underline;}.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */	float: right;	margin-left: 8px;}.fltlft { /* this class can be used to float an element left in your page */	float: left;	margin-right: 8px;}.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */	clear:both;    height:0;    font-size: 1px;    line-height: 0px;}#menu {	width: 175px;	text-align: left;	padding-bottom: 10px;	margin-left: -12px;}li {	font-family: Verdana, Arial, Helvetica, sans-serif;	color: #FFFFFF;	font-size: 11px;	list-style-image: url(../images/img08.gif);	line-height: 16px;	text-transform: none;	text-align: left;	margin-left: -12px;}a:link {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 11px;	line-height: 17px;	color: #FFCC99;	text-decoration: none;}a:visited {	color: #FFCC99;	text-decoration: none;}a:hover {	background-color: #FF6600;	text-decoration: none;}h1 {	font-family: Georgia, "Times New Roman", Times, serif;	font-size: 17px;	line-height: 19px;	color: #FFFFCC;	font-weight: normal;}h2 {	font-family: "Trebuchet MS", Verdana, sans-serif;	font-size: 15px;	color: #FFFFCC;	font-weight: bold;	line-height: 17px;	margin-bottom: -10px;}h3 {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 12px;	line-height: 14px;	color: #FFDFCC;}.boldhd {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 12px;	line-height: 15px;	color: #FFCC99;	font-weight: bold;}.seriftxt {	font-family: Georgia, "Times New Roman", Times, serif;	font-size: 12px;	line-height: 16px;	color: #FFCC66;}.capcn {	font-family: Georgia, "Times New Roman", Times, serif;	font-size: 12px;	font-style: italic;	line-height: 15px;	color: #FFFFCC;}#sidebrinset {	width: 190px;	padding-left: 0px;}#sidebrinset p {	font-family: Georgia, "Times New Roman", Times, serif;	font-size: 12px;	color: #FFD88D;	line-height: 15px;	border-bottom-width: 1px;	border-bottom-style: dotted;	border-bottom-color: #8C6447;	margin-bottom: -5px;}#footer {	font-size: 9px;	color: #999999;	font-family: Arial, Helvetica, sans-serif;}
