body {
	margin: 0;
	padding: 0;
	font-family: Arial, 'DejaVu Sans', sans-serif;
	font-size: 11pt;
	background: white;
}

/***** Header, Footer *****/
#banner, #footer, #main {
	margin: 0 50px 0 130px;
}
#banner {
	height: 111px;
	margin-top: 10px;
}
#banner_left, #banner_right, #footer_left, #footer_right {
	width: 76px;
	height: 100%;
}
#banner_left {
	float:left;
	background: url('img/banner_corner-left.png') no-repeat bottom right;
}
#banner_right {
	float: right;
	background: url('img/banner_corner-right.png') no-repeat bottom left;
}
#banner_center {
	min-width: 277px;
	height: 100%;
	background: url('img/banner_filler.png') repeat-x bottom;
	margin: 0 76px;
}
#banner_title {
	width: 277px;
	height: 100%;
	background: url('img/banner_title.png') no-repeat bottom center;
	margin-left: auto;
	margin-right: auto;
}
#footer {
	height: 84px;
	margin-bottom: 10px;
}
#footer_left {
	float: left;
	background: url('img/footer_corner-left.png') no-repeat top right;
}
#footer_right {
	float: right;
	background: url('img/footer_corner-right.png') no-repeat top left;
}
#footer_center {
	min-width: 87px;
	height: 100%;
	/*background: url('img/footer_filler.png') repeat-x top;*/
	margin: 0 76px;
}
#footer_logo {
	width: 87px;
	height: 100%;
	float: left;
	background: url('img/footer_logo.png') no-repeat top center;
	margin-left: -44px;
}
#footer_c1{
	width: 50%;
	height: 100%;
	float:left;
	background: url('img/footer_filler.png') repeat-x top;
}
#footer_c2 {
	width: 50%;
	height: 100%;
	float: right;
	background: url('img/footer_filler-right.png') repeat-x top;
}

/***** Navigation *****/
#navigation {
	width: 210px;
	float: left;
	margin: 0 0 0 -121px;
}
#nav_top {
	width: 100%;
	height: 36px;
}
#nav_top-left {
	width: 37px;
	height: 100%;
	float: left;
	background: url('img/nav_top-left.png') no-repeat bottom right;
}
#nav_top-right {
	width: 89px;
	height: 100%;
	float: right;
	background: url('img/nav_top-right.png') no-repeat bottom left;
}
#nav_top-center {
	height: 100%;
	background: url('img/nav_top-filler.png') repeat-x bottom;
	margin: 0 89px 0 37px;
}
#nav_bottom {
	width: 100%;
	height: 37px;
}
#nav_bottom-left {
	width: 37px;
	height: 100%;
	float: left;
	background: url('img/nav_bottom-left.png') no-repeat top right;
}
#nav_bottom-right {
	width: 89px;
	height: 100%;
	float: right;
	background: url('img/nav_bottom-right.png') no-repeat top left;
}
#nav_bottom-center {
	height: 100%;
	background: url('img/nav_bottom-filler.png') repeat-x top;
	margin: 0 89px 0 37px;
}
#nav_content {
	background: white url('img/nav_border-left.png') repeat-y left;
	border-right: 5px solid #cf8b19;
	margin: 0;
	text-align: left;
}
#nav_content ul {
	margin: 0;
	padding: 0 12px 0 27px;
	font-size: 120%;
	list-style-type: none;
}
#nav_content ul li {
	padding: 0;
	background: none;
}
#nav_content ul li ul {
	padding: 0;
	background: none;
	font-size: 80%;
	margin-left: 10%;
}
#nav_content a {
	color: black;
	font-weight: normal;
	text-decoration: none;
}
#nav_content a:hover {
	text-decoration: underline;
}

/***** ToC *****/
.toc {
	font-size: 80%;
	border: 1px dashed #cf8b19;
	margin-top: 8px; 
}

.toc a {
	color: #cf8b19;
}

.toc ol {
	list-style-type: none;
	padding-left: 2em;
}

/***** Content *****/
#main {
	/*min-height: 300px;*/
	background: white url('img/main_border-left.png') repeat-y left;
}
#clearer {
	clear: both;
}
#content {
	/*float: right;*/
	background: url('img/main_border-right.png') repeat-y right;
	margin-left: 110px;
	padding: 1px 76px 2em 0;
	text-align: justify;
}

h1 {
	margin: 25px 0 0 0;
	font-size: 300%;
	font-weight: bold;
	text-align: left;
}
h2 {
	margin: 1em 0 0 0;
	font-size: 200%;
	font-weight: bold;
	color: #cf8b19;
	text-align: left;
}
h3 {
	margin: 0.7em 0 0 0;
	font-size: 150%;
	font-weight: bold;
	color: #cf8b19;
	text-align: left;
}
h4, h5, h6 {
	color: #cf8b19;
	text-align: left;
}

.hr {
	width: 100%;
	height: 16px;
	background: url('img/hr_center.png') repeat-x top;
}
.hr-l {
	width: 3px;
	height: 100%;
	float: left;
	background: url('img/hr_left.png') no-repeat top right;
}
.hr-r {
	width: 14px;
	height: 100%;
	float: right;
	background: url('img/hr_right.png') no-repeat top left;
}

p {
	margin: 1em 0;
}

a {
	color: #9acf19;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: #4e6712;
}
a.extern:after {
	content: url('img/link-icon.png');
	margin-left: 2px;
}

ul {
	list-style-type: none;
	padding-left: 2em;
}
ul li {
	background-image: url('img/list-icon.png');
	background-position: 0 0.3em;
	background-repeat: no-repeat;
	padding-left: 1.3em;
}

table {
	margin-left: auto;
	margin-right: auto;
	font-size: 89%;
	border-collapse: collapse;
	border: solid 1px #cf8b19;
}
table caption {
	caption-side: bottom;
	margin-top: 0.3em;
}
table caption span.clabel{
	font-weight: bold;
	font-variant: small-caps;
}
table tr th, #content table tr td {
	margin: 0;
	padding: 0.3em 0.5em;
}
table tr th {
	color: white;
	font-weight: bold;
	background: #cf8b19;
}
table tr.odd {
	background: #ffeecc;
}

img {
	display: block;
	margin-left: auto;
	margin-right: auto;
        border: 0px;
}
