@charset "utf-8";
.yellowhigh {
	background-color: #FFFF00;
	display: inline;
}
/* CSS Document */

#maincontainer {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	background-color: #FFFFFF;
}
#content {
	background-image: url(images/backgroundx.png);
	background-repeat: repeat-y;
	padding-bottom: 10px;
}

#bottombanner {
	text-transform: uppercase;
	font-weight: bold;
	color: #1F5C74;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #D7E6E9;
	letter-spacing: 1px;
	font-size: 10px;
	margin-right: 25px;
	margin-left: 30px;
	margin-bottom: 10px;
	border: 1px solid #999999;
}
#menu a {
	color: #FFFFFF;
	text-decoration: none;
	margin-top: 2px;
	margin-bottom: 2px;
	display: inline-block;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-right: 0px;
	margin-left: 30px;
}
body {
	margin: 0px;
	background-color: #DADADA;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	background-image: url(images/back.jpg);
}
#content p {
	margin-left: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#menu a:hover {
	text-decoration: underline;	
}
#footer {
	background-repeat: repeat-y;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #999999;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 10px;
	color: #666666;
}
#footer a {
	font-size: 10px;
	color: #666666;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#footer p {
	margin-top: 10px;
	margin-bottom: 10px;
	color: #333333;
	font-weight: bold;
	font-size: 14px;
}
#content h1 {
	margin-left: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 14px;
}

