* {
  padding:0;
  margin:0;
  }
  
body {
  text-align:center;
  background:#fff url('../../images/bg.png') repeat-y top center;
  font-family: "New Century Schoolbook", Georgia, serif; 
  }
 
a:link, a:visited {
  color:#31799F;
  }
  
a:hover {
  color:#444
  }
 
#content {
  margin:0 auto;
  text-align:left;
  padding-top:20px;
  width:750px;
  position:relative
  }
  
#masthead {
  float:left;
  width:680px;
  height:115px;
  padding-bottom:5px;
  color:#444
  }
  
#masthead img {
  margin-left:-10px;
  margin-right:15px
  }

#masthead h1, #masthead h2, #masthead p {
  margin-left:-5000px;
  line-height:0
  }

#mainnav {
  clear:both;
  list-style-type:none;
  text-align:center;
  padding-top:25px;
  background:#fff;
  font-family: "New Century Schoolbook", Times, serif;
  }
  
#mainnav li {
  float:left;
  display:block;
  height:22px;
  }
  
#mainnav li a:link, #mainnav li a:visited {
  text-decoration:none;
  color:#31799F;
  font-weight:bold;
  font-size:11pt;
  padding:6px 6.2px;
  border-left:1px solid #CEEDFC;
  border-right:1px solid #A0DCF8;
  border-top:1px solid #A0DCF8;
  background:#A0DCF8 url('../../images/mainnav_bg.png') repeat-x bottom left;
  }
  
#mainnav li a.current {
  background:#A0DCF8 url('../../images/mainnav_current.png') repeat-x bottom left;
  color:#265C78;
  }
  
#mainnav li a:hover {
  color:#785A3C;
  border-right:1px solid #fff;
  border-left:1px solid #fff;
  border-top:1px solid #fff;
  background-position:top left
  }
  
#main h3 {
  line-height:5;
  font-size:16pt;
  color:#444;
  margin-right:10px
  }
  
#main h4 {
  font-size:15pt;
  color:#326980;
  line-height:3;
  }
  
#main .float {
  float:left;
  width:560px
  }
  
#main p {
  font-family: "New Century Schoolbook", Georgia, serif;
  color:#000;
  font-size:11pt;
  margin-bottom:20px;
  }
    
h5 {
  color:#785a3c;
  line-height:3;
  font-size:13pt;
  font-family: "New Century Schoolbook", Times, serif;
  }
    
/* Footer styles */
  
#footer {
  width:750px;
  clear:both;
  float:none;
  padding:45px 0;
  background:#fff url('../../images/footer_bg.jpg') no-repeat top center;
  text-align:left;
  }

#footer a:link, #footer a:visited {
  color:#785a3c;
  text-decoration:none;
  display:block;
  float:left;
  margin-right:16px
  }

#footer a:hover {
  color:#444
  }

#footer a.presented {
  background:#fff url('../../images/presented.png') no-repeat top left;
  width:248px;
  height:16px;
  margin-left:4px
  }

#footer a.chat {
  background:#fff url('../../images/chat.png') no-repeat top left;
  width:177px;
  height:16px;
  }

#footer a.invite {
  background:#fff url('../../images/invite.png') no-repeat top left;
  width:99px;
  height:13px;
  }

#footer a.terms {
  background:#fff url('../../images/terms.png') no-repeat top left;
  width:158px;
  height:15px;
  }

#footer a.presented:hover, #footer a.chat:hover, #footer a.invite:hover, #footer a.terms:hover {
  background-position:bottom left
  }

#footer span {
  margin-left:-5000px
  }
    
.clear {
  float:none;
  clear:both
  }
  
/* News page styles */
  
form {
	padding-right: 30px;
	margin: 0;
	float:right
}
select {
	background-color: #eee;
	margin-top:35px
}

div.newsentry {
	width: 561px;
	margin:10px 0;
	background:#fff url('../../images/news_bg.gif') no-repeat top center;
}

div.newsdate {
	padding:20px 15px;
	margin: 0;
	font-family: "New Century Schoolbook", BernhardMod BT, Georgia, serif;
	font-size:14pt;
	color:#31799F;
	}
	
div.newstext {
	padding:20px 15px;
	margin: 0;
}

div.newstext img {
    padding:3px;
    border:1px solid #785a3c;
    margin:8px
    }

div.newserror {
	color: #f00;
}

#chatlive {
  position:absolute;
  top:2px;
  right:-60px;
  }
  
#chatlive a {
  background:#fff url('../../images/chatlive2.png') no-repeat center center;
  display:block;
  width:170px;
  height:103px;
  }
  
#chatlive a span {
  margin-left:-5000px
  }
  
.padded {
  padding-top:35px
  }
  
p.rss a {
  text-decoration:none;
  font-weight:bold
  }
  
p.rss img {
  border:0px none
  }
  
table {
  font-family: "New Century Schoolbook", Times, serif;
  font-weight:bold;
  margin-bottom:15px
  }
  
th {
  font-size:13pt;
  border-bottom:2px solid #444
  }
  
th, td {
  padding:1px 20px 1px 5px;
  }
  
tr:hover {
  color:#fff;
  background:#444
  }  
  
tr:hover a {
  color:#fff
  }

ul#archives {
  float:right;
  width:165px;
  margin-top:10px
}

ul#archives li {
  padding-bottom:8px
}
