@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: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #E0C4AC;
	background-image: url(back.jpg);
	background-repeat: repeat-x;
}
.oneColFixCtrHdr #header {
	padding-right: 10px;
	padding-left: 20px;
	background-image: url(headback.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.maintable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 85%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
}
#main div .maintable h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
#main div .maintable tr .leftcolumn iframe {
	display: block;
	height: 750px;
	width: 100%;
	border: thin solid #D3AE99;
	overflow: auto;
}
#main div .maintable .leftcolumn {
	text-align: left;
	vertical-align: top;
	padding-right: 25px;
}
.adscolumn {
	padding: 5px;
	width: 160px;
	border: thin solid #99330A;
	text-align: center;
	vertical-align: top;
}
#main .container {
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
}
#footer2  {
	background-color: #99330A;
	height: 100px;
}
#main #navigation {
	background-image: url(nav.png);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	background-position: center top;
	height: 67px;
}
#main {
	background-image: url(bg_leather.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-right: auto;
	margin-left: auto;
}
.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 */
}
#main #footer {
	background-image: url(footerback.png);
	background-repeat: repeat-x;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	background-position: center bottom;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px;
}
#main #footer .innerfooter {
	background-color: #99330A;
	height: 20px;
}
.oneColFixCtrHdr #footer {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-image: url(footerback.png);
	background-repeat: repeat-x;
	height: 244px;
	background-position: center top;
	float: left;
}
.logoclass {
	clear: both;
	margin-right: auto;
	margin-left: auto;
}
.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 */
}
#header a img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#main #content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#main #content .textcontainer {
	background-image: url(contentback.png);
	background-repeat: repeat;
	padding: 15px;
	width: 700px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
#main #content .textcontainer h1 {
	font-size: 24px;
	color: #99330A;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
#main div p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
}
#main #content {
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 700px;
	background-color: #FFF;
	border-top-width: thin;
	border-right-width: 2px;
	border-bottom-width: 3px;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #99330A;
	border-right-color: #7F2A07;
	border-bottom-color: #812A07;
	border-left-color: #99330A;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-top: 15px;
}
#main #content table a {
	color: #99330A;
	text-decoration: underline;
	font-weight: bold;
}
.questionbold {
	font-size: 16px;
	font-weight: bold;
}
#main #content .textcontainer p a {
	font-weight: bold;
	color: #99330A;
	text-decoration: underline;
}
#main #content .textcontainer p a:hover {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
#main #footer a img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
table {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	vertical-align: top;
}
#main #content table tr td li {
	line-height: 2.5em;
	list-style-type: circle;
	list-style-position: outside;
}
