@charset "UTF-8";
body {
	padding-top: 0px;
	font-family: tahoma, verdana, ariel, "times new roman";
	font-size: 14px;
	text-decoration: none;
	/* Normal Background */
 background-color: #f5f7e7;
	background-image: url(images/sliver.png);
	background-repeat: repeat-x;
	background-position: top;
 
 
/* Christmas Background 
 background: url(images/christmas-border.jpg) center top no-repeat;
 background-color: #005e20;
	margin-top: 260px;
*/
}
a:link {
	color: #2875A6;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}
a:visited {
	font-size: 12px;
	font-weight: normal;
	color: #2875A4;
	text-decoration: none;
}
a:hover {
	font-size: 12px;
	color: #ff0619;
	text-decoration: none;
}
.login {
	padding-top: 30px;
}

#enterNonMember { height: 20px; width: 220px; background-color: #ffde01; border: solid 1px #ff0619; border-radius: 10px 20px 10px 20px / 10px 15px 10px 15px; -moz-border-radius: 10px 15px 10px 15px / 10px 15px 10px 15px; padding: 10px 20px 15px 20px; }

#enterNonMember a { color: #2875A6; font-size: 1.5em; }

#enterNonMember a:hover { color: #ff0619; }

#loginMember { height: 200px; width: 220px; background-color: #ffde01; border: solid 1px #2875A6; border-radius: 10px 20px 10px 20px / 10px 15px 10px 15px; -moz-border-radius: 10px 15px 10px 15px / 10px 15px 10px 15px; padding: 0px 20px 15px 20px; }
