body{ font-family:Verdana, Arial, Helvetica, sans-serif; color:#747472; font-size:10pt; margin:0; background-color:#001F00;}
.smaller{ font-size:8pt; }
.titlebar{ background-color:#9C9CCE; width:100%;}
.searchbar{ background-color:#CCCCFF; width:100%; text-align:right; padding:1px 0px 1px 0px;}
.newsbar{ background-color:#42A413; color:#FFFFFF; width:100%;  padding:1px 0px 1px 5px;}

.wrapper{float:left; width:100%; }

.sidebar{ padding:25px 0px 10px 10px; width:125px; float:left; background-color:#003100; border-left:5px #FFFFFF solid; }

.secondcol{ float:left; width:125px; margin-left:-130px; padding-top:47px; color:#666666; background-color:#ffffff; }

/* container has a background gif for faux columns in the sidebar */
.container{width:992px;  margin:10px auto 0 auto; background-color:#ffffff; background-image:url(../images/bg_column.gif); background-repeat:repeat-y;}
.header{width:992px; margin:auto; border-bottom:#ffffff 1px solid; background-color:#FFFFFF;  }



.maincontent{  padding:25px 0 10px 0; margin:0 140px 0 150px; background-color: #ffffff; min-height:360px;   /*overflow:auto; removed for IE6 using display:table-cell */ } 
 

.footer{ clear:both; margin:auto; width:986px; color:#FFFFFF; font-size: 8pt; font-weight:bold; border-left:3px #FFFFFF solid; border-right:3px #FFFFFF solid;  border-bottom:8px #FFFFFF solid;}

.splitcolleft{width:397px; float:left; padding-right:16px;} /*  on the settings.php page  */
.splitcolright{width:397px; float:left;}

.spacebox{ padding: 25px 10px}
hr{ border:0; color:#276F00; background-color:#276F00; height: 3px;}
hr#wee{ height: 2px;}
.hrwee{ border:0; color:#276F00; background-color:#276F00; height: 2px;}/* *** for validation *** */
h1{ font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:normal; font-size:30pt; color:#FF6600;}
h2{ font-family:"Trebuchet MS",Verdana, Arial, Helvetica, sans-serif; text-transform: uppercase; color:#FF6600;}
h3{ color:#ffffff; background-color:#80C0F8; padding:2px;}

.pagetitle{ font-family:"Trebuchet MS",Verdana, Arial, Helvetica, sans-serif; text-transform: uppercase; font-weight:bold; font-size:15pt;  padding:17px 0 9px 0; color:#FF6600; 
/* font-size:20pt;  padding:17px 0 11px 0; THESE SIZES ARE THE SAME AS AN H1 HEADER */
/* font-size:15pt;  padding:17px 0 9px 0;  THESE SIZES ARE THE SAME AS AN H2 HEADER */}

.lastupdated{margin: auto; text-align:center;}

/* ***************  default links ******************* */
a:link{ color:#9BB3E9; text-decoration:underline; font-size:9pt;}
a:visited{color:#9BB3E9; text-decoration:underline;}
a:hover{color:#FC6610; text-decoration:underline; }
a:active{color:#FC6610; text-decoration:underline;}

/* ********** navigation buttons *********** */
.buttons{}
		
a:link.buttons , a:visited.buttons{

border-width: 1px 0 1px 1px; border-style:solid;
border-color: #276F00;
width: 120px;
background: #276F00;
text-decoration:none;
color:#FFFFFF;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
float:right;
padding:4px 2px; 
margin-bottom:5px;
}

a:hover.buttons , a:active.buttons
{
background: #42A413;
color:#ffffff;
}

#hover.buttons /* the # makes it an id identifier. using this for the php bit */
	{  background: #42A413;
color:#ffffff;}
/* ********** subgroup buttons *********** */
a:link.sub , a:visited.sub{ border-width: 1px 0 1px 1px; border-style:solid;
border-color: #65E02A;
width: 120px;
background: #65E02A;
text-decoration:none;
color:#003100;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
float:right;
padding:2px; 
margin-bottom:5px;}

a:hover.sub , a:active.sub
{
background: #ABFA84;
color:#003100;
}

#hover.sub /* the # makes it an id identifier. using this for the php bit */
	{  background: #ABFA84;
color:#003100;}

/* ********** table borders *********** */

.colourtable, .colourtable td{  border-collapse:collapse;
border: solid 1px  #9C9CCE; /*outside border*/
}

/* ***************  more links ******************* */
.morelink{ color:#9BB3E9; text-decoration:none; font-weight:bold;}
a:link.morelink{color:#9BB3E9; text-decoration:none;}
a:visited.morelink{color:#9BB3E9; text-decoration:none;}
a:hover.morelink{color:#FC6610; text-decoration:none; }
a:active.morelink{color:#FC6610; text-decoration:none;}
/* ***************   ******************* */

/* ***************  top links ******************* */
.toplink{ color:#ffffff; text-decoration:none; font-weight:bold; font-size:8pt;}
a:link.toplink{color:#ffffff; text-decoration:none;}
a:visited.toplink{color:#ffffff; text-decoration:none;}
a:hover.toplink{color:#FC6610; text-decoration:none; }
a:active.toplink{color:#FC6610; text-decoration:none;}

/* ***************  linkslink links ******************* */

a:link.linkslink, a:visited.linkslink {font-weight:bold; font-size:8pt; background-color:#42A413; padding:1px 10px; width:90%; color: #ffffff; text-decoration : none;  display:block; }
a:hover.linkslink, a:active.linkslink { font-weight:bold;  font-size:8pt; background-color:#276F00; padding:1px 10px; width:90%; color :#ffffff; text-decoration : none;  display:block; 
}
/* ***************   ******************* */

.red{ color:#FF0000}


/* ***************  calendar table  ******************* */
.caltable, .caltable th, .caltable td {
	border-collapse:collapse;
border: solid 1px  #9C9CCE; padding:3px;
}

/* the month and year header */
.caltable caption {
	font-size: 12pt; padding:5px;
}

/* day cells with events */
.caltable td.event {
	color: #999999;
	background-color:#cccccc;
}
/* ***************  end calendar table  ******************* */

/* ***************  title in shop  *************** */
.title{ background-color:#D8CBBA; padding:2px 0 2px 10px; font-weight:bold; color:#FFFFFF;}

.hide{ display:none;}

/* ***************  marquee links ******************* */
.marquee {}
a:link.marquee, a:visited.marquee {font-weight:bold; font-size:8pt;  padding:1px 10px;  color: #91BBE1; text-decoration : none;  }
a:hover.marquee, a:active.marquee { font-weight:bold;  font-size:8pt; background-color: #FF6600; padding:1px 10px;  color :#ffffff; text-decoration : none; 
}

/* *************** quotebox ******************* */
.sponsorbox{ background-image:url(../images/sponsor.jpg); background-repeat:no-repeat; 
width:540px; 	min-height:32px;
border-style: solid;
				border-color: #34CC66;
				border-width: 1px ;
				padding:10px 10px 10px 60px;
				font-size:8pt; 
				margin-bottom:10px; margin-top:10px; margin-left:auto; margin-right:auto;
				
		}		
/* ***************  begin pagination ******************* */
div.pagination {
	padding: 3px;
	margin: 3px;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #AAAADD;
	
	text-decoration: none; /* no underline */
	color: #000099;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #000099;

	color: #000;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
		border: 1px solid #000099;
		
		font-weight: bold;
		background-color: #000099;
		color: #FFF;
	}
	div.pagination span.disabled {
		padding: 2px 5px 2px 5px;
		margin: 2px;
		border: 1px solid #EEE;
	
		color: #DDD;
	}
/* ***************  end pagination ******************* */
