* {
	margin:0;
	padding:0;
}

body {
	text-align: center;
	padding: 0 auto;
	font-family: Verdana, Geneva, sans-serif;
	color: #2a3525;
	font-size: 14px;
	background: #e3c79f url('../images/pageBG.png') repeat-x;

}

h2 {
	color: #0d289b;
	width: 100%;
	margin-bottom: 5px;
	font-style: italic;
	border-bottom-style: solid;
	border-bottom-color: #19a7fd;
}

h3 {
	color: #FFF;
	width: 100%;
	text-align: center;
	padding: 5px 0;
	margin-bottom: 5px;
	margin-top: 20px;
	font-style: italic;
	background-color: #d94141;
	clear: left;
}

p {
	margin-bottom: 10px;
}

a {
	color: #19a7fd;
}

a:hover {
	color: #cd514f;
}

.indent {
	margin-left: 25px;
	display: block;
}

#container {
	margin: 0 auto;
	text-align: left;
	width: 1000px;
	background-color: #f7e9c2;
}

#header {
	text-indent: -9999em;
	width: 1000px;
	height: 250px;
	background: #76825e url('../images/headerBG.jpg') repeat-x;
}

#nav {
	width: 1000px;
	height: 40px;
	background: #7a4f3c url('../images/navBG.png') repeat-x;
}

#nav a {
	color: #FFF;
}

#nav a:hover {
	color: #d99459;
}

#nav p {
	display: inline-block;
	float: left;
	height: 26px;
	padding: 12px;
}

#content {
	min-height: 450px;
	text-align: left;
	width: 960px;
	background: #f7e9c2 url('../images/contentBG.png') repeat-x;
	padding: 20px;
	overflow: visible;
}

#footer {
	clear: both;
	color: #e3c79f;
	width: 960px;
	padding: 20px;
	text-align: center;
	background: #946957 url('../images/footerBG.png') repeat-x;
}

#footer a {
	color: #FFF;
}

#footer a:hover {
	color: #000;
}

.footLink {
	display: inline-block;
	height: 26px;
	padding: 0 5px;
}

.copy {
	font-size: 10px;
	clear: both;
}

.imgRight {
	float: right;
	width: 470px;
	margin: 10px 0 20px 20px;
}

.imgLeft {
	float: left;
	width: 470px;
	margin: 10px 20px 20px 0px;
}

.pdf {
	text-indent: 25px;
}

.left {
	display: inline-block;
	float: left;
	width: 470px;
}

.right {
	display: inline-block;
	float: right;
	width: 470px;
}