@charset "utf-8";
/* CSS Document */

body	{
	margin:0px;
	padding:0px;
}

#container {
	background-color: #f5e9d9;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

#banner {
	width: 900px;
	background-image:url(images/bg.png);
	background-repeat:repeat-x;
	height:183px;
	position:relative;
}

.gcstext {
	position:absolute;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 26px;
	font-variant: small-caps;
	color: #666;
	left: 40px;
	top: 26px;
	border:0px;
}
#tabs {
	height: 50px;
	width: 900px;
	position: absolute;
	top: 140px;
	left: 0px;
}


.foundtext {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 56px;
	color: #8b0f11;
	font-variant: small-caps;
	position: absolute;
	left: 41px;
	top: 40px;
	font-weight: bold;
}
h3 {
	color: #009;
}
#gvlsc {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	position: absolute;
	top: 107px;
	width: 350px;
	left: 45px;
	background-image: url(images/tabfill.png);
	text-align: center;
	letter-spacing: 3px;
	word-spacing: 2px;
	color: #666;
}

#content {
	clear: both;
	border-left: solid 0px #CCC;
	border-bottom: solid 0px #CCC;
	border-top: solid 0px #999;
	border-right: solid 0px #999;
	background-color: #EFDFC9;
	font-family: Arial, Helvetica, sans-serif;
	padding: 4px;
	padding-left: 40px;
	padding-top: 20px;
	padding-bottom:20px;
	width: 856px;
}

#footer	{
	margin-left:auto;
	margin-right:auto;
	width: 820px;
	background-color: #EFDFC9;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom:20px;
	padding-top:10px;
	clear:both;
}
a	{
	color:#060;
	text-decoration:none;
}

a:hover	{
	color:#FFC;
	text-decoration:underline;
	background-color:#060;
}

.register {
	-moz-box-shadow:inset 0px 1px 0px 0px #bee2f9;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bee2f9;
	box-shadow:inset 0px 1px 0px 0px #bee2f9;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #63b8ee), color-stop(1, #468ccf) );
	background:-moz-linear-gradient( center top, #63b8ee 5%, #468ccf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#63b8ee', endColorstr='#468ccf');
	background-color:#63b8ee;
	-webkit-border-top-left-radius:19px;
	-moz-border-radius-topleft:19px;
	border-top-left-radius:19px;
	-webkit-border-top-right-radius:19px;
	-moz-border-radius-topright:19px;
	border-top-right-radius:19px;
	-webkit-border-bottom-right-radius:19px;
	-moz-border-radius-bottomright:19px;
	border-bottom-right-radius:19px;
	-webkit-border-bottom-left-radius:19px;
	-moz-border-radius-bottomleft:19px;
	border-bottom-left-radius:19px;
	text-indent:0;
	border:1px solid #3866a3;
	display:inline-block;
	color:#14396a;
	font-family:Arial;
	font-size:24px;
	font-weight:bold;
	font-style:normal;
	height:54px;
	line-height:54px;
	width:300px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #7cacde;
}
.register:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #468ccf), color-stop(1, #63b8ee) );
	background:-moz-linear-gradient( center top, #468ccf 5%, #63b8ee 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#468ccf', endColorstr='#63b8ee');
	background-color:#468ccf;
	text-decoration:none;
}.register:active {
	position:relative;
	top:1px;
}
/* This button was generated using CSSButtonGenerator.com */
.toggleopacity img {
filter:alpha(opacity=90);
-moz-opacity:0.9;
opacity:0.9;
}

.toggleopacity:hover img {
filter:alpha(opacity=100);
-moz-opacity:1;
opacity:1;
background-color:none;
} 

.toggleopacity a:hover img {
	background:none;
}
