body
{
	color: black;
	padding: 0px;
	margin: 0px;
	background-color: white;
	background-image: none;
}

.sdsidebar table
{
	width: 200px;
	border-collapse: collapse;
}

.sdsidebar table td
{
	font-size: 11px;
	padding:5px
}

.newshead
{
	font-size: 120%;
	font-weight: bolder;
	color: navy;	
}
.newsdate
{
	font-size: 120%;
	color: maroon;
}

td.sidehead{
	padding: 0px;
	margin: 0px;
	color: black;
	text-align: center;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 14px;
	background-color: silver;
	border-width: 1px;
	border-style: solid;
	border-color: gray;
	background-image: none;
}
td.sidemain{
	padding: 5px;
	margin: 0px;
	color: black;
	background-color: white;
	background-image: none;
	border-width: 1px;
	border-style: solid;
	border-color: gray;
}

table.maintable
{
	position: absolute;
	top: 85px;
	left: 0px;
	clear: both;
	padding: 0px;
	margin: 0px;
	width: 786px;
}

.maintable td
{
	vertical-align:top;
	padding: 10px;
	margin: 0px;
	font-size: 12px;
	font-family: verdana,helvetica,sans-serif;
}

.maintable ul li
{
	margin:5px;
	padding:0px;
}

.maintable a, .maintable a:link
{
	color:#008B8B;	
}

.maintable a:active
{
	color:blue;
}

.maintable a:hover
{
	color:red;
}

.maintable a:visited
{
	color:#005B5B;
}

.bookshop_list td
{
	padding:3px;
	margin:10px;
}

div.topbit
{
	z-index: 5000;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 800px;
}

.logodiv
{
	position: absolute;
	top: 0px;
	left: 0px;
	border-width: 0px 1px 0px 0px;
	border-style: solid;
	border-color: gray;
}

.logoimg
{
	width: 774px;
	height: 60px;
}	

.htitle
{
	z-index: 1;
}

.htitle td
{
	position: absolute;
	top: 20px;
	left: 0px;
	width: 760px;
	height: 40px;
	color: navy;
	font-size: 25px;
	font-weight: normal;
	font-family: verdana,helvetica,sans-serif;
	text-align: right;
	vertical-align: bottom;
	padding: 5px;
	z-index: 2;
}


table.bookshop_list
{
	margin: 0px 50px;
	width: 640px;
	border-width: 1px;
	border-style: solid;
	border-color: black;
}

table.bookshop_list th
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: silver;
}

.menusoon
{
	color: red;
	font-size: 80%;
}

.xlink
{
	font-size: 80%;
}

h1
{
	text-align: center;
	color: navy;
	font-size: 16px;
	text-shadow: 3px 3px;
	font-weight: bold;
}

h1.error
{
	color: red;
	font-size: 20px;
}

h2
{
	text-align: left;
	color: maroon;
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
}

ul
{
	list-style-type: circle;
	list-style-position: outside;
}

#udm,#udm ul,#udm ul ul
{
	font-size:15px;
}

#udm ul li strong
{
	color: red;
	font-weight: bolder;
}
/* necessary help layer styles */
#udmKeyHelp {
	
	/* z-index should be (um.orientation[6] + 21000) */ 
	z-index:22000;
			
	position:absolute;
	height:auto;
	left:0;
	top:0;
	}

/* customisable help layer styles */
#udmKeyHelp {
	width:16em;
	margin-left:0.7em;
	margin-top:-0.1em;
	padding:0.5em 0.8em;
	border-width:1px;
	border-style:solid;
	border-color:#bdb #080 #080 #bdb;
	color:#050;
	background-color:#f8fbd0;
	background-image: none;
	font-family:verdana,sans-serif;
	font-size:70%;
	/* filter:progid:DXImageTransform.Microsoft.Shadow(color=#bbddbb,direction=135,strength=2); */
	}
/* customisable key button styles */
#udm kbd {
	font-weight:normal;
	font-size:100%;
	letter-spacing:0.01em;
	position:absolute;
	right:6px;
	top:4px;
	border-width:1px;
	border-style:solid;
	border-color:#eec #cb7 #cb7 #eec;
	padding:0 0.2em;
	}
