@charset "utf-8";

body {
	margin: 0px;
	background-color: #491510;
}
h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:138.5%;  
}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:123.1%; 
}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:108%;  
}
h1,h2,h3 {
	margin-top: 0em;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
}
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
}
a {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #0678A4;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.imgLeft {
	margin-right: 15px;
}
.imgRight {
	margin-left: 15px;
}
.vidRight {
	margin-left: 30px;
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
	line-height: 1em;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
caption {
	/*coordinated margin to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset,pre {
	/*so things don't run into each other*/
	margin-bottom:1em;
}
input[type=text],input[type=password],textarea{
	font-family: arial, helvetica, clean, sans-serif;
	font-size: 93%;
}
#divBase {
	background-color: #E1D9B9;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 7px;
	text-align: center;
	vertical-align: top;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
}
#tblWrapper {
	background-color: #E1D9B9;
	width: 960px;
	background-image: url(/assets/images/bg-repeat.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	margin-bottom: 7px;
}
#tdTop {
	text-align: left;
	vertical-align: top;
	height: 25px;
	width: 960px;
}
#tdMenu {
	text-align: center;
	vertical-align: top;
	background-color: #65432B;
	height: 25px;
	width: 960px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-top-color: #E1D9B9;
	border-bottom-color: #E1D9B9;
	border-bottom-style: solid;
}
#tdHeader {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #65432B;
	background-color: #22180F;
}
#tdContentL {
	text-align: left;
	vertical-align: top;
	width: 190px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#tdLBoxT {
	height: 12px;
	width: 190px;
}
#tdLBoxM {
	background-color: #E1D9B9;
	background-image: url(/assets/images/bg-left-box-m.gif);
	background-repeat: repeat-y;
	background-position: center top;
	padding-right: 10px;
	padding-left: 10px;
	overflow: visible;
	text-align: left;
	vertical-align: top;
}
#tdLBoxB {
	height: 12px;
	width: 190px;
}
#tdContentR {
	text-align: left;
	vertical-align: top;
	width: 710px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#divTBanner {
	border: 2px solid #65432B;
	background-color: #65432B;
	height: 150px;
	width: 706px;
	margin-bottom: 20px;
}
#divBBanner {
	border: 2px solid #65432B;
	background-color: #65432B;
	height: 150px;
	width: 706px;
	margin-top: 20px;
}
#tdRBoxT {
	background-image: url(/assets/images/bg-right-box-t.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 20px;
	width: 710px;
	font-size: 5px;
}
#tdRBoxM {
	background-color: #E1D9B9;
	background-image: url(/assets/images/bg-right-box-m.gif);
	background-repeat: repeat-y;
	background-position: center top;
	padding-right: 30px;
	padding-left: 30px;
	overflow: auto;
	width: 650px;
	text-align: left;
	vertical-align: top;
	height: 595px;
}
#tdRBoxM-Full {
	background-color: #E1D9B9;
	background-image: url(/assets/images/bg-right-box-m.gif);
	background-repeat: repeat-y;
	background-position: center top;
	padding-right: 30px;
	padding-left: 30px;
	overflow: auto;
	width: 650px;
	text-align: left;
	vertical-align: top;
	height: 487px;
}
#tdRBoxB {
	background-image: url(/assets/images/bg-right-box-b.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 20px;
	width: 710px;
	font-size: 5px;
}
#tdFooter {
	text-align: center;
	vertical-align: middle;
	height: 9px;
	width: 960px;
	font-size: 1px;
}
.tdLeft50 {
	width: 50%;
	padding-right: 10px;
	text-align: left;
	vertical-align: top;
}
.tdRight50 {
	width: 50%;
	padding-left: 10px;
	text-align: left;
	vertical-align: top;
}
.tdLeft70 {
	width: 70%;
	padding-right: 10px;
	text-align: left;
	vertical-align: top;
}
.tdRight30 {
	width: 30%;
	padding-left: 10px;
	text-align: left;
	vertical-align: top;
}
.tdLeft60 {
	width: 60%;
	padding-right: 10px;
	text-align: left;
	vertical-align: top;
}
.tdRight40 {
	width: 40%;
	padding-left: 10px;
	text-align: left;
	vertical-align: top;
}
#divAbout {
	margin-top: 10px;
}