* {
	padding: 0;
	margin: 0;
	font-size: 1em;
}

html {
	background-image: url("img/bg.png");
}


body {
	font-size: 80%;
	padding: 0;
	margin: 0;
	background-color: #2d4b67;
	background-image: url("img/bg.png");
	font-family: Georgia, Times New Roman, Serif, Sans-serif;
	text-align: center;
	padding-bottom: 20px;
}

#bodyInner {
	background-image: url("img/top-bg.png");
	background-repeat: repeat-x;
}

a {
	color: #2d4b67;
}

a:hover {
	color: #708ca7;
}

/* TOP BAR */

#topBar {
	height: 75px;
}

#topBar .inner {
	height: 75px;
	width: 720px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	color: #7c7c7c;
	position: relative;
}

#topBar .inner h1 {
	margin: 0;
	padding: 0;
	line-height: 75px;
	font-size: 1.75em;
}

#topBar .inner h1 a {
	text-decoration: none;
	color: #7c7c7c;
}

#topBar .inner ul {
	position: absolute;
	top: 0;
	right: 0;
	list-style: none;
	border-right: 1px solid #7c7c7c;
}

#topBar .inner ul li {
	display: block;
	float: right;
	height: 75px;
	border-left: 1px solid #7c7c7c;
}

#topBar .inner ul li a {
	display: block;
	padding-left: 4ex;
	padding-right: 4ex;
	line-height: 75px;
	text-decoration: none;
	color: #7c7c7c;
	font-size: 1.25em;
}

#topBar .inner ul li a:hover {
	background-image: url("img/top-bar-hover-bg.png");
	color: #FFFFFF;
}

/* MAIN CONTAINER */

#mainContainer {
	width: 740px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

/* HEADER */

#header {
	width: 740px;
	height: 86px;
}

#header h1 a {
	display: block;
	width: 740px;
	height: 86px;
	background-image: url("img/header.png");
	background-repeat: no-repeat;
}

#header h1 a span {
	display: none;
}

/* INNER NAV */

#innerNav {
	width: 740px;
	background-image: url("img/inner-nav-bg.png");
	background-repeat: repeat-y;
}

#innerNav .inner {
	width: 740px;
	background-image: url("img/inner-nav-top.png");
	background-repeat: no-repeat;
}

#innerNav .inner ul {
	width: 740px;
	background-image: url("img/inner-nav-bottom.png");
	background-repeat: no-repeat;
	background-position: bottom left;
	list-style: none;
	height: 45px;
}

#innerNav .inner ul li {
	border-left: 1px solid #0b131a;
	float: left;
	
}

#innerNav .inner ul li.first {
	border-left: none;
	margin-left: 10px;
}

#innerNav .inner ul li a {
	color: #abafb2;
	font-family: Verdana, Arial, Sans-serif;
	line-height: 3em;
	padding-left: 2ex;
	padding-right: 2ex;
	line-height: 45px;
}

#innerNav .inner ul li a:hover {
	color: #FFFFFF;
}

/* CONTENT */

#content {
	width: 740px;
	background-image: url("img/content-bg.png");
	background-repeat: repeat-y;
	clear: both;
}

#content .inner {
	width: 740px;
	background-image: url("img/content-top.png");
	background-repeat: no-repeat;
}

#content .inner .inner {
	width: 680px;
	background-image: url("img/content-bottom.png");
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 10px 30px 10px 30px;
}

#content h2 {
	color: #e95b2d;
	border-bottom: 1px solid #e95b2d;
	display: block;
	font-size: 1.75em;
	font-weight: normal;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}

#content p {
	margin-top: 0.5em;
	margin-bottom: 0.75em;
}

#content ul li {
	margin-left: 20px;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
}

/* FOOTER */

#footer {
	width: 740px;
	background-image: url("img/footer-bg.png");
	background-repeat: repeat-y;
}

#footer .inner {
	width: 740px;
	background-image: url("img/footer-top.png");
	background-repeat: no-repeat;
	padding: 10px 20px 10px 20px;
	color: #9ab6d1;
	font-family: Verdana, Arial, Sans-serif;
}

#footer .inner a {
	color: #9ab6d1;
}

#footer .inner a:hover {
	color: #ffffff;
}

/* DATED ITEMS */

.datedItem {
	padding-left: 175px;
	position: relative;
	border-bottom: 1px solid #EEEEEE;
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
}

.datedItem h3 .date {
	position: absolute;
	font-weight: normal;
	display: block;
	margin-left: -175px;
}

.datedItem h3 .sep {
	display: none;
}

.datedItem.shortDate {
	padding-left: 50px;
}

.datedItem.shortDate h3 .date {
	margin-left: -50px;
}