@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	text-align: center;
	height: 100%;
}
#container {
	width: 990px;
	margin: 0 auto;
	padding: 0px;
	border-style: solid;
	border-width: 1px;
	vertical-align: top;
}
#header {
	height: auto;
}
#menu {
	white-space: nowrap;
	height: 355px;
}
#mainContent {
	padding-left: 13px;
	padding-right: 13px;
}
#footer {
	font-size: 7pt;
	text-align: right;
	padding: 15px;
}
#contenertable {
	width: auto;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	border-width: 2px;
	border-style: solid;
	vertical-align: top;
	text-align: center;
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 35px;
	padding-bottom: 10px;
}
#contenttableheader {
	text-align: center;
	width: 100%;
	height: 50px;
}
#topicsign {
	padding-left: 20px;
	background-image: url(../images/topicsign.gif);
	background-position: right;
	background-repeat: no-repeat;
	vertical-align: middle;
	width: 8%;
}
h1 {
	width: auto;
	text-align: left;
	font-size: 10pt;
	margin: 0px;
}
.style1 {
	text-align: center;
}
.separatehr {
	width: 40%;
	margin-top: 25px;
	margin-bottom: 25px;
}
hr {
	height: 2px;
	border-width: 0px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
.validimg {
	height: 15px;
	border: 0px;
}

