html,body {
	margin: 0;
	padding: 0
}

body {
	font: 85%/1.3 TrebuchetMS,Arial,sans-serif;
	text-align: left;
	background: #fff;
	padding-bottom: 20px
}

a {
	color: #0066B3;
	background: inherit;
	text-decoration: none;
}

h1 {
	font: bold 2.1em Arial, Arial, Sans-Serif;
	color: #036DA7
}

h2 {
	font: bold 1.1em Arial, Arial, Sans-Serif;
	padding: 0;
	margin: 0;
}

div#header {
	width: 1024px;
	overflow: hidden;
	background-image: url(pics/background.gif);
	height: 125px;
}

div#header h1,div#menu {
	width: 770px;
	margin: 0 auto;
	text-align: left;
	height: 39px;
}

div#header h1 {
	color: #842224;
	font-size: 36px;
	padding: 30px 0 30px 12px;
}

ul#nav,ul#nav li {
	list-style-type: none;
	margin: 0;
	padding: 0
}

ul#nav {
	float: right;
	font-size: 12px;
}

ul#nav li {
	float: left;
	margin-left: 3px;
	text-align: center
}

ul#nav a {
	float: left;
	width: 95px;
	padding: 5px 0;
	background: rgb(249,249,239);
	text-decoration: none;
	color: #674d3e;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

ul#nav a:hover {
	background: #fff;
	color: #000
}

ul#nav li.activelink a,ul#nav li.activelink a:hover {
	background: #FFF;
	color: #003
}

#left {
	float: left;
	background: #eaeaea;
	width: 75%;
	margin-top: 3px;
	margin-right: 3px;
	padding-right: 1em;
	padding-top: 1px;
	padding-left: 1em;
}

#left .rbox {
	text-align: right;
	margin-top: 35px;
	margin-right: 40px;
}

#left .lpic {
	text-align: left;
	float: left;
}

#left .lbox {
	text-align: justify;
	width: 95%;
	float: left;
	margin-bottom: 5px;
}

#left .footer {
	text-align: center;
	width: 95%;
	float: left;
	color: #666;
	margin-top: 15px;
	font-size: smaller;
	margin-bottom: 0px;
}

#left .head {
	float: left;
	width: 95%;
	font: bold 1.1em Arial, Arial, Sans-Serif;
	border-bottom: 2px solid #8a8681;
}

#right {
	float: right;
	width: 20%;
	margin-top: 3px;
	margin-bottom: 3px;
}

#right .box {
	padding: 1em;
	background: #fcdfae;
}

#content {
	font: 95%/1.3 TrebuchetMS, Arial, sans-serif;
	background: #fff;
	width: 1024px;
}

#pub {
	float: left;
	width: 95%;
	padding: 1px;
	margin-bottom: 1.2em;
	text-align: justify;	
}

#pub .sectionheader {
	font: bold 1.1em Arial, Arial, Sans-Serif;
	border-bottom: 2px solid #8a8681;
	padding: 1px;
}

li {
	font: 1.1em Arial, Arial, Sans-Serif;
	margin-bottom: 7px;
	list-style-type: square;
}
