﻿body {
	margin: 0px;
	font-family: tahoma;
	font-size: 12px;
	line-height: 20px;
	color: #42636F;
}
img {
	border-style: none;
}
p {
	margin: 0px 0px 10px 0px;
}
h1 {
	font-size: 18px;
	line-height:24px;
	font-weight: bold;
	color: #1A9ACA;
	margin: 0px 0px 10px 0px;
}
h2 {
	font-size: 13px;
	font-weight: bold;
	color: #1A9ACA;
	margin: 20px 0px 6px 0px;
}
a {
	color:#D36A30;
}
td {
	vertical-align:top;
	padding-bottom:15px;
	padding-right:20px;
}
th {
	text-align:left;
	padding-bottom:10px;
}
li {
	list-style-type:square;
}


#navigation {
	background-image: url('gfx/backdrop.gif');
	background-repeat: repeat-x;
	height: 176px;
	position: relative;
	margin-top: 0px;
	margin-bottom: 40px;
}
#titleimage {
	position: absolute;
	left: 27px;
	top: 50px;
}
#menu {
	position: absolute;
	left: 80px;
	bottom: 0px;
}
#menu img {
	display:inline;
	vertical-align:bottom;
}
#left {
	width: 220px;
	float: left;
	margin-right: 40px;
	text-align: right;
	padding-left:30px;
}
#right {
	float: left;
	width:500px;
}
#footer {
	clear: both;
	margin-top: 20px;
	font-size: 10px;
	color: #8BABB8;
	width: 100%;
	height:32px;
	background-image:url(gfx/backdropbottom.gif);
	background-repeat:repeat-x;
	line-height: 14px;
	padding-bottom:20px;
	padding-top:6px;
}
#footer_text {
	padding-left: 280px;
	width: 520px;
}
#footer a {
	color: #8BABB8;
}
#content {
	width: 800px;
}
.imgcaption {
	font-size: 11px;
	font-style:italic;
	margin-top:10px;
}
