@charset "utf-8";
/* CSS Document */

body {
	background-color: #1070A3;
	font-family:Arial, Helvetica, sans-serif;
	font-size: .8em;
	}

#container {
	background-color: #F3F0E2; 
	width:700px; 
	margin:0px auto; 
	padding:50px;
	}

h1{
	font-size: 2em;
	}

h2{
	font-size: 1.75em;
	color: #1070A3;
	margin-top:0px;
	text-align: center;
	}
	
h3{
	font-size: 1.4em;
	margin-bottom:-.5em;
	}
	
a{
	text-decoration:underline;
	cursor:pointer;
	margin-left:5px;
	}
	
.copy {font-size: .93em;
	}

.org {font-size: 1.1em;
	}

.image {
		margin-left:1em;
		margin-right:1em;
		margin-bottom:1em;
		}
		
.border {
	border-top-style:solid;
	border-top-width:thin;
	border-top-color:#666;
	}
	
.submit {
	font-size:2em;
	color:#1070A3;
	padding:10px;
	}

