/* Body & All element formatting */
body, html, td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
body {
	background-color: #481b00;
}
h1 {
	font-size:24px;
}
h2 {
	font-size:20px;
}
h3 {
	font-size:16px;
}
h4 {
	font-size:14px;
}
h5 {
	font-size:12px;
}

/* Template formatting */
.container, .maintable {
	background:#FFF;
}
.container, .maintable {
	width:940px;
}
.container {
	border:1px solid #220D00;
}
.header {
	background:url(../images/graphics/header_bg.jpg) no-repeat top left;
	height:140px;
}
.header, .navigtation, form {
	margin:0;
}
form {
	padding:0;
}
.navigtation, .footer {
	background:#3B1101;
}
.navigtation {
	height:26px;
}

.right_col {
	/*background:url(../images/graphics/bg_fade_short.gif) #EFDBC2;*/
	background:url(../images/graphics/bg_right.jpg);
	font-size:12px;
	border-left:1px solid #381000;
}
.right_col_flash {
	background-color:#200900;
}
.right_col, .right_col_flash {
	color:#333;
}

.right_col .div, .right_col p, .right_col h1, .right_col h2, .right_col h3, .right_col h4, .right_col h5 {
	margin:10px;
}

.footer {
	height:26px;
}
.footer td {
	font-size:10px !important ;
	padding:0px 8px;
}
.downarrow {
	margin:0 0 2px 6px;
}
.maintable {
	background:#100;
}

.icon {
	margin-right:6px;
}
.flag {
	margin-bottom:-2px;
}

/* Link formatting */
a, .maintable a, .footer a:hover {
	text-decoration:underline;
}
.footer a, .footer td {
	color:#FFF;
}
.footer a, .maintable a:hover  {
	text-decoration:none;
}
h1, h2, h3, h4, h5, .Highlight {
	color:#3B1101;
}
.maintable a {
	color:#784F23;
}
.maintable a:hover {
	color:#A27C4B;
}
.maintable li {
	margin-bottom:4px;
}
.maintable ul {
	list-style:url(../images/graphics/bullet.gif);
}
.maintable p, .maintable h1, .maintable h2, .maintable h3, .maintable h4, .maintable h5 {
	margin:16px 0;
}

.maintable .sub_included, .maintable .sub_included ul, .maintable .sub_included li {
	margin:0;
	padding:0;
	list-style:none !important ;
}
.maintable .sub_included {
	display:inline;
	font-size:10px;
}
.maintable .sub_included li {
	float:left;
}
.maintable .sub_included li a {
	margin:0 8px;
}



.tableformat td {
	text-align:left;
}
.tableformat, .tableformat .headrow td {
	background:#3B1101 !important ;
}
.tableformat .headrow td {
	color:#FFF;
}
.tableformat tr td {
	padding-right:28px;
}
.tableformat tr {
	background:#FFD;
}
.tableformat tr:hover {
	background:#FFF;
}
.tableformat .headrow td {
}

.smalltxt, .smalltxt td {
	font-size:12px;
}

/* Scrolling DIV code */

.scrolldiv {
	background:#FFF;
	overflow:scroll;
	height:420px;
	overflow-x:hidden;
}
.scrolldiv .xdiv {
	padding:0 0 10px;
	margin:20px 20px 10px;
}

.linksdiv {
	margin:20px;
	font-size:12px;
	color:#555;
}

/* FORM FORMATTING */
.form_table .form_left {
	text-align:right !important ;
	vertical-align:top;
	padding-top:5px;
	color:#3B1101;
}
.form_table {
	text-align:left;
}
.form_table input, .form_table textarea {
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #999;
	font-size:14px;
	color:#333;
	padding:4px;
}
.form_table textarea {
	width:360px;
	height:100px;
}
.links_menu {
	font-size:10px !important ;
}
.table td{
	background-color: #F3F5D0;
}
