html, body{
	margin: 0px;
	padding: 0px;
	background-image: url(/img/bg.png);
	background-color: #3d6394;
	background-repeat: repeat-x;
	background-position: top left;
	font: 100% 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a {
	color: #3d6394;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

article, aside, dialog, figure, footer, header, legend, nav, section {
	display: block;
}

fieldset, section, footer{
	display: block;
	font-size: 1em;
	color: #808080;
	background-color: #fff;
	margin: 10px auto 10px auto;
	width: 720px;
	border: 2px #e2e2e2 solid;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

header {
	height: 83px;
	background-image: url(/img/logo.png);
	background-repeat: no-repeat;
	margin: 10px auto 10px auto;
	width: 750px;
}

label, h1 {
	display: block;
	font-size: 2em;
	margin: 10px 0px 0px 10px;
	font-style: italic;
	color:  #3d6394;
}

header h1 {
	display: none;
}

textarea {
	display: block;
	width: 98%;
	border: 2px #e2e2e2 solid;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	padding: 5px;
}

#upSide, #ucd {
	text-align: right;
}

#disclaimer {
	font-size: .35em;
	text-align: right;
}

#ad	{
	width: 742px;
	padding-top: 5px;
}

footer	{
	padding: 5px 11px;
	font-size: .7em;
	text-align: center;
}

