@charset "utf-8";

.body {
	margin: 0 auto;
}

.footer, .push {
	height: 31px;
}

body {
	width: 100%;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	color: #000000;
}

a.link {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
}

a.link:hover {
	font: 100% Verdana, Arial, Helvetica, sans-serif;		
	color: #0C0;
	text-decoration: underline;	
}

.wgta #container {
	border: medium;
	border-color: #000;
	width: 100%;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	z-index: 999;
}
.wgta #content {
	overflow-y: scroll;
}	
.wgta #footer {
	background-image: url(images/default_27.gif);
	background-repeat: repeat;
	border: 0;
	height: 31px;
	text-align: center;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
}

.footerText {
	position: relative;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #FFF;
}

.headerText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 22px;
	color: #333;
}

.wgta #header {
	background-image: url(images/header_background.gif);
	background-repeat: repeat;
	border: 0;
	height: 94px;
	text-align: center;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	margin: 0 auto;
}

.headerLogo {
	top: 0px;
	background-image: url(images/wgta_logo.gif);
	height: 86px;
	width: 605px;
	background-repeat: no-repeat;
	margin: 0 auto;
}

.wgta #headerGreenBar {
	height: 10px;
	background-color: #496f00;
}

.wgta #headerBigGreenArea {
	top: 104px;
	height: 140px;
	left: 0px;
	width: 100%;
	margin: 0 auto;
	background-color: #496f00;
	position: fixed;
}

.wgta #headerBigGreenAreaL {
	top: 104px;
	height: 140px;
	left: 0px;
	width: 29px;
	background-image:url(images/default_07.gif);
	position: fixed;
}

.wgta #headerBigGreenAreaM {
	top: 104px;
	height: 140px;
	left: 29px;
	right: 30px;
	width: 100%;
	margin: 0 auto;
	background-image:url(images/default_08.gif);
	background-repeat: repeat;
	position: fixed;
}
.wgta #headerBigGreenAreaR {
	top: 104px;
	height: 140px;
	right: 0px;
	width: 30px;
	background-image:url(images/default_09.gif);
	position: fixed;
}

.wgta #headerFadeBar {
	height: 68px;
	background-image:url(images/header_fading.gif);
	position: fixed;
}

.wgta #downloads {
	background-image: url(images/button_downloads.gif);
	border: 0;
	width: 167px;
	height: 33px;
	display: block;
	margin-top: 8px;
}

.wgta #contacts {
	background-image: url(images/button_contacts.gif);
	border: 0;
	width: 167px;
	height: 33px;
	display: block;
	margin-top: 8px;
}

.wgta #gallery {
	background-image: url(images/button_gallery.gif);
	border: 0;
	width: 167px;
	height: 33px;
	display: block;
	margin-top: 8px;
}

.wgta #junior {
	background-image: url(images/button_junior.gif);
	border: 0;
	width: 167px;
	height: 33px;
	display: block;
	margin-top: 8px;
}

.wgta #senior {
	background-image: url(images/button_senior.gif);
	border: 0;
	width: 167px;
	height: 33px;
	display: block;
	margin-top: 8px;
}

.wgta #nightcomp {
	background-image: url(images/button_nightcomp.gif);
	border: 0;
	width: 167px;
	height: 33px;
	display: block;
	margin-top: 8px;
}

.wgta #buttons {
	display: block;
	top: 120px;
	left: 40px;
	float: left;
	position: relative;
}

.wgta #leftads {
	display: block;
	top: 250px;
	border:thin;
	left: -147px;
	float: left;
	position: relative;	
}

.wgta #rightads {
	display: block;
	top: 120px;
	border:thin;
	right: 20px;
	float: right;
	position: absolute;	
}

.noticeBoard {
	display: block;
	width: 584px;
	height: 213px;
}
.nbTop{
	display: block;
	float: left;
	position: relative;
	background-image:url(images/noticeboard_header.gif);
	width: 584px;
	height: 62px;
}
.nbMiddleL {
	display: block;
	float: left;
	background-image:url(images/noticeboard_left.gif);
	height: 132px;
	width: 22px;
}
.nbMiddleContent {
	display: block;
	background-color: #faf3ab;
	height: 92px;
	width: 504px;
	float: left;
	left: 22px;
	padding: 20px;
	text-align: left;
	overflow-y: auto;
	font-size: 11px;
}
.nbMiddleR {
	display: block;
	float: right;
	background-image:url(images/noticeboard_right.gif);
	height: 132px;
	width: 18px;
}
.nbBottom {
	display: block;
	float: left;
	position: relative;
	background-image:url(images/noticeboard_bottom.gif);
	width: 584px;
}

.Club_Details {
	width: 210px;
	padding: 12px;
	vertical-align: top;
}

.Club_Contacts {
	width: 350px;
	padding: 12px;
	vertical-align: top;
}

TR.Club_Name {
	height: 38px;
	vertical-align: bottom;
}

TD.Club_Name {
	border-bottom: medium #090 groove;
}

.Club {
	text-align: justify;
	font-size: 12px;
	position: relative;
}