body {
	width: 864px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(graphics/Background.jpg);
}
.breaker  {
	clear: both;
}

#header {
	background-image: url(/graphics/banner.png);
	height: 125px;
	position: relative;
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0px;
	padding: 0px;
}
#header #apDiv1 a {
	color: #FFF;
	text-decoration: underline;
}
#header #invisibleheader {
	position: relative;
	left: -9000px;
}
#navigation {
	margin-top: 5px;
	margin-bottom: 5px;
	height: 30px;
}
#navigation ul {
	padding-left: 0px;
	display: inline;
}
#navigation ul li {
	display: inline;
}
#navigation ul li.current {
	font-weight: bold;
}


#navigation ul a {
	float: left;
	text-align: center;
	background-color: #9A99FF;
	width: 96px;
	background-color: #b31b2c;
	color: #FFF;
	text-decoration: none;
	padding-top: 14px;
	padding-bottom: 14px;
	display: block;
}

#navigation ul a:hover {
	background-color: #900;
}
#mainContent {
	background-color: #FFF;
	text-align: left;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	min-height: 800px;
}
#mainContent h1 {
	color: #B31B2C;
}
#mainContent #heading {
	color: #339;
	text-align: left;
}
#mainContent p #prevPage {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	color: #000; 
}
#footer {
	background-color: #D6D6D6;
	padding: 2px;
	text-align: center;
}
#apDiv1 {
	position:absolute;
	right:0px;
	top:0px;
	width:417px;
	height:30px;
	z-index:1;
}

#loginlink {
	display: inline;
	height: 30px;
	vertical-align: bottom;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
}
.printonly {
	display: none;
}
.noprint {
}

