/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
body {
	background-image:url(images/body_bg.gif);
	background-repeat: repeat;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	behavior:url(csshover.htc); /*adds :hover in IE */
	margin: 10px 0 0;
}
h1 {
	font-size: 14px;
	text-align: left;
	text-transform: uppercase;
	margin: 20px 0 10px;
	color: #EFEEE8;
}
h2 {
	font-size: 12px;
	margin: 10px 0;
	text-transform: uppercase;
	font-weight: normal;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	line-height: 18px;
	margin: 10px 0;
	color: #EFEEE8;
}
p, ul {
	font-size: 13px;
	line-height: 19px;
	margin: 13px 0;
	text-align: left;
	color: #EFEEE8;
}
table {
	font-size: 13px;
}
ul {
	font-size: 13px;
	line-height: 19px;
	margin: 13px 0 13px 15px;
	text-align: left;}
a {
	text-decoration: underline;
	color: #FFFFFF;
}
a:hover {
	color: #CCA467;
	text-decoration: none;
}

div#container {
	margin: 0 auto;
	width: 720px;
	clear: both;
	background-color: #EFEEE8;
	padding: 10px;
	}
div#content {
	float: left;
	text-align: justify;
	padding: 5px 25px 30px;
	margin: 0 0 0 10px;
	width: 400px;
	background-image: url(images/rightbox_leaf.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}
div#header {
	width: 720px;
	height: 132px;
	background-image:url(images/header.gif);
	position: relative;
	color: #FFFFFF;
	text-transform:uppercase;
	font-size: 11px;
	background-repeat: no-repeat;
	}
	div#mainnav {
}
	div#mainnav ul  {
	position: absolute;
	list-style: none;
	bottom: 8px;
	display: inline;
	float: right;
	padding: 0;
	margin: 0;
	right: 5px;
	}
	#mainnav li {
	display: inline;
	float: left;
	padding: 10px 10px 18px;
	}
	#header a {
	padding: 10px 0;
	border-bottom: none;
	color: #483318;
	text-decoration:none;
	font-weight: bold;
	font-size: 11px;
}
	#header li:hover a {
	color: #EEE4DA;
	}	
	#mainnav li:hover {
	
	}
	#header li#currentPage a, #header li#currentPage a:hover{
	color: #834424;
	font-weight: bold;
	padding: 10px 0 20px;
	_padding: 10px 0 18px;
	background-image: url(images/header_navhover.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	}
div#main {
	width: 720px;
	padding: 0;
	background-image: url(images/content_bg.gif);
	background-repeat: repeat-y;
	background-position: top left;
	}
div#footer {
	background-image: url(images/bgbottom.jpg);
	background-repeat:no-repeat;
	width: 690px;
	height: 0px;
	}
div#copyright {
	margin: -5px 0 0;
	}
	div#copyright a, div#copyright p {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #EFEEE8;
	text-align: center;
	text-decoration: none;
	}
	div#copyright a:hover {
	text-decoration:underline;
	}

#leftcolumn {
	float: left;
	margin: 0;
	padding: 0;
	_margin-bottom: -18px; /*IE Hack*/
	width: 260px;
}	
.rightbox_column {
	float: left;
	margin: 0;
	padding: 0 7px;
	width: 182px;
}	
.leftbox {
	padding: 0 25px;
	margin: 0;
	display: block;
	width: 210px;
	border-top: solid #EFEEE8 10px;
	;
}
.leftbox_pic{
	padding: 0;
	margin: 0;
	display: block;
	_margin-bottom: -5px;
	width: 260px;
}
.smallprint {
	font-size: 9px;
	line-height: 12px;
}
	
/*Hack to make background div expand with heights of inner divs*/
/******Do not change*****/
/************************/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
