/* --- Import Additional Styles
url(../img/back.jpg) #1F1400 repeat;
-------------------------------------------------------*/

/* --- Primary Page Styles
-------------------------------------------------------*/

* {
}
html, body {

}
body {
	font-size: 12px;
	color: #1F1400;
	font-family: Verdana, Helvetica, Arial, Geneva, Sans-Serif;
	margin: 0px;
	padding: 0px;
	background: #FFFBEE;
	font-weight: normal;
	letter-spacing: normal;
	word-spacing: normal;
}

/*t r b left*/

a {
	text-decoration: none;
}
a:link, a:visited, a:active {
	color: #EB9700; text-decoration: none;
}
a:hover {
	color: #C1B06E; text-decoration: underline;
}
.textWrap {
	margin: 0px 5px;
}
img, img a {
	border: none;
}
.t-img
	width: 100px;
	height: 120px;
	border: none;
}
.tnCell {
	width: 100px;
	height: 120px;
	border: 1px solid #E7DDAB;
}
.thumbTable {
	background: url(../img/back.jpg) #E4D9A3 repeat;
	width: 600px;
}
p {
	line-height: 14px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.inline {
	display : inline;
}
div#header p {
	margin: 0px;
	padding: 10px;
}
div#content p {
	margin: 0px;
	padding: 10px;
}
div#footer p {
	margin: 0px;
	padding: 10px;
}
div#mainWrapper {
	margin: 0px auto;
	padding: 0px;
	height: 100%;
	min-height: 100%;
	width: 100%;
}
div#headWrapper {
	width: 100%;
	background: url(../img/head.jpg) #E4D9A3 repeat-x;
	text-align: center;
}
div#headContainer {
	margin: 0px auto;
	padding: 0px;
	width: 1000px;
	height: 133px;
	text-align: center;
}
div#logoContainer {
	margin: 0px auto;
	padding: 0px;
	height: 133px;
	width: 430px;
	text-align: center;
}
/* background: FFFBE9 1F1400 8D7420 */
div#bodyWrapper {
	margin: 0px auto;
	padding: 0px;
	width: 100%;
	height: 100%;
	min-height: 100%;
	background: #FFFBEE;
}
div#bodyContainer {
	margin: 0px auto;
	padding: 0px;
	width: 1000px;
	height: 100%;
	min-height: 100%;
	border-left: #000 0px solid;
	border-right: #000 0px solid;
}
div#leftContainer {
	margin: 0px auto;
	padding: 10px;
	float:left;
	height: 50%;
	width: 720px;
	border: 0px;
}
div#rightContainer {
	margin: 0px auto;
	padding: 0px;
	float:right;
	width: 260px;
	border-left: 0px solid #CCC;
}
div .infoHeader {
	margin: 0px auto;
	margin-bottom: 4px;
	width: 94%;
	height: 14px;
	padding: 6px;
	font-weight: bold;
	text-align: center;
	color: #9C8124;
	background: url(../img/title.png) repeat-x;
	border: 2px solid #E7DDAB;
}
div .infoContainer {
	margin: 0px auto;
	margin-bottom: 10px;
	width: 248px;
	padding: 5px;
	color: #3E3E3E;
	border: 0px solid #9C8023;
}
.infoContainer_p {
	margin: 0px auto;
	margin-top: 20px;
	margin-bottom: 10px;
	height: 40px;
	font-size: 11px;
}
a.infoURL, a.infoURL:visited, 
a.infoURL:active, a.infoURL:hover {
	color: #FB0;
	text-decoration: underline;
}
#links {
	margin: 15px 0px;
	padding: 0px;
	font-size: 11px;
}
#links ul {
	margin: 0px;
	padding: 0px;
	white-space: wrap;
}
#links li {
	display:inline;
	list-style-type: none;
	margin: 5px 5px;
	padding: 0px;
}
.softBox {
	margin: 0px auto;
	margin-bottom: 10px;
	width: 100%;
	height: 10px;
	padding: 2px 0px;
	text-align: center;
	color: #504421;
	background: url(../img/heading.jpg) #F5F6D4 repeat-x;
	border: 0px solid #F8F5E6;
}
div#extLinks {
	margin: 0px auto;
	padding: 0px;
	width: 1000px;
	background: #EFEFEF;
	clear:both;
	line-height: 0.5cm;
}
div#footWrapper {
	margin: 0px auto;
	padding: 0px;
	width: 100%;
	clear: both;
	position: relative;
	bottom: -30px;
	z-index:2;
	background: url(../img/foot.jpg) #E4D9A3 repeat-x;
}
table { /* hides the ugly footer table thanks to our wrapper */
	position:relative;
}
div#footContainer {
	margin: 0px auto;
	padding: 0px;
	height: 80px;
	width: 1000px;
	text-align: center;
}
#footTags img {
	margin: 0px 40px;
}
div.vtop {
	vertical-align: top
	}
.row .even {
	background-color: #F7F9FA;
}
.row .odd {
	background-color: #DCEFF8;
}
blockquote {
	padding: 6px;
	font-size: 12px;
	color: #666;
	font-family: "courier new", courier;
	border: 1px solid white;
	background: #FFFEE9;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin: 0;
	margin-left: 6px;
	padding: 0px 0px 0px 0px;
}
h1 {font-size: 24px;}
h2 {font-size: 18px;}
h3 {font-size: 16px;}
h4 {font-size: 14px;}
h5 {font-size: 12px;}
h6 {font-size: 10px;}

.indent {
	text-indent: 6px;
}
.clear {
	clear: both;
}
.vtop {
	vertical-align: top;
}
.shrink {
	font-size: 1px; height: 1px;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.it {
	font-style: italic;
}
.bold  {
	font-weight: bold;
}
.uline {
	text-decoration: underline;
}
.strike {
	text-decoration: line-through;
}
.ub  {
	font-weight: bold; text-decoration: underline;
}
.ubi  {
	font-weight: bold; text-decoration: underline; font-style: italic;
}
	.px6   {font-size: 6px}
	.px8   {font-size: 8px}
	.px9   {font-size: 9px}
	.px10 {font-size: 10px}
	.px11 {font-size: 11px}
	.px12 {font-size: 12px}
	.px13 {font-size: 13px}
	.px14 {font-size: 14px}
.font9 {font-size:80%;}  /*renders 9px */
.font10 {font-size:90%;}  /*renders 10px */
.font11 {font-size:95%;}  /*renders 11px */
.font13 {font-size:100%;} /*renders 13px */ 
.font14 {font-size:107%;} /*renders 14px */
.font16 {font-size:122%;} /*renders 16px */
.font18 {font-size:136%;} /*renders 18px */

hr.white {color: #FFFFFF; background-color: #FFFFFF; height: 1px; border: 0px solid #FFFFFF}
hr.gold {color: #E4D9A3; background-color: #E4D9A3; height: 1px; border: 0px solid #E4D9A3}
hr.gray {color: #F5F5F5; background-color: #F5F5F5; height: 1px; border: 0px solid #F5F5F5}

.white {color: #FFFFFF}
.black {color: #000000}
.brown {color: #674A25}
.green {color: #669933}
.gold {color: #E4D9A3}
.red {color: #AA2222}
.gray {color: #828282}
.blue {color: #6699FF}
.notes {color: #959595}
.notes2 {color: #118899}
.notes3 {color: #116688}
.hilite {background-color: #CCFF33}

.clear-bg {
	background: none transparent scroll repeat 0% 0%; 
}
.overflow-hide {
	overflow: hidden;
}
.inline {
	display: inline; float: left
}
iframe {
	display: none
}
.hide { /* allows text to be hidden from the browser */
	display: none; visibility: hidden; content: "&nbsp;";
}
span.invisible { /* class="invisible" onselectstart="return false; */
	visibility: hidden;
}
* html span.invisible { /* IE Hack */
	visibility: visible; background-color: #fff; color: #fff;
}