/* CSS Document Common */
body {font-family: verdana, Arial, sans-serif, "Times New Roman"; color: #000000; background:#0000FF;}


h1 {color: #000000; background-color: #FFFFFF; text-align: center; margin-top: 50px;}
h2 {font-size: 1.2em; color: #000000; background-color: #FFFFFF; text-align: center;} /* Margin top 50px to create white space between heading, logos and the content */
h3 {font-size: 1.1em; color: #000000; background-color: #FFFFFF; text-align: left;}
p {font-size: 1.0em; color: #000000; background-color: #FFFFFF; text-align: left;}


/* Club rooms photo on home page */
.club-rooms {width: 250px; height: 188px; margin: 7px; overflow: hidden; float: right;}

/* Page box is the area that contains all page content and headings */
#page-box {width: auto;
               height: auto; 
			   background: #FFFFFF;
			   color: #000000;
			   margin-top: 20px;
			   margin-left: 20px; 
			   margin-right: 15px;
			   margin-bottom: 20px; 
			   padding: 20px;
			   }

/* Content is the box that contains the text and pictures etc */
#content {color: #000000; 
		  background: #FFFFFF;
		  padding-top: 10px;
		  margin-top: 70px;
		  height: auto;
		 }

		  
.navigation a:hover {color: #FF0000;
				     background: #D4DDED;
				    }

/* For Visited Top Link */
#neutral-top {color: #000000;
		     background: #FFFFFF;
		     font-weight: bold;
		     }

/* For Visited Bottom Link */
#neutral-bottom {color: #000000;
		         background: #FFFFFF;
		         font-weight: bold;
		        }

/* BEAR LOGO */			  
#bear-l {
        position: absolute;
	    left: 80px;
		}
	  
#bear-r {
        position: absolute;
	    right: 80px;
        }

.bear  {top: 95px;}

dl {font-size: 0.75em;}
dt {margin-top: 10px; margin-bottom: 10px; font-weight: bold;}

span.highlight {color: #FF0000; font-size: 1.2em; font-weight: bold;}
span.advert {color: #FF0000; font-size: 0.95em; font-weight: bold;}

