html { overflow-y: scroll }

h1 {
	font-size: large;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: 005DAB;



}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: 005DAB;


}
.menu {
}
body {
	background-image: url(page-bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
a {
	text-decoration: underline;
	color: 005DAB;

}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: 005DAB;
	font-weight: normal;

}
li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: 005DAB;
}
.nounderline {
	text-decoration: none;
}
ol {
	list-style-type: lower-alpha;
}
#content {

}
#banner-space {
	height: 147px;
}
