body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(images/gclbackground.jpg);
	background-color: White;
	margin-left: 5%;
	margin-right: 5%;
	background-repeat: repeat-y;
}

.debug{
	background: Green;
	width: 100%;
	color: White;
}

.h2{
	font-family: inherit;
	font-size: large;
	font-weight: bold;
	background-color: inherit;
}

.fbheading{
	font-weight: bold;
	padding-top: 12px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #929492;
}

:link {
	color: #000099;
}  /* for unvisited links */

:visited {
	color: #990099;
} /* for visited links */

a:active {
	color: #FF0066;
} /* when link is clicked */

a:hover {
color: rgb(0, 96, 255)
} /* when mouse is over link */

.footer{
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
	font-style: oblique;
	font-weight: bold;
	padding-top: 6px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #929492;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */




/* Menu CSS */

.halfmoon{
	margin-bottom: 1em;
	white-space: nowrap;
}

.halfmoon ul{
padding: 3px 9px 2px 5px;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
border-bottom: 1px solid #929492;
}

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

.halfmoon li a{
text-decoration: none;
padding: 3px 9px 2px 5px;
margin: 0;
margin-right: 1px; /*distance between each tab*/
border-left: 1px solid #DDD;
color: black;
font-size: 13px;
background: #ECEEEC url(images/tabright.gif) top right no-repeat;
}

.halfmoon li a:visited{
color: black;
}

.halfmoon li a:hover{
background-color: #CDDADA;
color: navy;
}


.formbutton{
cursor:pointer;
border:outset 1px #ccc;
background:#999;
color:#666;
font-weight:bold;
padding: 1px 2px;
background:url(images/formbg.gif) repeat-x left top;
}
