body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-image: url(images/bg_grad01.jpg);
	background-repeat: repeat-x;
	background-color: #362b20;
	background-attachment: fixed;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	line-height: 1.5em;
	letter-spacing: 0.02em;
	cursor: default;
}
p{
	padding: 0px;
	margin: 0px;
	padding-right: 65px;
	padding-bottom: 1.3em;
	text-align: justify;
}
li{
padding: 0px;
	margin: 0px;
	margin-bottom: 7px;
	font-size:0.9em;
	list-style:none;
}
a{
	color: #000000;
	text-decoration: none;
}
a:hover{
	color: #616e80;
	text-decoration: none;
}
img{
	padding:0px;
	margin:0px;
	border:0px;
}
h2{
	font-size: 1.0em;
	color: #FFF;
	margin: 0px;
	margin-bottom:7px;
}
h4{
	font-size: 1.2em;
	font-style:italic;
	font-weight:normal;
	margin-bottom:0.5em;
	color: #616e80;
}
h5{
	font-size: 1em;
	font-style:italic;
	font-weight:normal;
	margin:0px;
	color: #c07d75;}
ul{
	padding: 0px;
	margin: 0px;
	margin-top:0px;
	padding-top:0px;
	padding-bottom: 1.3em;
}
td{
	vertical-align: top;
	border-right: 1px dotted #AECAC1;
	text-align: left;
	padding-left:15px;
	padding-right: 15px;	
	padding-top: 15px;	
	padding-bottom: 30px;
	width:25%;
}
th{
	height: 33px;
	width: 184px;
	vertical-align: middle;
	text-align: center !important;
}
th a, th a img{
	text-align: center !important;
}
tr{
	text-align:center !important;;
}
table{
	background:url(images/table_bg.jpg) no-repeat;
	background-position:left 33px;
}
#strip{
	text-align:right;
	padding:0px;
	margin:0px;
	border:0px;
}
#footer{
	height: 45px;
	font-size:10px;
	line-height: 60px;
	letter-spacing: 0px;
	background: #6b734c;
	padding-right: 7px;
	color: #FFFFFF;
	text-align: right;
}
#footer a{
	color: #FFFFFF;
	text-decoration: none;
}
#menu{
	position: fixed;
	padding-left:20px;
	padding-top: 35px;
	line-height: 1.1em;
	width:180px;
}
#menu a{
	color: #616e80;
	display: block;
	font-weight: bold;
	font-size: 0.9em;
	margin-bottom: 1em;
	text-decoration: none;
}
#menu a:hover{
	color: #151310;
}
#menu #submenu{
	margin: 0px;
	padding: 0px;
	margin-left:20px;
	margin-bottom: 20px;
}
#menu #submenu a{
	color: #c07d75;
	display: block;
	font-weight: bold;
	font-size: 0.8em;
	margin: 0px;
	padding: 0px;
	margin-bottom: 4px;
	text-decoration: none;
}
#menu #submenu a:hover{
	color: #616e80;
	background:#cccccc;
}

#container { 
	width: 920px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:100%;
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.clearBorder{
	border:none;
}


