#mainwindow {
	text-align:center;
	width: 800px;
	background-color:white;
}
#menupane {
	text-align:left;
	width: 270px;
	padding:10px;
	float:left;
	background-color:#DCE7FA;
}
#mainpane {
	text-align:left;
	width: 490px;
	padding:10px;
	float:left;
}
#disclaimerpane {
	clear:left;
	background-color:#DCE7FA;
	text-align:right;
}


#smallwindow {
	text-align:center;
	width: 390px;
	background-color:white;
}

.twelvepixel {
	font-size:12px;
}

body,td,th {
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
}
body {
	background-color: #336699;
	margin-top: 0px;
	margin-left: 0px;
	text-align: center;
}
a {
	font-size: 11px;
	color: #3366CC;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #3366CC;
}
a:hover {
	text-decoration: none;
	color: #3399FF;
}
a:active {
	text-decoration: underline;
	color: #3399FF;
}