
/* GLOBAL */
html 		{ overflow-y: scroll; }
html, body 	{ margin: 0px; padding:0px; overflowY: scroll; height:100%; }
* 			{ font-size: 12px; font-family: verdana; color: #614322; }
body 		{ text-align: left; background-color: #301e0a; }
td 			{ vertical-align: top; }
body, td 	{ line-height: 16px; }
img 		{ border: 0px; display: block; }
.mainTable 		{ width: 1025px; margin: 0px auto; background-image:url('/files/images/page_bg.jpg'); text-align: left; }
.border_left 	{ background-image:url('/files/images/bg_left.jpg'); }
.border_right 	{ background-image:url('/files/images/bg_right.jpg'); }
.heading	{ margin-bottom: 10px; }
.pageHeading { margin-left: 35px; margin-bottom: 15px; }

h1 { font-size: 26px; line-height: 24px; font-family: georgia; font-weight: normal; padding: 0px 0px 5px 0px; margin-top: 0px; color: #644822; }
h2 { margin-bottom: 0px; padding-bottom: 0px; }

.more { text-align: right; }
.more a { text-decoration: none; display: inline-block; padding: 0px 5px 1px 5px;
		border: 1px solid #39250d !important; background-color: #847043; color: #362512; }
.more a:hover { text-decoration: none; display: inline-block; padding: 0px 5px 1px 5px;
		border: 1px solid #39250d !important; background-color: #847043; color: #1d1104; }
		
.moreLighter { text-align: right; }
.moreLighter a { text-decoration: none; display: inline-block; padding: 0px 5px 1px 5px;
		border: 1px solid #97806c !important; background-color: #ddceb1; color: #97806c; }
.moreLighter a:hover { text-decoration: none; display: inline-block; padding: 0px 5px 1px 5px;
		border: 1px solid #725135 !important; background-color: #ddceb1; color: #725135; }
		
.decision { display: block; text-align: right; padding-bottom: 10px; }
.decision a { color: blue; text-decoration: none; }
.decision a:hover { color: blue; text-decoration: underline; }

.pageImage { float: left; margin: 4px 20px 10px 0px; }

/* COLUMNS */
.leftColumn {
	width: 530px;
	text-align: justify; 
	padding: 0px 35px 0px 35px;
}

.rightColumn {
	border: 1px solid #c1b6a7; 
	border-width: 0px 0px 0px 1px; 
	padding: 0px 35px 0px 22px;
	text-align: justify; 
}

/* MAIN NAVIGATION */
.mainNavigation { }
.mainNavigationCell { vertical-align: bottom;  }
.mainNavigation img { float: left;}
.mainTable { height: 100%; }

/* SUB NAVIGATION */
.subNavigation { text-align: right; margin-right: 35px; }
.subNavigation_item, .subNavigation_item_on { text-decoration: none; padding-left: 25px; color: #917947; font-weight: bold}
.subNavigation_item_on { color: #2c1e0f; }

/* FOOTER */
.footer { background-color: #251707; padding: 10px; line-height: 16px;  }
.footer * { color: #ad9663; }
.footer td { line-height: 16px; }
.footer a { text-decoration: none; color: #ad9663; display: inline-block; border: 1px solid #ad9663; border-width: 0px 1px 0px 0px; padding: 0px 7px 0px 7px; }
.footer a:hover { text-decoration: underline; }
