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

#container {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	height: auto;
	width: 950px;
	text-align: center;
	background-repeat: repeat-y;
	background-position: center center;
	margin-right: auto;
	margin-left: auto;
}
#top {
	float: left;
	height: 100px;
	width: 950px;
	background-image: url(../images/topbg.png);
	background-repeat: repeat-x;
}
#midden {
	float: left;
	height: 400px;
	width: 950px;
}
#bottom {
	float: left;
	height: 150px;
	width: 950px;
}
p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	color: #333;
	text-align: right;
	line-height: normal;
	margin: 0px;
}
a:link {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #333;
	text-decoration: underline;
}
a:visited {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #333;
	text-decoration: underline;
}
a:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #333;
	text-decoration: underline;
}
a:active {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #333;
	text-decoration: underline;
}#footer {
	float: left;
	height: 25px;
	width: 950px;
	margin: 0px;
	padding: 0px;
}

