body {
	font-family: "Trebuchet MS";
	font-size: 11px;
	line-height: 14px;
	background-color: #bbbcbe;
	margin: 0px;

}

#frame {
	width:731px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	padding:0px;
	text-align:left;
	background-image: url(images/background_main.gif);
	background-repeat: repeat-y;
	background-position: right top;
	}
	
	
#contentleft {
	width:141px;
	padding:0px;
	float:left;
	text-align:center;
	}

#contentcenter {
	width:569px;
	padding:0px;
	float:left;
	background:#fff;
	}

#contentheader {
	background:#f59120;
	height: 20px;
	width: 559px;
	border-bottom: 1px dotted #fff;
	color: #fff;
	text-align:right;
	padding-right: 10px;
	line-height: 18px;
		font-size: 11px;

	}
	
#contenttext {
	width: 539px;
	text-align:left;
	padding-left: 30px;
	line-height: 17px;
	font-size: 11px;
	color: #666666;
	}
#contenttext a {
	color: #666666;
}
#contentheader a {
	color: #fff;
}

#contentfooter {
	height: 67px;
	background-color: #bbbcbe;
	background-image: url(images/image_footer.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	}


.logo {
	padding-top: 20px;
}
#navigation {
	padding-top: 10px;
	padding-left: 10px;
}
.navbutton {
	width: 110px;
	text-align:right;
	height: 30px;
	border-bottom: 1px dotted #fff;
	line-height: 30px;
}

.navbutton a {
	text-decoration:none;
	color: #666666;
	padding-right: 4px;
}

.navbutton a:hover {
	text-decoration:none;
	color: #666666;
	display:block;
	background-color:#F59120;
}

H1 {
	line-height: 23px;
	font-size: 15px;
	color: #F59120;
	font-weight: normal;
	padding-top: 10px;
}
.highlightorange {
	line-height: 23px;
	font-size: 13px;
	color: #F59120;
	font-weight: normal;
	padding-top: 2px;
}

#leftblock {
	width: 335px;
	float: left;
}
#leftblock p {
	margin: 0px 0px 12px 0px;
}

#rightblock {
	width: 150px;
	float: left;
	padding-left: 15px;
}
