/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  This file is a Cascading Style Sheets (CSS)  settings file.
  
  The settings in this file will apply to any web  page  that  
  references it with a line such as
   <link rel="Stylesheet" href="main.css" type="text/css">
   in the <head></head> section.

   For a good free tutorial on CSS visit
   http://www.w3schools.com/css/default.asp
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/*font-family: "Trebuchet MS", Tahoma, Arial;*/



body {
  font-size: 90%;
  color:#000000;
  margin:0px;
}

body, p, h1, h2, h3, table, td, th, ul, ol, textarea, input
{
font-family: "Trebuchet MS",verdana,helvetica,arial,sans-serif;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The menubar class seen below controls the appearance of the 
horizontal menu bar .
If you look at the 'div' element that surrounds the menu code in the html file,
you'll see the reference to the menubar class 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.menubar	{
  color:		#000080;
	font-size : 90%;;
	font-weight : bold;
	border : 1px Navy;
	border-top-style : solid;
	border-bottom-style : solid;
	padding-top : 1px;
	padding-bottom : 2px;
	}

.creditline {
 font-size:70%; 
 font-weight: bold; 
 text-align : right;
}

.clubtitle {
  font-size:150%; 
  font-weight: bold;
  text-align : center;
	color: #000080;
  }

.pagetitle {
  font-size:125%; 
  font-weight: bold;
	color: #000080;
  padding-top: 10px;
  padding-bottom: 10px;
	}

.sectiontitle {
  font-size:115%; 
	color: #000080;
  padding-top: 10px;
  padding-bottom: 10px;
}