body {
    BACKGROUND-COLOR: #fff;
    text-align: center;  /* combine with container's width: and margin:0 auto to center content on the page */
    min-width: 960px;
	padding: 0;
	padding-bottom: 5px;
    margin: 0;
	FONT-FAMILY: verdana, Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-image: url(/images/page/bodyBG.png);
	background-repeat: repeat-x;
    }
html {
    padding:0;
    background: white;
    color:#000;
    }
	


#page {
	width: 960px;
	overflow:hidden;
	margin: 0 auto;
	background: white;
	text-align: left;
	border: 0px lightgray solid;
	margin-top: 0px;
	padding-top: 0px;
}

#header {
	background-image: url(/images/page/banner1.jpg);
	background-repeat: no-repeat;
	height: 562px;
	margin-bottom: 20px;
}

#headerShort {
	background-image: url(/images/page/banner1-short.jpg);
	background-repeat: no-repeat;
	height: 144px;
	margin-bottom: 20px;
}

#mainContent {
	padding-left: 80px;
	padding-right: 80px;
	padding-bottom: 20px;
	line-height: 20px;
}

.contentPara {
	margin-top: 6px;
	margin-bottom: 14px;
}

.contentPara li {
	margin-bottom: 6px;
}

.titleRed24 {
	font-size: 24px;
	font-weight: bold;
	color: #C00;
	text-align: center;
	margin-top: 12px;
	margin-bottom: 16px;
	line-height: 27px;
	font-family: Verdana, Geneva, sans-serif;
}

.titleRed20 {
	font-size: 20px;
	font-weight: bold;
	color: #C00;
	text-align: center;
	margin-top: 12px;
	margin-bottom: 16px;
	line-height: 24px;
}

.pageLink, a.pageLink:link, a.pageLink:visited {
	color: #00F;
	text-decoration: underline;
	font-weight: normal;
}

a.pageLink:hover {
	font-weight: normal;
	text-decoration: underline;
	text-transform: none;
	color: #009;
}

h1 {
	font-size: 25px;
	color: #C00;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-weight: normal;
}

h2 {
	font-size: 22px;
	color: #C00;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-weight: normal;
}

.header1 {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.header2 {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.redHighlight {
	color: #C00;
}

.storyBoxTop {
	background-image: url(/images/page/whiteBox-top.png);
	background-repeat: no-repeat;
	width: 700px;
	height: 23px;
}

.storyBoxBKGD {
	background-image: url(/images/page/whiteBox-middle.png);
	background-repeat: repeat-y;
	width: 700px;
	height: 4px;
	padding-left: 0px;
	padding-right: 0px;
}

.storyBoxBottom {
	background-image: url(/images/page/whiteBox-bottom.png);
	background-repeat: no-repeat;
	width: 700px;
	height: 19px;
}

#footer {
    background: #c1b69d url(/images/footer.png) left top repeat-x;
	padding:79px 0 48px;
    border-bottom: 5px solid #66635c;
	background-image: url(/images/page/footer-bkgd.png);
	background-repeat: repeat-x;
	background-color: #686f8c;
	padding-top: 30px;
	padding-bottom: 70px;
	text-align: center;
	height: 144px;
}

#footer ul {
    width: 166px;
    float: left;
    border: 1px solid #ded1b5;
    border-width: 0 1px;
    border-color: #ded1b5 #958978 #ded1b5 #ded1b5;
    padding: 30px 0 10px 24px;
    background: url(/images/page/title-more-pete.png) no-repeat 12px 5px;
    font-weight: normal;
	text-align: left;
	list-style: none;
	font-size: 13px;
	color: #2f323f;
	padding-right: 12px;
	height: 120px;
	padding-left: 12px;
}

#footer ul li {
    margin: 7px 0;
}

#footer ul.more_pete {
    border-left: 0;
}

#footer ul.more_info {
    background-image: url(/images/page/title-important-info.png);
}

#footer ul.contact {
    background-image: url(/images/page/title-contact.png);
}

#footer ul.copyright {
    background-image: url(/images/page/title-copyright.png);
}

#footer ul.createdby {
	background-image: url(/images/page/title-createdby.png);
	border-right:0 none;
}

.footerLink, a.footerLink:link, a.footerLink:visited {
	color: #3c4051;
	color: #cfcfd1;
	text-decoration: none;
	font-weight: normal;
}

a.footerLink:hover {
	font-weight: normal;
	text-decoration: underline;
	text-transform: none;
	color: #2f323f;
	color: #006;
}



