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

/* AP Divs */

#headerbackground { /* The Header AP Div */
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:130px;
	margin: 0 auto;
	text-align: center;
}
#menu {
	position:absolute;
	left:0px;
	top:5px;
	width:900px;
	height:80px;
}
#footercontainer {
	width:900px;
	margin:0 auto;
	top:0px;
	height:70px;
	text-align: left;
	background-color: #FFFFFF;
	position: relative;
	border-top-width: 5px;
	border-top-style: outset;
	border-top-color: #CC0000;
}
#proceeds {
	position:absolute;
	left:0px;
	top:10px;
	width:900px;
	height:18px;
}
#copyright {
	position:absolute;
	left:0px;
	top:43px;
	width:450px;
	height:24px;
}
#poweredby {
	position:absolute;
	left:450px;
	top:43px;
	width:450px;
	height:24px;
}


/* Links */

a:link, a:visited {
	font-weight: bold;
	color: #000099;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}



/* Styles */

html body {
	background-image: url(images/bkgnd-red-grain.gif); /* The Background Image */
	font-family: Verdana, Arial, Helvetica, sans-serif; /* The Default Font For the Page */
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-weight: bold;
	color: #000099;
	margin: 0px;
	padding: 0px;
}
ul {
	margin: 0px;
}
.footerproceeds { /* The Italics Statement In Footer */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
	color: #000099;
	text-align: center;
}
.footercopyright { /* Both "Copyright" & "Powered By" use this class */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #CC0000;
	text-align: center;
}
.footercopyright a:link, a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #CC0000;
	text-align: center;
	text-decoration: none;
}
.footercopyright a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #990000;
	text-align: center;
	text-decoration: none;
}
.textblue {
	color: #000099;
}
.textbold {
	font-weight: bold;
}
.textunderline {
	text-decoration: underline;
}
.textboldunderline {
	font-weight: bold;
	text-decoration: underline;
}
.textredbold {
	color: #CC0000;
	font-weight: bold;
}
.textredboldunderline {
	color: #CC0000;
	font-weight: bold;
	text-decoration: underline;
}
