@charset "utf-8";
/* CSS Document */
html, body {
	background: #cac8c8;
}
.onwhite {
	background: #FFFFFF;
}
#thecontent {
	position:absolute;
	width:700px;
	height:405px;
	z-index:2;
}
#navbar {
	position:absolute;
	width:579px;
	z-index:1;
	margin-top: 110px;
}
.navbar {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #4b1d02;
	font-weight: bold;
	text-align: center;
}
a.navbar:link, a.navbar:visited {
	text-decoration: none;
	color: #4b1d02;
}
a.navbar:hover, a.navbar:active {
	text-decoration: none;
	color: #ffffff;
}
.navbarborder {
	border-right: 1px solid #4b1d02;
}
.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background:#ffffff url("images/content_07.jpg") no-repeat;
	text-align: justify;
}
a:link {color: #f94508; text-decoration:none}
a:visited {color: #f94508; text-decoration:none}
a:hover {color: #000000; text-decoration:none}
a:active {color: #CC0000; text-decoration:none}
.orangeb {
	font-family: Arial, Helvetica, sans-serif;
	color: #f94508;
	font-size: 16px;
	font-weight: bold;
}
legend {
	font-family: Arial, Helvetica, sans-serif;
	color: #f94508;
	font-size: 13px;
	font-weight: bold;
}
fieldset {
	font-style: italic;
	border: 1px solid #4b1d02;
	padding: 10px;
	font-weight: bold;
	color: #4b1d02;	
	font-size: 11px;
}
#footer {
	position:absolute;
	width:994px;
	z-index:3;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #c2b2a8;
	text-align: center;
	padding: 10px;
}
a.footerlink:link, a.footerlink:visited {
	text-decoration: none;
	color: #f28440;
}
a.footerlink:hover, a.footerlink:active {
	text-decoration: none;
	color: #c2b2a8;
}
.onorange {
	background: #fa4507;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
}
.block {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;	
}
.midblock {
 	background: url(images/midblock.png);
	*background: url(images/midblock.jpg);
}
#box {
	position:absolute;
	width:200px;
	height:115px;
	z-index:4;
	margin-top: 460px;
}
.picborder {
	border: 4px solid #531701;
}
.style1 {
	font-size: 18px
}
a:focus {
	-moz-outline-style: none;
}
.grey {
	background: #e5dec9;
}
.darkgrey {
	background: #dbcda2;
}