body {
	margin:0px;
	padding:0px;
  font-family: Arial, sans-serif;
}
/* ============================== masthead */
#masthead {
	/*background-image:url("background-top.gif");
	background-color:rgb(214,214,214);
	/*margin-left:65px;*/
	padding:0px;
	border-bottom:solid rgb(0, 0, 0) 12px; /* spacing hack */
	/*margin-bottom:1px;*/
	
	
}
h1 {
	float:left;
	margin:0px;
	padding:0px;
	
	/*
	margin-left:5px;
	border:solid yellow 1px;
	margin-bottom:10px;
	*/
	
}
/* image replacement */
h1 a, h1 span {
	height:90px;
	width:330px;
}
h1 a {
	display:block;
	position:relative;	
}
h1 span {
	display:block;
	position:absolute;	
	left:0; top:0; z-index:1;
	margin:0; padding:0;
	background:url('images/logo2.jpg') no-repeat top left;
}
div.BUadvert {
	float:right;
	margin:0px;
	padding-left:16px;
	padding-bottom:16px;
	background-image:url('images/corner-adbanner-wide.gif');
	background-repeat:no-repeat;
	background-position: left bottom;
}
div.spacer {
	clear:both;
}
div.bar {
	width: 100%;
	background:000000;
}
/* ============================== main positioning */
#main {
	position:relative;
	margin-top:5px;
	width:1275px;
}
* html #main {
	/* for stupid IE */
	height:1px;
}
#leftbar, #rightbar {
	position:absolute;
	top:0px;
}
#leftbar {
	left:10.5px;
	width:9.5em;
}
#center {
	/*
	margin:0px 13em 0px 11em;*/
	margin:0px;
	margin-left:10.5em;
	margin-right:1em;
}
/* for pages with a right-side bar */
#main.threecolumn #center {
	margin-right:14em;
}
#rightbar {
	right:0px;
	width:9.5em;
}
/* ============================== content */
#content {
	width: 100%; /* fix IE float bug */
}
#content-inner {
  font-size:9pt;
	padding:1.5em;
	line-height:130%;
}
#content h3, #content h4 {
	margin:0px;
	padding:0px;
	margin-bottom:0.5em;
  font-family: Verdana,sans-serif; 
}
#content h3 {
  margin-top: 2.5em;
  margin-bottom: 1em;
  font-size:120%;
}
#content h3.first {
  margin-top: 0;
}
#content h4 {
  font-size:110%;
  font-family: Arial,sans-serif;
  margin-top: 1.5em;
}
#content p {
	margin:0em 0px 1em;
}
#content li {
  margin-bottom: 1em;
}
/* ============================== forms */
.form {
	margin:0px auto;
	padding:1em;
}/* ============================== sidebars */
#rightbar h2 {
	text-align:right;
}
/* sidebar boxes */
#leftbar div, #rightbar div {
	margin:0px;
	margin-bottom:1em;
}
/* inner spacing in sidebar boxes provided 
by first inner element that makes the corner */
#leftbar .top-corner, #rightbar .top-corner  {
	padding-top:1.2em;
}
#rightbar p.top-corner {
  padding-left: 1.3em;
}
#leftbar ul.top-corner,
#rightbar ul.top-corner {
  padding-top: 0.9em;
}
#leftbar .bottom-corner {
	padding-bottom:1.4em;
}
/* sidebar subtitles */
#leftbar h3, #rightbar h3 {
  font-size:9pt;
	margin:0px;
	padding:0em 1em 0.25em;
}
/* sidebar sub-sub-titles */
h3 span {
	display:block;
	font-size:80%;
	padding:0.25em 0px;
}
#leftbar li, #rightbar li,
#leftbar p, #rightbar p {
	font-size:9pt;
}
#rightbar .webbutton, #rightbar .host {
	text-align:right;
}
/* spacing tweaks */
h3 + ul li {
	padding-left:0.5em;
}
#leftbar ul + h3, #rightbar ul + h3 {
	padding-top:0em;
}
#leftbar ul, #rightbar ul, 
 #rightbar p {
	margin:0px;
	padding:0em 1.0em 1em;
}
#leftbar li, #rightbar li {
	margin:0px; /* opera! */
  line-height: 140%;
}
#leftbar ul, #rightbar ul {
	list-style-type:none;
}
/* ============================== footer */
#footer {
	font-size:90%;	
	text-align:center;
	margin:0px;
}
#footer-inner {
  font-size: 9pt;
	padding:1em;
	clear:both;
}
/* non-news footer: */
#footer.sitelinks {
	padding-top:2em;
}
#footer.sitelinks p {
	text-align:right;
	margin:0.5em 0em ;
	padding:0px;
  font-size:9pt;
}
/* ============================== colours & visual style */
body, .form  {background-color:rgb(214,214,214);}
#content, #rightbar div, #footer {background-color:rgb(255,255,248);}

#leftbar div {background-color:rgb(0,0,94); color:rgb(0,0,94);}

#leftbar a {color:rgb(255,255,255);}

#leftbar a:hover {color:rgb(255,255,0);}

#leftbar h2 {
	/* all titles in dark bars */
  font-family: Verdana,sans-serif;
  font-size:90%;
  font-weight:bold;
	color:white;
	background-color:rgb(147,0,0);
	/*background-color:#000033;*/
	
	margin:0px;
	padding:2px 12px;
	height:1.25em;
}h2 {
	/* all titles in dark bars */
  font-family: Verdana,sans-serif;
  font-size:90%;
  font-weight:bold;
	color:white;
	background-color:rgb(0,0,94);
	/*background-color:rgb(0,0,94);*/
	
	margin:0px;
	padding:2px 12px;
	height:1.25em;
}
a {
	color:rgb(85, 90, 121);
}
xx-a:hover {
	background-color:rgb(203, 204, 219);
	text-decoration:none;
	
	background-color:rgb(85, 90, 121);
	color:rgb(203, 204, 219);
	color:white;
}
#rightbar .webbutton a:hover {
	background-color:transparent;
}
/* ================= corners: titles */
h2 {
	background-repeat: no-repeat;
}
/* top-left title corner */
	/* using #center for top-left of middle, #center h2 for top-right */
#center, #rightbar h2 {
	background-position: left top;
	background-image:url('images/corner-left-title-wide.gif');
}
#center {
	background-repeat: no-repeat;
	background-color:rgb(147,0,0); /* fills in center H2 */
		/* mozilla bug here: creates ugly line at foot due to pixel rounding */
}
/* top-right title corner */
#center h2{
	background-position: 
               right top;
	background-image:url('images/corner-right-title.gif');
}
#leftbar h2 {
	background-position: right top;
	background-image:url('images/left-corner-right-title.gif');
}
#center h2 {
	margin-left:18px; /* to allow the top left corner of #center to show through */
	padding-left:0px;
}
/* ================= corners: bodies: top */
/* top-left body corner */
#rightbar .top-corner, 
#content {
	background-position: left top;
	background-image:url('images/corner-left-body.gif');
	background-repeat: no-repeat
}
/* top-right body corner */
#content-inner	{
	background-position: right top;
	background-image:url('images/corner-right-body.gif');
	background-repeat: no-repeat
}
#leftbar .top-corner {
	background-position: right top;
	background-image:url('images/left-corner-right-body.gif');
	background-repeat: no-repeat
}
/* bottom-left body corner */
#rightbar div, #footer {
	background-position: left bottom;
	background-image:url('images/corner-left-bottom.gif');
	background-repeat: no-repeat
}
/* bottom-right body corner */
#leftbar div{
	background-position: right bottom;
	background-image:url('images/left-corner-right-bottom.gif');
	background-repeat: no-repeat
}
#footer-inner {
	background-position: right bottom;
	background-image:url('images/corner-right-bottom.gif');
	background-repeat: no-repeat
}/* ============================== news page */
/* news content */
#content.news h3 {
	margin-bottom:0em; /* gap between date and poster line set by p.news-date */
	clear:both; /* for news images */
}
#content p.news-date {
	margin:0px;
	padding:0.4em 1.5em 1.5em;
	font-size:80%;	
}
#content h3.news-title a {
  color: black;
  text-decoration: none;
}
#content h3.news-title-first {
  margin-top: 0;
  margin-bottom: 0;
}
#content h3.news-title-middle {
  margin-top: 2.5em;
  margin-bottom: 0;
}
img.news-image {
	display:block;
	float:right;
	border:solid 1px black;
	margin-left:1em;
	margin-bottom:0.5em;
}
/* news footer */
a.nav-prev {
  font-size: 9pt;
	float:left;
	margin-left:1em;
}
a.nav-next {
  font-size: 9pt;
	float:right;
	margin-right:1em;
}	
* html #footer {
	/* for stupid IE */
	height:1px;
}
/* right-hand bar */
.potw {
	text-align:center;
}
.potw a:hover {
	background-color:transparent;
}
.potw a:hover img {
	border-color:white;
}
.potw img {
	margin:0.3em 0px 0.6em;
	border:solid 1px black;
}
img.potw-image {
  margin: 0;
}
li.doubleline {
	text-indent:-1em;
	padding-left:1em;
	
	text-indent:-5px;
	padding-left:5px;
}
li.spacebefore {
	margin-top:2ex;
}
dl.download dt {
  margin-left: 30px;
  margin-bottom: 6px;
  margin-top: 16px;
}
dl.download dd {
  margin-left: 60px;
}
table.download {
/* border-collapse: collapse; */
  margin-top: 1em;
  margin-bottom: 2em;
}
table.download th {
  text-align: left;
  font-weight: bold;
  padding-right: 2em;
}
table.download td.download-link {
  padding-right: 1em;
}
table.download td.download-size {
  padding-right: 3em;
  text-align: right;
}
p.download-thumbnail-explanation {
  padding-top: 3em;
  padding-bottom: 1em;
  font-weight: bold;
  text-align: center;
}
a.disabled:link,
a.disabled:visited,
a.disabled:hover,
a.disabled:active,
a.disabled:focus {
  color: #606060;
  text-decoration: line-through;
  cursor: default;
}
a:hover{
  color: blue;
}
#weather {
	right:0px;
	display:block;
	position:relative;	
	float:left;
	border:solid black 3px;
      clear: right;}
#weather2 {
	right:0px;
	display:block;
	position:relative;	
	float:right;
	border:solid black 3px;
    clear: right;
	width:30%;}
#newwebcontentcontainer
{
	display:block;
	position:relative;	
	float:right;
	border:solid black 3px;
	width: 70%;
margin: 10px auto;
background-color: #fff;
color: #333;
border: 1px solid gray;
line-height: 130%;
}
#forumcontainer
{
float: left;
width: 40%;
margin:  0 10px 10px 0px;
background-color:white;
padding: 10px;
border-top: 0px solid #999;
border-right: 0px solid #555;
border-bottom: 0px solid #555;
border-left: 0px solid #999;
clear:right;
}
#forumcontent {	color:#FFFFCC;
    clear: right;
	padding: 1.5em 1.5em 1em .5em ;
}
#forumcontent a{
	color:#FFFF99;
}
#forumtop
{
padding: .5em;
}#forumtop h1
{
font-size:12px;
padding: 0;
margin: 0;
}#contacts {
	float:left;
	background-color:#000000;
	right:0px;
	width:12.5em;
}
#contacts-back {
	float:right;
	background-color: #CCCCCC;
	right:0px;
	width:12.5em;
}
#contacts H1{
	background-color:#000099;
	color:#CCCCCC;
	width:100%;
	left:0;
	font-size:12px;
	font-weight:bold;
	clear: both;
	}
.picmonth
{
float: right;
width: 50%;
margin: 0 0 0px 10px;
background-color: #fff;
background-color:rgb(230,230,230);
/*background-color:808080;*/
padding: 10px;
border-top: 1px solid #999;
border-right: 2px solid #555;
border-bottom: 2px solid #555;
border-left: 1px solid #999;}
div.picmonth a
{
  color: black;
}
div.picmonth img
{
width:100%;
border-top: 2px solid #555;
border-right: 1px solid #999;
border-bottom: 1px solid #999;
border-left: 2px solid #555; 
clear:right;
}
.picmonth H2
{
font-size:16px;
}
.nextgame
{
float: right;width: 30%;
margin:  2px 0px 00px 0px;
/*background-color:808080;*/
padding: 2px;
border-top: 1px solid #999;
border-right: 2px solid #555;
border-bottom: 2px solid #555;
border-left: 1px solid #999;
clear:right;}