body  { font: 13px Arial, Helvetica, sans-serif; margin: 0; padding: 0; text-align: center; color: #000000; background: url(/art/bkg_left.jpg) repeat-y; }
.mainLayout #container { 
	width: 100%;
	margin: 0 auto;
	text-align: left;
} 
.mainLayout #header { 
	background: #252D0A url(/art/bkg_header.jpg) repeat-x; height:110px;
} 
.mainLayout #header h1 {
	margin: 0; /* keep this */
}
.mainLayout #sidebar1 {
	float: left; 
	width: 186px; 
	padding: 0; 
	background: url(/art/bkg_menu.jpg) no-repeat;
}
.mainLayout #mainContent { 
	margin: 16px 20px 0 15em;
} 
.mainLayout #footer { 
	padding: 0 10px; 
	text-align:center;
	margin-top:40px;
	margin-left:180px;
} 
.mainLayout #footer p {
	margin: 0; 
	padding: 10px 0; 
}

/* Miscellaneous classes for reuse */
.fltrt { /* float an element right in your page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#hatLeft {
	position:absolute;
	width:187px;
	height:108px;
	z-index:2;
	left: 0;
	top: 0;
}
#logo {
	position:absolute;
	width:900px;
	height:108px;
	z-index:1;
	top:0;
	left: 50%;
	margin-left: -450px;
}

a:link { color : #003366; text-decoration : none}
a:visited { color : #003366; text-decoration : none}
a:hover { color : #495E8E; text-decoration : underline }

h1
{
	padding: 0;
	margin: 0;
	color:  #8c734a;
	font-size: 1.65em;
	font-weight: normal;
	text-transform: uppercase;
}
h2
{
	margin: 0;
	padding: 0 0 2px 0;
	color:  #8c734a;
	font-size: 1.55em;
	font-weight: normal;
}
.tableMain {
	border-collapse: collapse;
}
.tableMain td {
	padding: 4px;
	border: 1px solid #2D1302;
}
.tableMain th { border: 1px solid #2D1302; padding: 4px; background: #E3CCA1; font-weight:normal; text-align:center; }
.pageHeader
{ text-align:right; margin:0 auto; position:relative; top: -4px; width:95%; height:34px; padding-right:10px; border-bottom:#2D1302 double 4px; font: 20px/40px Optima, Arial, Verdana; }


