html, body {
	background-color: #EEEEEE;
	background-image:url(images/gui/background_column.gif);
	background-repeat: repeat-y;
	background-position: center top;
	background-attachment: scroll;
	margin: 0px;
	padding: 0px;
	height:100%;
}

/*html, body {
	background-color: #EEEEEE;
	background-image:url(images/gui/background.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-attachment: scroll;
	margin: 0px;
	padding: 0px;
	height:100%;
}*/

.background_header {
	background-image:url(images/gui/background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-attachment: scroll;
}

.background_corner {
	background-image:url(images/gui/background_corner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: scroll;
}

.text {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	white-space: normal;
}

.quote {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	line-height: 14px;
	font-weight: bold;
	font-variant: normal;
	color: #88BBEE;
	white-space: normal;
}

div,td {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	white-space: normal;
}

.copyright, .copyright a:link, .copyright a:visited, .copyright a:active, .copyright a:hover {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #CCCCCC;
}

.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	text-transform: capitalize;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #d2a533;
	letter-spacing: 1px;
}

.subheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	text-transform: capitalize;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #95BAE7;
	letter-spacing: 1px;
}

a:link, a:visited, a:active {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #2F6BE6;
}

a:hover {
	text-decoration: underline;
	color: #666666;
}

.error {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #990000;
}

.contentspacer {
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-top: 0px;
}

.contentspacer2 {
	padding-left: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-top: 0px;
}

input, select, text, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	border-width: 1px;
	border-style: solid;
	border-color: #CBD9E2;
	padding: 0px 0px 0px 5px;
}

input.submit {
	border: 3px double #666666;
	border-top-color: #999999;
	border-left-color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	padding: 0px;
	margin: 0px;
	background-image: url(images/gui/submit_background.gif);
	background-repeat: repeat-x;
}

.spacer5 {
	padding: 5px;
}

.spacer10 {
	padding: 0px 10px 10px;
}

.w100 {
	width: 100%;
}

hr {
	color: #9CBEE9;
	height: 1px;
	width: 100%;
	border-style: dotted;
 }

ul {
	list-style: none;
	margin:0;
	padding:0;
	border:0;
}

.menubtn li a {
	padding: 5px 10px 0px 10px;
	height: 20px;
	border-right: 1px dotted #9CBEE9
}	

.menubtn li a:link, .menubtn li a:visited{
	color: #336699;
	font-weight: bold;
	display: block;
	text-decoration: none;
}
	
.menubtn li a:hover, .menubtn li a:active{
	color:#996600;
	background-image:url(images/gui/menuOn.jpg);
	background-repeat:repeat-x;
	display: block;
	text-decoration:none;
}

.menubtnhi li {
	color:#996600;
	font-weight: bold;
	padding: 5px 10px 0px 10px;
	height: 20px;
	border-right: 1px dotted #9CBEE9;
	background-image:url(images/gui/menuOn.jpg);
	background-repeat:repeat-x;
	display: block;
	text-decoration:none;
}

.club_button a:link, .club_button a:active, .club_button a:visited {
	display: block;
	padding: 20px;
	margin-top: 10px;
	border-color: #CCCCCC;
	border-style: dashed;
	border-width: 1px;
	background-color: #EEEEEE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
	color: #d2a533;
	letter-spacing: 1px;
}
.club_button a:hover {
	background-color: #FFFFFF;
	border-style: solid;

}