body {
	width: 100%;
	background: #dedede url(../nav/content_bg.gif) repeat-y scroll center top;
}
.printOnly {
	display: none;
}
a:link, a:visited {
	color: #4A3E8A;
}
a:hover, a:active {
	color: #C00;
}
#outerContainer {
	text-align: center;
}
#innerContainer {
	width: 760px;
	margin: 0 auto;
	position: relative;
}
#pageWidthPic {
	height: 300px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
#pageWidthPic img {
	position: absolute;
	left: 0;
	top: 0;
	height: 300px;
}
#headContent {
	position: relative;	
	padding: 5px 20px;
}
#headContent span {
	font-size: 1.2em;
	position: absolute;
	top: 60px;
	right: 10px;
	text-align: right;
	color: #2a2a2a;
	font-style: italic;
	font-weight: normal;
	overflow: auto;
}
#navContent {
	background: #2a2a2a url(../nav/nav_bg.gif) repeat-x center;
	padding: 0 10px;
	font-size: 1.1em;
}
#navContent ul {
	list-style: none;
	width: 100%;
}
#navContent li {
	float: left;
}
#navContent a {
	display: block;
	text-decoration: none;
	padding: 0.6em 1em;
}
#navContent li ul {
	position: absolute;
	left: -999em;
	background: #2c2d2c;
}
#navContent li ul li {
	float: none;
}
#navContent li:hover ul {
	left: auto;
}
#navContent .sfhover ul {
	left: auto;
}
#navContent a:link, #navContent a:visited {
	color: #d2d2d2;
}
#navContent a:hover, #navContent a:active {
	color: #eaeaea;
}
#bodyContent {
	text-align: justify;
}
#bodyContent .pageWidth {
	background-color: #fff;
	padding: 20px 20px 10px;
}
#footerContent {
	border-top: #C6C6C6 1px dashed;
	border-bottom: #2d2e32 2px solid;
	background-color: #ebebeb;
}
#creditsContent {
	font-size: 0.75em;
	padding: 20px;
}
#creditsContent a {
	text-decoration: none;
}
#creditsContent a:link, #creditsContent a:visited {
	color: #9B9B9B;
}
#creditsContent a:hover, #creditsContent a:active {
	color: #717171;
}
.pageList a:link, .pageList a:visited {
	color: #2A2A2A
}
.pageList a:hover, .pageList a:active {
	color: #2A2A2A;
}
.pageList a:hover span, .pageList a:active span {
	background-color: #BDBDBD;
}
.pagination a:link, .pagination a:visited {
	color: #2A2A2A
}
.pagination a:hover, .pagination a:active {
	color: #2A2A2A;
	background-color: #BDBDBD;
}