/* CSS Document */
html, body {
	height: 100%;
	}
body {
	background-color: #fff;
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
h1, p, a {
	color: #000;
	}
a {
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}	
#mailinglist {
	padding: 16px;
	text-align: center;
	}
#mailinglist h1 {
	font-size: 1.6em;
	}
#mailinglist p {
	font-size: 1.1em;
	}
#mainflash {
	text-align: center;
	height: 100%;
	}
#mainflash img.head {
	margin: 20px 0 ;
	}
#mainflash p {
	font-size: 1.1em;
	width: 200px;
	margin: 0 auto 20px auto;
	}
#mainflash a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	}
#mainflash a:hover {
	text-decoration: underline;
	}
#mainflash hr {
	border-top: 1px solid #000;
	height: 1px;
	border-left: none;
	border-right: none;
	border-bottom: none;
	}
#copy h1 {
	font-size: 1.4em;
	color: #000;
	margin: 0 0 20px 0;
	}
#copy h1 {
	font-size: 1.4em;
	color: #000;
	margin: 0 0 20px 0;
	}
#copy h2 {
	font-size: 1.2em;
	color: #000;
	margin: 0 0 20px 0;
	}
#copy p {
	font-size: 1.1em;
	width: 960px;
	margin: 0 auto 20px auto;
	}
#footer {
	width: 100%;
	margin: 20px auto 0 auto;
	text-align: center;
	}
#footer p {
	font-size: 1.1em;
	color: #000;
	}
#footer p.left {
	float: left;
	padding-left: 13px;
	}
#footer p.right {
	float: right;
	padding-right: 20px;
	}
#footer a {
	color: #000;
	font-weight: bold;
	}