@charset "utf-8";
body {
	background: #666666;
	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: Arial, Helvetica, sans-serif;
}
td {
	font-size:12px;
	vertical-align: top;
	}
form {
	margin:0px;
	padding:0px;
	}
.oneColFixCtr #container {
	/*width: 780px;   using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin: 0 auto;
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}.menu_topline {
	background-color: #1C1A1B;
	background-image: url(menu_top_bg.gif);
	background-repeat: repeat-x;
}
.menu_bg {
	background-image: url(menu_bg.gif);
	background-repeat: repeat-x;
}
.menu_btm {
	background-image: url(menu_btm_bg.gif);
	background-repeat: repeat-x;
}
.menu_td {
	background-attachment: fixed;
	background-image: url(menu_divider.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 26px;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}
a.topmenu {
	color: #FFF;
	text-decoration: none;
	background-image: url(menu_item_bg.gif);
	text-align: center;
	vertical-align: middle;
	height: 26px;
	margin-right: 1px;
}
.input {
	width: 95%;
	font-size: 12px;
	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: #57342D;
	border-right-color: #AF7265;
	border-bottom-color: #AF7265;
	border-left-color: #633B33;
}
.ftr_divider {
	background-color: #333;
	background-image: url(footerdivider.gif);
	background-repeat: repeat-x;
}
.footer {
	background-color: #571C16;
	background-image: url(footerbg.jpg);
	background-repeat: repeat-x;
	height: 44px;
}

.gobutton {
	width: 30px;
	font-size: 11px;
}
h1.mainheading {
	font-size: 18px;
	border-top-width: 5px;
	border-right-width: 0px;
	border-bottom-width: 5px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EAEAEA;
	border-right-color: #EAEAEA;
	border-bottom-color: #EAEAEA;
	border-left-color: #EAEAEA;
	color: #666;
	text-align: center;
	margin-top:0px;
}
h1.sideheading {
	color:#666;
	font-size:24px;
	text-align:center;
	}
td.dottedtd {
	background-image: url(bg_dot.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 5px;
}
a {
	text-decoration: none;
	color:#369;
	}
a:hover {
	text-decoration: underline;
	color:#900;
	}
td.dottedtd p {
	padding:5px;
	margin:0px;
	text-align:center;
	}
td.dottedtd a {
	font-weight: bold;
	padding:5px;
	}#floater {
	position: relative;
	height: 191px;
	width: 137px;
}
.footertd {
	font-size: 10px;
	color: #FFF;
	vertical-align: middle;
}
.footertd a {
	color:#FFF;
}

.footertd a:hover{
	color:#F00;
}

