body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10pt;
}
a {
	color: #006;
	text-decoration: underline;
}

div#main {
	border: 1px gray solid;
	width: 760px;
	margin: 0 auto;
}
div.clearer {
	clear: both;
}

div#banner {
	text-align: center;
	width: 758px;
	height: 55px;
}
div#banner #logo {
	float: left;
	width: 330px;
	padding-bottom: 10px;
}
div#banner #bannerContact {
	padding-top: 20px;
	float: right;
	width: 300px;
	text-align: right;
}

#navigation {
	margin: 0 auto;
	height: 29px;
	text-align: center;
	background-color: #d0d0d0;
}
#navigation ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#navigation ul li {
	border-color: #ddd;
	border-style: solid;
	border-width: 0 2px 0 0;
	float: left;
	width: auto;
	background-color: #d0d0d0;
}
#navigation ul li a {
	display: block;
	padding: 6px;
	vertical-align: middle;
	width: auto;
	text-decoration: none;
	font-weight: bold;
}
#navigation ul li a:hover {
	background-color: #f6f6f6;
}


div#leftNav {
	width: 150px;
	float: left;
}

div#content {
	width: 430px;
	padding: 10px;
	float: left;
}
div#contentNosidebar {
	width: 580px;
	padding: 10px;
	float: left;
}
div#contentSingleColumn {
	width: 730px;
	padding: 10px;
	float: left;
}


div#sidebar {
	width: 150px;
	float: right;
}

table#home_pub_grid {
	margin: 15px auto;
	width: 550px;
	border-collapse: collapse;
}
table#home_pub_grid td {
	border-collapse: collapse;
	padding: 5px;
	border: 1px solid #999;
	vertical-align: top;
	text-align: center;
}
table#home_pub_grid td img {
/*	width: 130px;*/
	margin-bottom: 3px;
}
table#home_pub_grid div.coverHead {
	width: 190px;
	height: 70px;
	vertical-align: middle;
	display: table-cell;
}
table#home_pub_grid div.coverHead img {
	display: block;
	margin: auto;
}
table#home_pub_grid div.cover img {
	border: 1px #ccc solid;
}

hr {
	border: 0;
	width: 65%;
	color: #009;
	background-color: #009;
	height: 1px;
	margin-top: 30px;
}

#copyright {
	margin: 8px 0;
}

img {
	border: 0;
}

.ads {
	width: 100%;
	margin: 30px auto 15px;
	border: 1px #fff solid;
	text-align: center;
}
.ad {
	display: inline;
	margin-right: 15px;
}
.ad img {
	border: 1px #ccc solid;
}




#footer {
	font-size: 80%;
	text-align: center;
	margin-bottom: 10px;
}
#footerlinks {
	text-align: center;
}

#pubmenuContainer {
	position: absolute;
}
#pubmenu {
	position: relative;
	top: 0;
	left: 0;
	z-index: 2;
	visibility: hidden;
}
.pubsubmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #006;
	font-weight: normal;
	position: relative;
	top: 0;
	left: 0;
	border-top: 0 white solid;
	border-right: 1px black solid;
	border-bottom: 1px black solid;
	border-left: 1px black solid;
	background-color: #fff;
	width: 128px;
	height: 15px;
	padding-left: 4px;
}






/*
#navigation {
	width: 12em;
	border-right: 1px solid #000;
	padding: 0 0 1em 0;
	margin-bottom: 1em;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	background-color: #90bade;
	color: #333;
}

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
#navigation li {
	border-bottom: 1px solid #90bade;
	margin: 0;
}
#navigation li a {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 10px solid #1958b7;
	border-right: 10px solid #508fc4;
	background-color: #2175bc;
	color: #fff;
	text-decoration: none;
	width: 100%;
}

html>body #navigation li a {
	width: auto;
}

#navigation li a:hover {
	border-left: 10px solid #1c64d1;
	border-right: 10px solid #5ba3e0;
	background-color: #2586d7;
	color: #fff;
}
*/