/* CSS Document */
body { background-color: #005500;
       color: #000000;
       font-family: "Times New Roman", Palatino, serif;
	   font-size: 1em;
}
h2 { color: #193B19;   	
}
h1 {
	color: #193B19;
}

h3 {
	border-bottom: 2px solid #193B19;
	max-width: 400px;
	padding: 2px;
	color: #193B19;
}
h4 {
	text-align: center;
	color: #193B19;
}
h5 {
	padding: 2px;
	color: #193B19;
}
.onclick {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	color: #193B19;
	font-weight: bold;
}


a {
	color: #005500;
	font-size: medium;
    
}
a.gameinfo {
	font-size: 1.2em;
	font-weight: bold;
}

table { border: 0;
        text-align: center;
        
}
table.contact {
	text-align: left;
}
#contact {
	margin: 10px;
	padding: 10px;
}

th, td { padding: 10px;
}
#container {
	min-width: 700px;
	background-image: url(images/fadedpaper02.jpg);
	background-color: #F3F3E8;
	color: #000000;
	margin: 2%;
	border: 2px double #000000;
}
#search {
	position:absolute;
	width:288px;
	height:50px;
	top: 30px;
	right: 16px;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
#header{ padding: 25px;
         color: #193B19;
         text-align: center;
         border-bottom: 2px double #000000;
         font-size: 3.5em;
         font-weight: bold;
         font-variant: small-caps;
}
#navbar { color: #FEFECC;
          text-align: center;
          border-bottom: 2px double #000000;
}
#content {
	margin-right: 225px;
	padding: 25px;
}
#right { padding: 50px 25px 10px 10px;
         float: right;
         width: 200px;
}

#navlist { text-align: center;
           padding: 5px;
		   font-size: .85em,
}
#footer { border-top: 2px double #000000;
          text-align: center;
		  font-size: .8em;
		  clear: both;
}
#floatright { padding: 10px;
              margin: 10px;
              float: right;
}
.indent { padding-left: 40px;
}
.newsitem { font-size: .9em;
            margin: 10px;
}

.button { width: 100px;
          padding: 2px;
          color: #193B19;
          font-size: 18px;
          font-weight: bold;
          text-align: center;
          text-decoration: none;

}
.event { text-align: left;
 
}
.bold {
	font-weight: bold;
}

.center {
	text-align: center;
}
.donationsneeded {
	color: #600;
}

a.hover { text-decoration: none;
          background-color: #005500;
          color: #FEFECC;
}
a.visited { text-decoration: none;
            color: #550029; 
}
a.button:link { color: #005500;
}
a.button:visited { color: #550029;
}
a.button:hover {
	color: #F3F3E8;
	background: #005500;
}
table.event {
	border: 0px;
	padding-bottom: 5px;
	border-collapse: collapse;
	width:75%;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
.preregform {
	width: auto;
	margin: 15px;
	padding: 15px;
}

.floatleft {
	float: left;
	margin-right: 30px;
	padding: 10px;
}
