@import url("/Custom/CSSOld.css");
@import url("/Custom/LoginDialog.css");

body {
	background-color: #CCCCCC;
	color: #202020;
	font-family: Verdana,Geneva,sans-serif;
	font-size: 10pt;
	margin: 0;
	position: relative;
	text-align: center;
}

a, a:hover, a:active, a:visited {
	text-decoration: none;
}

#Container {
	background: none repeat scroll 0px 0px #FFFFFF;
	margin: auto;
	text-align: left;
	width: 960px;
}
.header {
	background: #CCCCCC url(images/header-bg.jpg) no-repeat;
	height: 126px;
    text-align: left;
}

.new-logo {
	border-width: 0px;
	float: left;
	height: 120px;
	padding-right: 10px;
	width: 94px;
}

.header h1 {
    color: #333333;
    font-size: 24px;
	margin: 0px;
	padding: 5px 0px;
    text-shadow: 1px 1px 1px white;
}

.membership-fees {
	background-image: url('/custom/images/RedBanner.png');
	color: white;
	cursor: pointer;
	height: 45px;
	margin-left: 420px;
	width: 400px;
}
.membership-fees  .title {
	font-size: 15px;
	font-weight: bold;
	left: 30px;
	position: relative;
	top: 3px;
}
.membership-fees .copy1 {
	font-size: 10px; 
	left: 30px; 
	position: relative;
	top: 4px; 
}
.membership-fees .copy2 {
	font-size: 10px; 
	left: 85px; 
	position: relative;
	top: 4px; 
}

.question {
	font-size: 1.0em;
	font-weight: bold;
}
.answer {
	margin-bottom: 25px;
}
