/* CSS Document */

body {
	background-color: #FFBF2C;
	background-repeat: repeat-x;
}

p {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12pt;
	color: #000000;
}

h2 {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12pt;
	color: #000000;
}

a {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12pt;
	text-decrocation: underline;
}

a:HOVER {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12pt;
	text-decrocation: underline;
}

.banner {
	background-image: url("../images/banner-bg.jpg");
	height: 150px;
}

.maincontent {
	background-color: #FFFFFF;
	width: 740px;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
}

blockquote {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}