a {
	color: #E25000;
}

a:link, a:visited {
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

body {
	font-family: "gill sans", "arial", "helvetica", sans-serif;
	font-size: 12px;
	color: #401707;
}

.menuCurrentPage {
	color: #E25000;
	font-style: normal;
	border-bottom-color: #E25000;
}

.menuNoncurrentPage {
	color: #401707;
	border-bottom-color: #401707;
}

.pageHeading {
	font-weight: normal;
	color: #E25000;
	font-size: 1.5em;
	margin-top: 0px;
}

.newsHeading
{
	font-weight: bold;
	font-size: 1.1em;
	color: #E25000;
}

.newsItemDate
{
	color: #401707;
}

#pageLogoHeader {
    position: absolute;
    top: 24px;
    left: 20px;
    width: 960px;
    height: 40px;
}

#pageMainMenu {
    position: absolute;
    top: 70px;
    left: 20px;
    width: 960px;
    height: 40px;
}

#pageSideBar {
    position: absolute;
    top: 110px;
    left: 20px;
    width: 240px;
}

#pageMainContent {
    position: absolute;
    top: 110px;
    left: 280px;
    width: 700px;
}

#pageFooter {
    position: absolute;
    top: 740px;
    left: 20px;
    width: 960px;
    
}

#slideShowContainer {
    position: relative;
    height: 420px;
}
