@charset "utf-8";

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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-color: #666666;
	background-image: url(Images/bkgd_main.gif);
}
.oneColFixCtrHdr #container {
	width: 640px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* 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: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	background-color: #000000;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.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   #header   a  {
	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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.oneColFixCtrHdr #header a:hover {
	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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFF00;
	text-decoration: none;
}
.oneColFixCtrHdr #header a:active {
	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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFF00;
	text-decoration: none;
}



.oneColFixCtrHdr #mainContent {
	background-color: #eed3be;
	padding: 0;
}
.oneColFixCtrHdr  #mainContent  a {
	background-color: #eed3be;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #6D2620;
	text-decoration: underline;
}
.oneColFixCtrHdr #mainContent a:hover {
	background-color: #eed3be;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF6600;
	text-decoration: underline;
}
.oneColFixCtrHdr #mainContent a:active {
	background-color: #eed3be;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #6D2620;
	text-decoration: underline;
}



.oneColFixCtrHdr #footer {
	padding: 0;
	background-color: #2f2714;
}
.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 */
	color: #F0F0F0;
}
.oneColFixCtrHdr  #footer  a {
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 1pt;
}
.oneColFixCtrHdr #footer a:hover {
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFF00;
	text-decoration: none;
	letter-spacing: 1pt;
}
.oneColFixCtrHdr #footer a:active {
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFF00;
	text-decoration: none;
	letter-spacing: 1pt;
}



h1  {
	color: maroon;
	font-size: 20px;
	line-height: 22px;
	font-family: Geneva, Helvetica, Arial, Swiss, SunSans-Regular;
	letter-spacing: 1pt;
}
h2  {
	color: #4F2615;
	font-size: medium;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1pt;
	padding-top: 5px;
}
h3     { color: maroon; font-weight: normal; font-size: 20px; font-family: Geneva, Helvetica, Arial, Swiss, SunSans-Regular; text-indent: 5pt; letter-spacing: 1pt; vertical-align: middle }
.HeaderText {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: maroon;
	letter-spacing: 1px;
	text-align: center;
	padding-bottom: 5px;
}


h4     { color: maroon; font: 18px Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-align: left; letter-spacing: 1pt }
h5 {
	color: black;
	font-weight: normal;
	font-size: 12pt;
	line-height: 14pt
}
h6  {
	color: maroon;
	font-style: normal;
	font-weight: bold;
	font-size: 10pt;
	letter-spacing: 1pt;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6D2620;
	line-height: 14pt;
	text-align: left;
}
td  { color: black; font-size: 10px; line-height: normal; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none }
.HomePageTable {
	clip: rect(auto,auto,auto,10px);
}
.interiortable {
	background-color: #FDF9F6;
}

.PressReleaseText {
	color: Maroon;
	font-style: normal;
	font-weight: normal;
	font-size: 11pt;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
#press {
	padding-right: 5px;
	padding-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #72371F;
	border-right-color: #72371F;
	border-bottom-color: #72371F;
	border-left-color: #72371F;
	background-color: #F9EEE6;
}
#press a:link {
	background-color: #F9EEE6;
}
#press a:hover {
	background-color: #F9EEE6;
	font-weight: bold;
}



.whitetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.RegularText {
	color: #333333;
	font-style: normal;
	font-weight: normal;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
}
li {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6D2620;
}
.EmphasizedText {
	color: Maroon;
	font-style: normal;
	font-weight: bold;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
.pictureleft {
	float: left;
	padding-right: 5px;
}
