#Header {
	background-image: url(Images/header.jpg);
	background-repeat: no-repeat;
	height: 302px;
	width: 1024px;
}
#Body {
	background-image: url(Images/body1.jpg);
	background-repeat: no-repeat;
	height: 327px;
	width: 1024px;
	padding-top: 0px;
	text-align: center;
}
#Body2 {
	background-image: url(Images/body2.jpg);
	background-repeat: no-repeat;
	height: 327px;
	width: 1024px;
	padding-top: 0px;
	text-align: center;
}
#Body3 {
	background-image: url(Images/body3.gif);
	background-repeat: no-repeat;
	height: 327px;
	width: 1024px;
	padding-top: 0px;
	text-align: center;
	margin-left: 0px;
}
#Footer {
	background-image: url(Images/footer.jpg);
	background-repeat: no-repeat;
	height: 198px;
	width: 1024px;
	text-align: center;
}
#Footer2 {
	background-image: url(Images/footer2.jpg);
	background-repeat: no-repeat;
	height: 198px;
	width: 1024px;
	text-align: center;
}
#Footer3 {
	background-image: url(Images/footer3.gif);
	background-repeat: no-repeat;
	height: 198px;
	width: 1024px;
	text-align: center;
}
#SecondNav {
	width: 1024px;
	padding-top: 10px;
	padding-bottom: 12px;
	margin-left: 0px;
	text-align: center;
}

#bodyCopy {
	font-family: Arial, Helvetica, sans-serif;
	width: 450px;
	text-align: justify;
	margin-left: 220px;
	margin-right: 100px;
	margin-top: 20px;
}

#bodyCopy a:link {
	color: #f04575;
	text-decoration: none;
}
#bodyCopy a:visited {
	text-decoration: underline;
	color: #f04575;
}
#bodyCopy a:hover {
	text-decoration: underline;
	color: #f04575;
}
#bodyCopy a:active {
	text-decoration: underline;
	color: #f04575;
}
#bodyCopy a.on:hover {
text-decoration: none;
	color: #f04575;
}


body {
	background-image: url(Images/bg.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
}
.Footer {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 10px;
}

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #f04575;
}
.Subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #5e8ac7;
}
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #5e8ac7;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFCC00;
}
a:hover {
	text-decoration: none;
	color: #FFCC00;
}
a:active {
	text-decoration: none;
	color: #FFCC00;
}
a.on:hover {
text-decoration: none;
	color: #FFCC00;
}

#Nav {
	background-image: url(Images/navBg.jpg);
	background-repeat: no-repeat;
	height: 38px;
	width: 640px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #FFFFFF;
	vertical-align: middle;
	text-align: center;
	margin-left: 192px;
}

#Nav a{
	line-height: 38px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;	
}

#Nav a{
	height: 20px;
	padding-right: 10px;
	padding-left: 10px;	
}

#Nav a:hover {
	color: #FBBD05;
	text-decoration: none;
}

#Nav a.on, #Nav a.on:hover {
	text-decoration: none;
	color: #FFB607;
}
#Container {
	width: 1024px;
	margin: 0px auto;
	text-align: left;

}
