#pgheader {
	font: bold 24pt Arial;
	width: 700px;
	border-top: 4px groove blue;
	border-bottom: 4px groove blue;
	margin-left: auto;
	margin-right: auto;
	}

#pgfooter {
	clear: both;
	text-align: center;
	width: 700px;
	border-top: 1px solid blue;
	border-bottom: 4px groove blue;
	margin-left: auto;
	margin-right: auto;
	}

#pgnav {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px solid blue;
	}

#pgbody {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	}

body	{
	background: url("cb.png");
	}

table.tblnav {
	width: 100%;
	}

td.tblnav {
	background: #ffffff url(nav.gif) repeat-x;
	text-align: center;
	color: #203276;
	border-top: 2px solid #fff;
	border-right: 2px solid #c6cdd8;
	border-bottom: 2px solid #c6cdd8;
	border-left: 2px solid #fff
	}

td.tblnav a {
	text-decoration: none;
	}

td.tblnav:hover {
	background: #f3f8fd url(nav2.gif) repeat-x;
	}

td.tblnavsel {
	background: #f3f8fd;
	font: bold 12pt Helvitica;
	text-align: center;
	color: #203276;
	border-top: 2px solid #fff;
	border-right: 2px solid #c6cdd8;
	border-bottom: 2px solid #c6cdd8;
	border-left: 2px solid #fff
	}

td.tblnavsel a {
	text-decoration: none;
	}

div.newsdate {
	font: bold 12pt Arial;
	color: red;
	}

div#left {
	float: left;
	width: 150px;
	}

div#right {
	float: right;
	width: 150px;
	}

div#middle {
	padding: 0px 160px 5px 160px;
	margin: 0px;
	}