@charset "utf-8";
body {
    background: #ac927b;
	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 */
}
#container {
	background: #ac927b;
	width: 918px;
	text-align: left;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}
#header {
	width: 918px;
	height: 456px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background-image: url(images/MainBanner_03.gif);
	float: left;
}
#minimenu {
	float: left;
	margin-left: 10px;
	margin-top: 12px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #FFF;
	line-height: 9px;
}

#menubar {
	float: left;
	width: 207px;
	margin-top: 75px;
	clear: left;
}

#footer {
	background-image: url(images/bg_footer.gif);
	clear: left;
	width: 918px;
	height: 167px;
	text-align: right;
}
.pagetext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-align: left;
}
#copyright {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	float: right;
	margin-top: 50px;
	margin-right: 37px;
}

.blacktextbold {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	color: #000;
	font-weight: bold;
}
.readmore {
	float: right;
	margin-right: 10px;
}
a:link {
	color: #ffffff;
	text-decoration: none;
	}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}
a:hover {
	color: #CCCCCC;
	text-decoration: none;
	}
a:active {
	color: #333333;
	text-decoration: none;
	}

