@charset "UTF-8";
/* CSS Document */

<style type="text/css">

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #728051;
}
h1 {
	font-size: 120%;
	color: #4F3A23;
	margin-top: 2px;
	margin-bottom: -10px;
	font-weight: bold;
	font-variant: small-caps;
}
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: "Century Gothic", Helvetica, Arial;
	font-size: 85%;
	background-color: #728051;
}
.kassena    #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
.kassena #header {
	background-color: #FFFFFF;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	height: 120px;
}
.kassena #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.kassena  #mainContent {
	background: #FFFFFF;
	height: 650px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin: 0px;
}
#apDiv1 {
	position:absolute;
	left:455px;
	top:74px;
	width:636px;
	height:31px;
	z-index:1;
}
#apDiv2 {
	position:absolute;
	left:256px;
	top:589px;
	width:123px;
	height:22px;
	z-index:1;
}
.kassena #container #header img {
	float: left;
	clear: none;
	margin-top: 0px;
	margin-right: 60px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.kassena #container #header #MenuBar1 {
	margin-top: 50px;
}

</style>
.kassena #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.kassena #footer {
	background-color: #4F3A23;
	height: 50px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
	float: none;
}
p {
	font-size: 95%;
}
.kassena #container #footer .style3 a:link {
	color: #FFFFFF;
}
.kassena #container #footer .style3 a:hover {
	color: #728051;
}
.kassena #container #footer .style3 a:visited {
	color: #FFFFFF;
}

