html { margin: 0; padding: 0; }
body {
	background: #064477;
	color: black;
	font: 12px verdana, tahoma, sans-serif; 
	line-height: 15px;
	margin: 0;
	padding: 0;
}

h1, h2, p { margin-top: 0; margin-bottom: 10px; }

h1 { 
	font: 26px arial, helvetica, sans-serif; 
	font-weight: bold; 
}
h2 { 
	font: 18px arial, helvetica, sans-serif; 
	color: #00247e; 
}
h3 { 
	font: bold 14px arial; color: #064477; margin-top: 0px; margin-bottom: -8px;
}
h3 a:link, h3 a:visited {color: #064477; text-decoration: none;}
h3 a:hover {text-decoration: none; color: #064477; font-style: oblique; text-transform: uppercase; letter-spacing: 1px;}
b { 
	font-weight: bold 
}
em { 
	font-style: italic 
}
a { 
	color: #00247e; 
}
a:hover { 
	text-decoration: none; 
}

h1.headline { width: 280px; margin-left: 0; }

.eleven {font: 11px verdana;}
.ten {font: 10px verdana;}

.form { border: 1px solid #064477; }

#outer {
	position: relative;
	top: 0px; left: 0px;
	width: 760px;
	margin: 0;
	background: #f5fbfd;
	border: 2px solid #ffde00;
	border-top: 0 none;
	padding-top: 94px;
}

#inner {
	position: relative;
	top: 0; left: 0;
	margin-right: 174px;
	margin-left: 14px;
	z-index: 5;
}

#nav {
	position: absolute;
	top: 124px;
	right: 6px;
	bottom: ;
	left: ;
	width: 154px; height: 392px;
	background: url(/img/rightrail_yellow.jpg);
	z-index: 10;
}

#footer {
	position: relative;
	top: 0; left: 0;
	width: ;
	height: 39px;
	margin-top: 10px;
	margin-right: 174px;
	margin-left: 14px;
	padding-top: 40px;
	padding-left: 83px;
	background: url(/img/slinky.jpg) no-repeat;
	text-align: center; 
	font: 9px verdana, arial, helvetica, sans-serif; 

}

#left {
	position: absolute;
	top: 0;
	right: 378px;
	left: ;
	width: 471px; height: 94px;
	background: url(/img/topband_left.jpg) right;
	z-index: 1;
}

#right {
	position: absolute;
	top: 0;
	right: -2px;
/* 	left: 382px; */
	width: 380px; height: 261px;
	margin: 0;
	background: url(/img/topband_right_lg.jpg);
	z-index: 1;
}

#linkhome {
	display: block;
	position: absolute;
	top: 10px; left: 440px;
	width: 310px;
	height: 90px;
	z-index: 100;
}

#fudge {
	position: absolute;
	top: 50px; left: -2px;
	width: 2px; height: 50px;
	background: #ffde00;
	z-index: 15;
}
