
body {
	background-color: #B8B8B8;
	}

.top_grey {
	position: fixed;
	background-color: #B8B8B8;
	top: 0px;
	left: 0px;
	height: 20px;
	width: 100%;
	z-index: 9998;
}

.sheet {
	font-family: ‘Lucida Sans Unicode’, ‘Lucida Grande’, sans-serif;
	position: block;
	z-index: 9998;
	top: 20px;
	margin: auto;
	width:1170px;
	height: 900px;
	background-color:#9DB1E3;
	border: 1px solid black;
	box-shadow: 10px 0px 5px #888888;
	}

.logo {
	height: 200px;	
}

#user_information {
	display: block;
	margin-left: 50px;
}

div.content {
	font-family: ‘Lucida Sans Unicode’, ‘Lucida Grande’, sans-serif;
	position: block;
	top: 90px;
    margin: auto;
	background-color: white;
	width: 1170px;
	height: 830px;
	overflow-x: scroll;
	border: 1px solid black;
	box-shadow: 10px 10px 5px #888888;
	z-index: 1;
}


#footer {
	background: #9DB1E3;
	border-top: 1px black solid;
	text-align: center;
	height: 50px;
	position: relative;
	clear: left;
	}

p {
	width: 800px;
	margin: auto;
	padding-left: 20px;
	}

.centered_paragraph {
	text-align: center;
	}	

.centered_div {
	display: block;
	margin: auto;
	width: 350px;
}

.block {
	display: block;
	float: left;
	border-right: 1px black solid;
	padding-right: 10px;
	}
	
.section_heading {
	display: block;
	clear: both;
	color: #334F94;
	}
	
h1 {
text-align: center;
}

h1.heading {
	float: left;
	}

h2{
	text-align: center;
	line-height: 50%;
	}
	
a	{
	color: blue;
	}
	
a:visited {
	color: blue;
	}
	
a.undecorated {	
	text-decoration: none;
	color: inherit;
	}
	
a.undecorated:visited {
	color: inherit;
	}

a.undecorated:hover {
	color: blue;
	}
	
fieldset {
	border: none;
	width: 800px;
	margin: auto;
	}

.hidden_fieldset {
	display: none;
	}

.top {
	padding-left: 0px;
	width: 500px;
	margin: auto;
	}
	
table, td, th {
	border: black 1px solid;
	padding: 5px;
	border-collapse: collapse;
	margin: auto;
	text-align: center;
	max-width: 800px;
	}

caption{
	font-size: 125%;
	font-weight: bold;
	color: #334F94;
	}
	
#error {
	color: red;
	text-align: center;
	}

#message {
	color: green;
	text-align: center;
	}

.blue_font {
	color: #334F94;
	}
	
.short {
	width: 10em;
	}
	
.checkbox {
	width: 10px;
	display: block;
	margin: auto;
	}

.checkbox_labeled {
	width: 80px;
	display: block;
	margin: auto;
	}
	
th {
	background-color: #334F94;
	color: white;
	}
	
tr:nth-child(2n+1) {
	background-color: #9DB1E3;
	}
	
.even_color
	{
	background-color: white;
	}
	
.odd_color
	{
	background-color: #9DB1E3;
	}
	
.center {
	width: 100px;
	margin-right: 20px;
	float: left;
	}

label {
	float: left;
	text-align: right;
	width: 20em;
	margin-right: .5em;
	clear: left;
	line-height: 175%;
	font-weight: bold;
	}
	
.wide_label {
	width: 30em;
}
.left {
	text-align: left;
	width: 130px;
	}
	
input, select, textarea {
	font-family: ‘Lucida Sans Unicode’, ‘Lucida Grande’, sans-serif;
	float: left;
	background-color: #C8D4F1;
	width: 20em;
	}

.phone3 {
	width: 2em;
	padding-left: 4px;
	padding-right: 4px;
	}

.phone4 {
	width: 4em;
	padding-left: 4px;
	padding-right: 4px;
	}

.month {
	width: 8em;
	}

.date {
	width: 4em;
	margin-left: 10px;
	}

.year {
	width: 5em;
	margin-left: 10px;
	}
	
#state {
	width: 15em;
	}
	
.wide_text_area
	{
	width: auto;
	}

button {
	background-color: #9DB1E3;
}

.big_button {
	color: white;
	font-size: 150%;
	padding: 10px;
	margin-left: 20px;
}

.medium_button {
	color: white;
	font-size: 110%;
	padding: 5px;
	margin-left: 20px;
}
	
.buttons {
	width: 200px;
	margin: auto;
	}
	
.buttons_medium {
	width: 500px;
	margin: auto;
	}

.buttons_wide {
	width: 800px;
	margin: auto;
	}
	
img {
	height: 400px;
	margin: auto;
	display: block;
	}

iframe {
	display: inline-block;
	margin: 0px 0px 50px 50px;
	width: 500px;
	}

figcaption {
	text-align: center;
	padding: 5px;
	}

span {
	float: left;
	}
	
.narrow {
	width: 7em;
	}
	
.extra_narrow {
	width: 6em;
	}
	
.extreme_narrow {
	width: 3em;
	}

.medium-width {
	width: 12em;
	}
	
.wide {
	width: 35em;
	}
		
.fake_input {
	line-height: 175%;
	}

