@charset "utf-8";
/* CSS Document */

body{
	background:url(images/bg-body.png) center repeat-y white;
	height:100%;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#33460c;
}

h1, h2{
	display:inline;
	float:left;
	margin:0 0 18px 9px;
	padding:10px 36px 0 12px;
	height:39px;
	background:url(images/bg-heading.png) top right no-repeat;
	font-weight:normal;
	font-size:22px;
	color:#fff;
	text-shadow: -1px -1px 0px #4d7037;
}

h3,h4{
	clear:both;
	font-weight:normal;
	font-size:18px;
	line-height:30px;
	color:#649247;
}

h3{
	margin:0 0 20px 20px;	
}

h4{
	margin:0 0 0 20px;	
}


h4 small{
	color:#36461e;
	font-size:12px;
}

p{
	clear:both;
	margin:0 0 8px 20px;
	line-height:20px;
}

a, a:active, a:visited{
	color:#33460c;
}

a:hover{
	color:#649247;
}

strong{
	font-weight:normal;
	color:#649247;
}

#container{
	width:767px;
	padding-left:173px;
	margin:48px auto 8px auto;
	background:url(images/bg-header.png) 12px 12px no-repeat;
}

.section{
	width:100%;
	display:inline-block;
	clear:both;
	background:url(images/bg-section.png) top left no-repeat;
	margin-bottom:56px;
}

#footer{
	font-size:12px;
	color:#649247;
	clear:both;
}

iframe{
	margin:20px 0 0 20px;
	display:inline-block;
}

.left {
	float:left;
	margin-right:40px;
	margin-bottom:10px;
	line-height:1.5em;
}

p.left {
	clear:none;
}

div.left table {
	margin-left:20px;
}

.table-heading {
	width:60px;
}
