#body {
background:#EEEEEE url(images/grad.gif) repeat-x;
margin-top: 0;
font-family: Arial, Helvetica, sans-serif;
font-size: 100.1%;
line-height: 1.2em;
}

a,
a:link,
a:visited {
	color: #FF6600;
	text-decoration: none;
}

a:hover {
	color: #FF6600;
	text-decoration: underline;
}

a:active,
a.active {
	color: #000033;
}

h4 {
	font-size: 1.2em;
	color: #000;
	text-decoration: none;
	margin-bottom: 2px;
}

h5 {
	font-size: 1.1em;
	color: #ff6600;
	text-decoration: none;
	margin-bottom: 4px;
}

img { 
	border: none;
}

#wrapper {
width: 980px;
background-color:#FFFFFF;
margin-left:auto;
margin-right:auto;
margin-top: 2em;
font-size: 0.9em;

}

#header {
	height: 184px;
	background: #ffffff url(images/header3.jpg);
}

#date {
	text-align: right;
	background-color: #CCCCCC;
	padding-right: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#content-left {
	background-color:#FFFFFF;
	width:150px;
	float:left;
}

#counter {
margin-left: 5px;
text-decoration:underline;
margin-bottom:3em;
}

#form {
margin-left: 5px;
}

.login
{
background-color:#FF6600;
border: 1px outset #ccc;
margin-top: 2px;
color:#FFFFFF;
}

#form1 {
width:120px;
background-color:#fee3ad;
}

#form2 {
background-color:#fee3ad;
}

#navcontainer {
	width: 145px;
}

#navcontainer ul {
	margin-left: 0;
	padding-left: 0;
	margin-top: 0;
	list-style-type: none;
}

#navcontainer a {
	display: block;
	padding: 3px;
	width: 135px;
	background-color: #000;
	border-bottom: 1px solid #eee;
}

#navcontainer a:link, #navlist a:visited
{
color: #EEE;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #848484;
color: #fff;
}

#main {
background-color:#ffffff;
width:460px;
float:left;
padding: 10px;
margin-top: 6px;
}

/*applies to all pages except homepage - bcoleman*/

#main1 {
width: 70%;
float:left;
margin-left:15px;
}

#gallerypage {
width: 800px;
float: left;
}


#welcome h4 {
color: #FF6600;
}

#policies {
padding-bottom: 7px;
}

#clann {
padding-bottom: 7px;
}

#content-right {
	width: 350px;
	float:right;
	margin-top: 6px;
}

#inner-content-right {
width:335px;
}

#gaaemail {
margin-top:10px;
}

#lotto {
background-image:url(images/lotto.gif);
background-repeat: no-repeat;
background-position: 50% 50%;
padding: 4px;
border-bottom:#FF6600 dashed 1px;
}

#latestnews {
margin-top: 10px;
}

#buffer {
clear:both;
}

#footer {
	background-color:#000000;
	text-align: center;
	height: 50px;
	color: #FFFFFF;
	margin-top:2em;
}

#footer a {
color: #ff6600;
}

#footer a:hover {
color: #FFFFFF;
}
/*styles the "revised" template in cutenews - start*/
#newstitle {
padding-top: 5px;
padding-bottom: 5px;
}

#newscontent {
margin-bottom:1em;
width: 770px;
}

#newsdate {
background-color:#EAEAEA;
}

/*styles the "revised" template in cutenews - end*/

.mattblacktabs{
width: 100%;
overflow: hidden;
border-bottom: 1px solid black; /*bottom horizontal line that runs beneath tabs*/

}

.mattblacktabs ul{
margin: 0;
padding: 0;
padding-left: 10px; /*offset of tabs relative to browser left edge*/
font: bold 12px Verdana;
list-style-type: none;
}

.mattblacktabs li{
display: inline;
margin: 0;
}

.mattblacktabs li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 7px 8px; /*padding inside each tab*/
border-right: 1px solid white; /*right divider between tabs*/
color: white;
background: #414141; /*background of tabs (default state)*/
}

.mattblacktabs li a:visited{
color: white;
}

.mattblacktabs li a:hover, .mattblacktabs li.selected a{
background: black; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}
