body {
	padding: 0;
	margin: 0;
	font-family: Arial, sans-serif;
	text-align: center;
	height: 100%;
	width: 100%;
	color: #4d4d4d;
}

a {
	color: blue;
	text-decoration: underline;
	cursor: pointer
}

br.clear {
	clear: both;
}

#content {
	padding: 2em;
	padding-top: 120px;
	vertical-align: top;
	
}

#content h1 {
	color: #336699;
	font-size: 1.4em;
}

#content h2 {
	font-size: 1.4em;
	margin: 0 0 0.2em 0;
}

#content h3 {
	font-size: 1.1em;
	margin-top: 0;
}

#content div {
	float: left;
	width: 350px;
	padding: 1em;
	border: solid 3px #6699CC;
}

#content div.first {margin: 0 1em 1em 0;}


#content form span {
	display: block;
	width: 235px;
	clear: both;
}

#content form span label {
	width: 85px;
	display: block;
	float: left;
	margin-top: 0.4em
}

#content form span input {
	float: left;
	margin-top: 0.4em;	
	width: 150px
}

#content form span.submit {
	text-align: right;
}
#content form span.submit input {
	float: none;
	width: auto
}


#welcome_content {
	width: 600px;
	padding: 1em;
	border: solid 3px #6699CC;
	text-align: left;
}
