html, body {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body {
background-color: white;
background-image: url("/ampage/bgc.cgi");
background-attachment: fixed;
font-family: Arial, Helvetica, Verdana, Sans-serif;
font-size: small;
}
	 
#left {
	position: absolute;
	left:0px;
	top:100px;
	width:200px;
  padding: 0px 5px;
}

#right {
	position: absolute;
	right:0px;
	top:100px;
	width:200px;
	padding: 0px 5px;
}

#header {
	/* IE 5.5 */
	height:81px;
 	voice-family: "\"}\"";
	voice-family: inherit;
	/* IE 6 */
	height: 99px;
}
html>body #banner {
	/* Mozilla and Safari */
	height: 99px;
}

#main {
	/* these two margins affect IE 5.5 */ 
	margin-left: 200px;
	margin-right:200px; 
	padding: 0px 5px;
 	voice-family: "\"}\"";
	voice-family: inherit;
	/* these two margins affect IE 6 */ 
	margin-left: 200px;
	margin-right:200px; 
}
html>body #main {
	/* these two margins affect Mozilla and Safari */ 
	margin-left: 212px;
	margin-right:212px;
}
#footer {
	width: 100%;
	height: 35px;
	margin: 0;
}

a:hover { text-decoration: none; color: maroon; }

.logo {
font-size: 36pt;
font-style: italic;
font-weight: bold;
}

.waybig {
font-size: 36pt;
font-style: italic;
font-weight: bold;
}

td.menuhead {
color: white;
font-weight: bold;
}

ul {
font-size: x-small;
}

.small {
font-size: small; 
}

.xsmall {
font-size: x-small; 
}