/* CSS Document */

body{
background-image:url(../images/bg_tall.jpg);
background-repeat:repeat-x;
margin:0px;
}

a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
}

#siteContainer {
	width:770px;
	margin-top:50px;
}

#topNav {
	width:100%;
	float:left;
}

#contentSection {
	width:100%;
	background-image:url(../images/mainContentBG.gif);
	background-position:top;
	background-repeat:repeat-y;
}

div#contentSection img {
	padding-right:9px;
	padding-top:10px;
}

div#contentSection a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}

#contentContainer {
	padding:60px 40px 25px 40px;
}

#footer {
	width:100%;
}

#homePagePhotoDiv {
	float:left;
	width:770px;
	background-image:url(../images/mainContentBG.gif);
	background-repeat:repeat-y;
}

div#topNav ul {
	margin:0 0 0 -40px;
}

div#topNav li {
	list-style-type:none;
	float:left;
}

.bodyCopy {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:14px;
	color:#FFFFFF;
}

.bodyheadings {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	line-height:14px;
	color:#FFFFFF;
}

</style>
