body {
	margin: 0;
	padding: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a {
	text-decoration: none;
	color: #74a0b0;
}

a:hover {
	color: black;
}

div#header {
	background-image: url( 'header-background.png' );
	background-repeat: no-repeat;
	height: 100px;
}

div#header div#title {
	border-bottom: 1px solid #8cb9c9;
	text-transform: uppercase;
	height: 70px;
	line-height: 70px;
	font-size: 50px;
	padding-left: 15px;
}

div#header div#nav {
	height: 29px;
}


div#header ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	height: 29px;
}

div#header li {
	float: left;
	width: 210px;
	height: 29px;
	line-height: 29px;
	text-align: center;
	font-size: 13px;
}


div#header div#nav a {
	
	text-transform: uppercase;
	color: white;
}

div#header div#nav a:hover {
	color: black;
}

.accessibility_annotation {
	display: none;
}

img {
	border: 10px solid #DDDDDD;
}

p {
	line-height: 175%;
	text-align: justify;
}

label {
	width: 200px;
	display: inline-table;
	vertical-align: top;
	margin-top: 0.5em;
	text-align: right;
	padding-right: 0.5em;
}

input {
	width: 550px;
	border: 1px solid gray;
	padding: 4px;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

input.special {
	visibility: hidden;
	display: none;
}

button {
	width: auto;
	margin-left: 0.75em;
	margin-right: 0px;
	padding: 4px 15px 4px 15px;
	border: 1px solid black;
}

button:hover {
	border: 2px solid black;
	padding: 3px 14px 3px 14px;
}

button.disabled {
	color: #999999;
	background: #DDDDDD;
}

button.disabled:hover {
	padding: 4px 15px 4px 15px;
	border: 1px solid black;
}

form ol {
	margin: 0;
	padding: 0;
}

form li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: right;
	border-bottom: 1px dotted gray;
}

form li.buttons {
	list-style-type: none;
	margin: 0;
	padding: 0.5em 0 0 0;
	text-align: right;
	border: none;
}

fieldset {
	border: none;
	padding: 0;
}

textarea {
	width: 550px;
	padding: 4px;
	border: 1px solid gray;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}