body { 
	background-color: #AAAAAA;
	background-image: url(images/background.png);
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: center;
    margin: auto; 
	padding: 0;
    font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
	font-size: 12px;
	color: #black;
	margin-top: 25px;
	text-align: center;
}

li {
	list-style-image: url(images/bullet1.png);
}

a:link {
	color: white;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
	margin-left: 20px;
	}

a:visited {
	color: white;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
	margin-left: 20px;
	}

a:hover {
	color: white;
	font-size: 18px;
	font-weight: bold;
	font-style:italic;
	text-decoration: underline;
	margin-left: 20px;
	}

.head {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
	font-size: 18px;
	color: white;	
	margin-left: -5px;
	line-height: 25px;
	}
	
.head2 {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
	font-size: 18px;
	color: white;	
	margin-left: 650px;
	line-height: 25px;
	}
	
.head3 {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
	font-size: 18px;
	color: black;	
	margin-left: -5px;
	line-height: 25px;
	}
	
.foot {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
	font-size: 14px;
	color: black;	
	margin-left: -5px;
	line-height: 25px;
	}

.sidenote {
	color: white;
	font-size: 10px;
	font-weight: bold;
	width: 240px;
	margin-left: 10px;
	}

.page {
	display: block;
	width: 100%;
	padding: 0px;
		
}

#wrapper {
	margin: 0 auto;
	width: 1008px;
		}
		
#nav-wrapper {
	position:absolute;
	top: 187px;
	left: 352px;
	margin: 0 auto;
	z-index: 1;
	width: 258px;
	float:left;
		}
	
#header {
	height: 89px;
	color: #000000; 
	background-image: url(images/header1.png);
	background-repeat: repeat-x;
	padding: 0px 8px;
}

#spacer1 {
	height: 32px;
	color: #white; 
	background-image: url(images/spacer1.png);
	background-repeat: none;
	padding: 0px 8px;
	margin-left: 5px;
}

#spacer2 {
	height: 32px;
	color: #white; 
	background-image: url(images/spacer2.png);
	background-repeat: none;
	padding: 0px 8px;
	margin-left: 0px;
}

#footer {
	height: 59px;
	color: #000000;
	background-image: url(images/footer2.png);
	background-repeat: repeat-x;
	padding: 0px 8px;
	line-height: 35px;
	color: #FFFFFF;
}
	
#header,#footer,#spacer1,spacer2 {
	clear: both;
	}
	
#content { 
	float: left;
	width: 1008px;
	margin-top:0px;
	padding: 0px;
	background-image: url(images/paper.png);
	background-repeat:repeat-y;
}

#wording {
	margin-top: -25px;
	margin-left: 10px;
	width: 985px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: black;
}

#navigation-top {
	height: 27px;
	color: #000000; 
	background-image: url(images/sidenote-top.png);
	background-repeat: repeat-x;
	padding: 0px;
}

#navigation-bg { 
	margin-top:0px;
	padding: 0px;
	background-image: url(images/sidenote-bg.png);
	background-repeat:repeat-y;
}

#navigation-bottom {
	height: 26px;
	background-image: url(images/sidenote-bottom.png);
	background-repeat: none;
	padding: 0px 8px;
}

/*** Headers ***/

h1,h2,h3 {
	padding-bottom: 0px;
	margin-bottom: 0px;
}

h1 {
	font-size: 28px;
	font-style:oblique;
	color:#000000;
}

h2 {
	font-size:18px;
	color: #000000;
}

h3 {
	margin-left: 8px;
	font: small-caps bold 18px "Helvetica Neue Narrow",Arial, Helvetica, sans-serif;
}
