@charset "utf-8";
/* CSS Document */

@import url(menu.css);

html { overflow-y: scroll; }

a {
	text-decoration: none;
	color: #009;
}

a:visited {
	color: #009;
}

a:hover {
	color: #00c;
}

body {
	margin: 0;
	padding: 5px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
}

#horiz {
	width: 792px;
	margin: auto;
}

#shadowtop {
	width: 100%;
	background: url(../images/shadowtop.gif) no-repeat top left;
	height: 9px;
}

#page {
	height: 100%;
	background: url(../images/shadowside.gif) repeat-y;
	padding: 0 9px 0 9px;
}

#shadowbottom {
	width: 100%;
	background: url(../images/shadowbottom.gif) no-repeat top left;
	height: 9px;
}

#banner {
	border-bottom: 1px solid #000;
	height: 158px;
	width: 774px;
}

#pagehead {
	margin-top: 35px;
	border-top: 1px solid #000;
	width: 774px;
	height: 110px;
}

.clear {
	clear: both;
}

.bold {
	font-weight: bold;
}

.blue {
	color: #009;
}

.large {
	font-size: 110%;
}

.center {
	text-align: center;
}

#leader {
	padding: 3px 0 3px 0;
	border-top: 1px solid #000;
}

#nav {
	position: absolute;
	margin-left: -10px;
	top: 173px;
	width: 774px;
	height: 35px;
}

#content {
	padding: 10px;
	border-top: 1px solid #000;
}
