body{
margin:0; 
padding: 0;
border: 0;
overflow: scroll;
max-height: 100%; 
font-family: Verdana;
font-size: 10pt;
line-height: 1.5em;
text-align:center;
background-color: #fddb6e;
}
	
#Content { color: #275253; width:900px; height: 100%; margin:0 auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	padding:15px; background-color:#fff; }
#Menu {
	width:900px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:center; /* Counteract to IE5/Win Hack */
	}

.title{ font-weight: bold; color: #275253; padding: 3px 3px 0; }
.titleBlue { color: #23458f; font-size: 11pt; font-weight: bold; padding: 3px 3px 0; }
.titleitalic { color: #275253; font-style: italic; font-weight: bold; padding: 3px 3px 0; }
.header { color: #275253; font-size: 12pt; font-weight: bold; padding: 3px; }
.headerUnderline { color: #275253; font-size: 12pt; font-weight: bold; margin: 3px 3px 0; }
.footer{ font-size: 8pt; color: #275253; padding: 50px 10px 10px 0; }
hr { width: 100%; color: #275253; height: 1.5pt; }

a:link { color: #ae2d2b; }
a:visited { color: #ae2d2b; }
a:hover { color: #275253; }
a:active { color: #ae2d2b; }
ul { list-style-type: disc; margin: 1em 0 1em 40px; list-style-position: outside; }
.imgRight { float: right; margin: 5px 10px 10px; }
.imgLeft { float: left; margin: 5px 10px 10px; }

