body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(design/mainbg.gif);
	background-repeat: repeat-y;
	background-position: left;


}
div#left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	margin: 0px;
	padding: 0px;
	width: 186px;
	border: none;
	background-image: url(design/vert_part.gif);
	background-repeat: repeat-y;
	background-position: right;
	background-color: #EAD9AE;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;






}
div#main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	position: relative;
	left: 186px;
	top: 0px;
	width: 546px;

}
div#main div#content {
	color: #000000;
	margin: 10px 50px;
	text-align: center;

}
div#content p {
	text-align: justify;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
div#content img {
	margin: 5px 15px;
	float: left;
	border: 3px double #885811;
}
div#all {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 732px;
	background-color: #FFFFFF;
	background-image: url(design/mainbg.gif);
	background-repeat: repeat-y;
	background-position: left;
	height: 100%;









}
div#content img.right {
	float: right;
}
div#content img.noborder {
border-style: none
}
div#content img.nofloatcent {
	text-align: center;
	float: none;
	margin-left: 10%;
}
a:link {
text-decoration: none;
color: #2B85DF;
}
a:visited {
color:#25568B;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}div#title {
	background-color: #FFFFFF;
	background-image: url(design/titleline.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: right;
	width: 546px;
	padding-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #3B88A4;
	text-decoration: none;
	overflow: visible;




}
table#navi {
	border: none;
	width: 177px;
	margin: 0px;
	padding: 0px;


}
table#navi td {
	background-image: url(design/button.gif);
	height: 21px;
	width: 177px;
	text-align: left;
	padding-left: 5px;
	border: none;
	vertical-align: bottom;
	padding-bottom: 2px;
	background-color: #9E8251;



}
table#navi td a:link, table#navi td a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
table#navi td a:hover {
color: #F0E3DB;
}
dt {
font-weight: bold;
}
dd {
margin-left: 15px;
}