.topNav {
	float: right;
	width: 725px;
	margin: 20px 0;
	padding-right: 5px;
	}

ul.navList {
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
	height: 30px;
	float: right;
	background-color: #7288aa;
	width: 712px;
	overflow: hidden;
	}
ul.navList li {
	float: left;
	text-align: center;
	border-right: 1px solid #1c2e60;
	}
ul.navList li a{
	display: block;
	width: 100px;
	xpadding: 0 21px;
	font: bold 1.2em/30px 'arial narrow',arial,sans-serif;
	vertical-align: middle;
	color: #fff;
	text-decoration: none;
	}
	
ul.navList li a:hover{
	background-color: #28477d;
	color: #fff;
	text-decoration: none;
	}
.navLeft, .navRight {
	height: 30px;
	width: 6px;
	xmargin-top: 10px;
	}
.navLeft {
	float: left;
	background: transparent url(images/navLeft_bg.png) 0 0 no-repeat;
	}
.navRight {
	float: right;
	background: transparent url(images/navRight_bg.png) 0 0 no-repeat;
	}
table.events {
	width: 840px;
	margin: 20px auto;
	clear: both;
	border: 1px solid #000;
	font-size: 1.2em;
	border-collapse: collapse;
	background-color: #ddd;
	color: #000;
	}
table.events thead tr {
	height: 30px;
	}
table.events thead tr th{
	text-align: center;
	vertical-align: middle;
	}
table.events thead tr th a{
	color: #444;
	}
table.events tr {
	height: 50px;
	border: 1px solid #000;
	vertical-align: top;
	}
table.events tr.days {
	text-align: center;
	vertical-align: middle;
	height: 30px;
	}
table.events td {
	width: 140px;
	border: 1px solid #000;
	}
.blogListBottom {
	background: transparent url(images/bloglistBottom_bg.png) 0 0 no-repeat;
	margin-bottom: 15px;
	width: 215px;
	height: 9px;
	}
.postBottom {
	background: transparent url(images/post_bottom.png) 0 0 no-repeat;
	margin-bottom: 15px;
	width: 725px;
	height: 8px;
	clear: both;
}
.links {
	margin-left:  258px;
	padding-bottom: 20px;
	background-color: #3A6C9A
	}
.links ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
.links ul li {
	margin: 10px 0;
	}
.links ul li ul {
	margin-left:20px;
}
.pbLinks {
	clear: none;
	margin-left: 258px;
	}
.diggWrap {
	float: left;
	margin-right: 20px;
	}