@charset "UTF-8";
/* CSS Document */

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: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #CC9833;
	background-image: url(../images/bgimg.jpg);
	background-repeat: repeat-x;
}
.oneColFixCtrHdr #container {
	width: 814px;
	margin: 0 auto; /* 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. */
	background-color: #4F380D;
	color: #FFCC99;
}
.oneColFixCtrHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #993300;
	margin: 0px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	color: #FFFFFF;
}
.oneColFixCtrHdr #header p {
	margin: 0px;
	padding: 0px;
}
.oneColFixCtrHdr #mainContent {
	margin: 0px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	text-align: justify;
}
.oneColFixCtrHdr #mainContent h1 {
	color: #FFFFFF;
	font-size: 24px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.oneColFixCtrHdr #mainContent h2 {
	font-size: 16px;
	font-style: italic;
	display: block;
	border: 1px double #333333;
	padding: 10px;
	color: #4F380D;
	background-color: #FFCC99;
}
.oneColFixCtrHdr #mainContent a {
	text-decoration: none;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}
.oneColFixCtrHdr #mainContent img {
	float: right;
	margin-left: 10px;
	border: thin solid #CC9833;
}
.oneColFixCtrHdr  #mainContent table {
	background-color: #D8CAB8;
	color: #000000;
	border: 1px solid #CC9833;
	margin-top: 25px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.oneColFixCtrHdr #mainContent #required {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #99CCFF;
	letter-spacing: 1px;
}
.oneColFixCtrHdr #mainContent #contactForm a {
	color: #990000;
}
.oneColFixCtrHdr #mainContent #contactForm a:hover {
	color: #FF0000;
}
.oneColFixCtrHdr #tableTitles {
	background-color: #983F00;
	color: #FFFFFF;
	font-weight: bold;
	padding: 10px;
}
.oneColFixCtrHdr .tdBox {
	padding: 10px;
}
.oneColFixCtrHdr #footer {
	background-color: #A07724;
}
.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: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 14px;
}
.oneColFixCtrHdr #footer #links {
	text-align: center;
	padding: 10px;
}
.oneColFixCtrHdr #footer #copyright {
	float: left;
	font-size: 12px;
}
.oneColFixCtrHdr #footer #langGr {
	float: right;
	position: relative;
	font-size: 12px;
}
.oneColFixCtrHdr #footer #langGr a {
	color: #4F380D;
	text-decoration: none;
}
.oneColFixCtrHdr #footer #links a {
	text-decoration: none;
	color: #CCCCCC;
}
.oneColFixCtrHdr #footer #links a:hover {
	color: #333333;
	text-decoration: underline;
}
.oneColFixCtrHdr #hiddenFields {
	visibility: hidden;
	display: none;
}
