body {
	margin: 0;
	padding: 0;
	background-image: url(images/bodyBg.gif);
	background-position: top center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
}

h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1.2em;
}
h3 {
	font-size: 1em;
}

a {
	color: #507e71;
}
a:hover {
	color: #d1781f;
}

ul {
    margin: 0;
    padding: 0;
}
li {
    margin: 0 0 0 20px;
    padding: 0;
}


.news h2 {
	margin-bottom: 0;
}
.news h3 {
	margin-top: 0;
	font-weight: normal;
	font-style: italic;
}

.horizontalList {
	margin: 5px;
	padding: 0;
	list-style-type: none;
	overflow: auto;
}
.horizontalList li {
	float: left;
	margin: 0;
	padding: 0 5px;
}
.subSection {
	padding-left: 20px;
}

.error {
	color: #f00;
}


#topBannerContainer {
	height: 66px;
	background-image: url(images/tbBodyBg.gif);
	background-position: top center;
}
#topBannerPage {
	margin: 0 auto;
	width: 790px;
	height: 66px;
	background-color: #fff;
}
#tbLeft {
	float: left;
	width: 14px;
	height: 66px;
	background-image: url(images/tbBorderLeft.gif);
}
#topBanner {
	float: left;
	width: 766px;
	height: 66px;
	background-image: url(images/tbPageBg.gif);
}
#logo {
	float: left;
	margin-left: 5px;
	width: 275px;
	height: 0;
	padding-top: 66px;
	background-image: url(images/apicsLogo.gif);
	background-position: top left;
	background-repeat: no-repeat;
	overflow: hidden;
}
#chapter {
	float: right;
	padding: 32px 10px 0 0;
	color: #fff;
	text-align: right;
}
#chapter h3 {
	margin: 0;
	padding: 0;
	font-size: 1.3em;
}
#tbRight {
	float: left;
	width: 10px;
	height: 66px;
	background-image: url(images/tbBorderRight.gif);
}

#pageBorderRight {
	margin: 0 auto;
	padding-right: 10px;
	width: 780px;
	background-image: url(images/contentBorderRight.gif);
	background-position: top right;
}
#pageBorderLeft {
	padding: 9px 0;
	width: 780px;
	background-image: url(images/contentBorderLeft.gif);
	background-repeat: repeat-y;
	background-color: #fff;
}
#menuContainer {
	float: left;
}
#menuBorderTopLeft {
	width: 14px;
	height: 14px;
	background-image: url(images/menuBorderTopLeft.gif);
}
#menu {
	background-image: url(images/menuBorderLeft.gif);
	background-repeat: repeat-y;
}
#innerMenu {
}
.topNavigation,
.topNavigation li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.topNavigation {
	margin-left: 5px;
	width: 155px;
}
.topNavigation li {
	border-bottom: 1px solid #4c7b6e;
	border-right: 1px solid #4c7b6e;
}
.topNavigation .firstItem {
	border-top: 1px solid #4c7b6e;
	background-image: url(images/menuCornerTopRight.gif);
	background-position: top right;
	background-repeat: no-repeat;
}
.topNavigation .lastItem {
	background-image: url(images/menuCornerBottomRight.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}
.topNavigation a {
	display: block;
	width: 136px;
	border-left: 8px solid #88a79f;
	padding: 1px 5px;
	color: #185645;
	font-weight: bold;
	text-decoration: none;
}
.topNavigation .currentItem a {
	border-left: 8px solid #507e71;
}
.topNavigation a:hover {
	border-left: 8px solid #d1781f;
	color: #488675;
}
#menuBorderBottomLeft {
	width: 14px;
	height: 14px;
	background-image: url(images/menuBorderBottomLeft.gif);
}
#page {
	width: 617px;
	overflow: auto;
}
#pageSpacer {
	float: left;
	width: 1px;
	height: 22em;
}

.content {
	float: left;
	width: 596px;
	margin: 10px 0;
	padding: 0 10px;
	text-align: justify;
}
.admin {
	text-align: left;
}
.mainContent {
	float: left;
	margin: 10px 0;
	border-right: 1px solid #a4bbb5;
	padding: 0 10px;
	width: 415px;
	text-align: justify;
}

.sideContent {
	float: left;
	margin: 10px 0 10px -1px;
	border-left: 1px solid #a4bbb5;
	padding: 0 10px;
	width: 160px;
}

#bottomBannerContainer {
	height: 24px;
	background-image: url(images/bbBodyBg.gif);
	background-position: top center;
	background-repeat: repeat-x;
}
#bottomBanner {
	margin: 0 auto;
	width: 790px;
	height: 24px;
}
#bbLeft {
	float: left;
	width: 14px;
	height: 24px;
	background-image: url(images/bbBorderLeft.gif);
}
#bbCenter {
	float: left;
	width: 766px;
	height: 24px;
	background-image: url(images/bbPageBg.gif);
}
#bottomNavigation {
	overflow: auto;
	margin: 0;
	padding: 2px 0 0 25px;
	list-style-type: none;
}
#bottomNavigation li {
	float: left;
	margin: 0;
	padding: 0 4px 0 3px;
	border-left: 1px solid #fff;
	list-style-type: none;
	font-size: 0.9em;
	font-weight: bold;
}
#bottomNavigation .firstItem {
	border: 0 none;
}
#bottomNavigation a {
	color: #fff;
	text-decoration: none;
}
#bbRight {
	float: left;
	padding-left: 6px;
	width: 4px;
	height: 24px;
	background-image: url(images/bbBorderRight.gif);
	background-repeat: no-repeat;
}
#bbRightShadow {
	width: 4px;
	height: 17px;
	background-image: url(images/bbBorderRightShadow.gif);
}


#anniversaryLogo {
	margin: 0 auto;
	margin-top: 40px;
	width: 126px;
	height: 0;
	padding-top: 31px;
	overflow: hidden;
	background-image: url(images/celebrating50.gif);
}


.wideTable {
	padding: 10px;
	width: 572px;
	overflow: auto;
}

