/* CSS Document */
body	{ font: 8pt/16pt georgia}
td		{ font-size:10pt; color:#000000}
P		{ font-size:10pt; color:#000000}
a:link	{ font-size:10pt; color:#FF0000; text-decoration:none}/* CSS Document */
a:active	{ font-size:10pt; color:#FF0000; text-decoration:none}
a:visited	{ font-size:10pt; color:#FF0000; text-decoration:none}
a:hover		{ font-size:10pt; color:#000000; text-decoration:none; text-weight: bold}

html, body {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#header {
	background:#fff;
	/* IE 5.5 */
	height:150px;
	border-top:0px solid #000;
	border-right:0px solid #000;
	border-left:0px solid #000;
 	voice-family: "\"}\"";
	voice-family: inherit;
	/* IE 6 */
	height: 150px;
}
html>body #banner {
	/* Mozilla and Safari */
	height: 99px;
}

#main {
	background:#fff;
	/* these two margins affect IE 5.5 */ 
	margin-left: 150px;
	margin-right:150px; 
	border:0px solid #000;
	padding: 0px 5px;
 	voice-family: "\"}\"";
	voice-family: inherit;
	/* these two margins affect IE 6 */ 
	margin-left: 150px;
	margin-right:150px; 
}
html>body #main {
	/* these two margins affect Mozilla and Safari */ 
	margin-left: 150px;
	margin-right:150px;
}
#footer {
	width: 100%;
	height: 35px;
	border: solid #000000; 
	border-width: 1px 0;
	margin: 0;
}
