body {
	background-color: #2B388D;
	color: white;
	font-family: Garamond;
	font-size: 12pt;
}

a:link {
	color: white;
}

a:visited {
	color: white;
}

a:hover {
	color: yellow;
}

#divAligner {
	margin: 0px auto;
	width: 800px;
}

#divHeader {
	background-image: url('graphics/titlebanner.gif');
	background-position: center;
	background-repeat: no-repeat;
	height: 115px;
}

#divMenuBar {
	font-size: 14pt;
	background-image: url('graphics/menubar.gif');
	text-align: center;
	padding-top: 11px;
}


h2 {
	margin-top:  2.0em;
	margin-bottom: 0;
	padding-bottom: 0;
	font-size: 1.4em;
}


p.review {
	font-size: 1.2em;
	margin: 0;
	margin-bottom: 1.0em;
	padding: 0;
}