/* CSS Document */

body {
	font-family: "Times New Roman", Times, serif;
	text-align: left;

}
#wrapper {
	width: 90%;
	margin-right: auto;
	margin-left: auto;

}
#maincontent {

}
#column1 {
	display: none;
}
#column2 {
}
#content {
	padding: 10px;
	font-size: 13px;
}
#header {
	height: 122px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
#changebanner {
	display: none;
}
#header img {
	padding-top: 17px;
	padding-right: 17px;
	padding-bottom: 17px;
	padding-left: 17px;
	float: left;
}
#header h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 16px;
	background-color: #333333;
	display: block;
	float: none;
	clear: both;
	margin: 0px;
	height: 23px;
	text-align: right;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;

}
#footer {

	display: none;
}
