/*
AP Wagner
Last Edited: 09-17-07

-- contents -----------------------------
- Body
- Consistant Styles
- Header Styles
  - Logo
- Index Page Styles
- Sub Page Positioning Styles
- Sub Page Content Styles
- Footer 
-----------------------------------------
*/


/* body styles ----------------------------------------------------------- */

body {
	background: #ffffff;
	margin: 0px; padding: 0px;
	color: #000000;
	font: x-small normal Arial, Helvetica, sans-serif;
	text-align: center;
	voice-family: "\"}\"";
	voice-family:inherit;
	font-size: small;} .ack {/*ie hack*/}
	
/* ----------------------------------------------------------------------- */
/* consistant styles ----------------------------------------------------- */

form, h1, h2, h3, h4, ul, ol, dl, li, dt, dd {margin:0; padding:0;}
img {		border: 0px; display: block;}
.clear {	clear: both;}
.center{	text-align: center; margin: 0 auto 0 auto; }
.right {	float: right; clear: both;}
.hide {		display: none;}
abbr {		speak: spell-out; text-decoration: none; border: 0;}

div.hr {
  display: block;
  background: #a6a6a6 center;
  height: 1px;
  margin: 0px 0px 20px 0px;
}
	hr {	display: none; border: none; height: 1px;}

a {			color: #990000; text-decoration: none; }
a:hover { 	color: #043D9D; }
a:active {	color: #999999; }

/* ----------------------------------------------------------------------- */
/* Container ------------------------------------------------------------- */


.bold_red {
	color: #CC0000;
	font-weight: bold;
}

#header
{
	width: 748px; 
	margin: auto;
	background-image:url(/includes/templates/apwagner/images/shared/blue-white-bars.gif);
	background-repeat:repeat;

}
#header img
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-top: 2em;
	border: 0;
}
#header h1
{
	font-size:2em;
	font-weight:900;
	margin:0pt;
	padding:0pt;
	color: black;
	text-align: center;
}
#header a
{
	text-decoration: none;
}

#topDropShadow {
	background-color:transparent;
	background-image:url(/includes/templates/apwagner/images/shared/topDropShadow.gif);
	background-position:left bottom;
	background-repeat:repeat-x;
	bottom:0pt;
	height:3px;
	width:100%;
	clear: both;
}






