@charset "utf-8";
.container {
min-width: 260px;
}
#masthead {
	background-image: url(../images/navbg.jpg);
	display: block;
	height: 60px;
	background-repeat: repeat-x;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.2em;
	line-height: 60px;
	font-weight: bold;
	letter-spacing: 0.2em;
	font-style: italic;
	color: #CCC;
	white-space: nowrap;
	padding-left: 20px;
	overflow: hidden;
}
#pagefooter {
	background-image: url(../images/website_footer.png);
	border-top-width: 2px;
	border-top-style: ridge;
	border-top-color: #666;
	display: block;
	height: 40px;
	background-repeat: repeat-x;
	background-position: center -35px;
	position: fixed;
	bottom: 0px;
	width: 100%;
	text-align: center;
	padding: 0px;
}
#pagefooter p a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	line-height: 40px;
	font-weight: bold;
	display: inline;
	color: #FFF;
	margin-top: 20px;
}


#maincontent {
	background-color: #FFFFFF;
	display: block;
	padding: 16px;
	min-height: 300px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 60px;
	margin-left: 0px;
}
.text-center {
	text-align: center;
	display: block;
}

.headerimage-large {
	margin-right: auto;
	margin-left: auto;
	max-width: 800px;
	display: block;
	margin-bottom: 20px;
	margin-top: 0px;
}
.headerimage {
	margin-right: auto;
	margin-left: auto;
	max-width: 600px;
	display: block;
	-webkit-box-shadow: 0px 0px 12px 0px #000;
	-moz-box-shadow: 0px 0px 12px 0px #000;
	box-shadow: 0px 0px 12px 0px #000;
	margin-bottom: 20px;
	margin-top: 20px;
	background-color: #CCC;
	border: 1px solid #999;
	clip: rect(0px,0px,0px,0px);
}

.pad10 {
	margin: 10px;
	padding: 5px;
}
.loginbox {
	display: block;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	border: 1px solid #666;
	max-width: 300px;
	-webkit-box-shadow: 0px 0px 12px 0px #000;
	-moz-box-shadow: 0px 0px 12px 0px #000;
	box-shadow: 0px 0px 12px 0px #000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-image: url(../images/bottomfade.png);
	text-align: center;
	margin-top: 40px;
	overflow: hidden;
}
.header {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	display: block;
	height: 30px;
	line-height: 30px;
	color: #CCC;
	text-indent: 15px;
	background-image: url(../images/navbg.jpg);
	background-repeat: repeat-x;
	background-position: center -16px;
}
.wrapper {
}
.text-red {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .9em;
	font-weight: bold;
	color: #900;
}
.text-error {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .8em;
	font-weight: bold;
	color: #900;
}
.contentblock {
	display: block;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	max-width: 600px;
}
.disclaimer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .8em;
	display: list-item;
	padding: 5px;
	text-align: center;
	list-style-type: none;
}

.terms {
	display:block;
	margin-left: 40px;
	font-size:.8em;
	line-height: 1.1em;
	
}
#Terms {
	display:block;
	width: 30px;
	height: 30px;
	float:left;
}
#Terms input {
	height:20px;
	width: 20px;
	
}

input {
	line-height: 25px;
	min-width: 20px;
	min-height: 20px;
	margin-top: 5px;
}











