html {
	margin: 0;
	padding: 0;
	background-color: white;
	height: 100%;
}

body {
	padding: 0px;
	margin: 0px;
	
	font-family: helvetica;
}

form {
	margin: 0;
}

input {
	margin: 0;
}

.clear {
	clear: both;
}

div#header {
	width: 100%;
	
	border: 2px solid black; /*#0066ff;*/
	border-left: 0px;
	border-right: 0px;
	
	background-color: #e6ae27; /*#80b3ff;*/
	background-image: url("../images/header_bg.png");
	
	margin-top: 5px;
	margin-bottom: 1px;
	
	padding-top: 4px;
	padding-bottom: 2px;
	
	text-align: center;
	vertical-align: center;
	
	color: #00223e;
}

div#header h1 {
	font-size: 2em;
	font-weight: bold;
	margin: 0px;
	font-family: courier;
}

div#header em {
	font-size: .75em;
	font-family: sans-serif;
}

div#footer {
	border-top: 2px solid black;
	background-color: #e9bc44;
	
	font-size: .75em;
	width: 100%;
    text-align: center;
}

.fixedBottom {
	position: fixed;
	bottom: 0;
}

ul {
	list-style-type: circle;
}

p {
	padding-left: 10px;
	line-height: 1.5em;
}

a {
}

hr {
	border: 0px;
	height: 1px;
	border-top: 1px solid #007800;
}

h2 {
	font-size: 1.25em;
	font-style: italic;
	border-bottom: 1px solid #007800;
	padding: 5px;
	margin: 0px;
}

h3 {
	font-size: 1.1em;
	padding: 0;
	margin: 0;
}

a img {
	border: 0px;
	vertical-align: middle;
}

.alert {
	display: inline;
	color: white;
	font-weight: bold;
	text-align: center;
	
	background-color: red;
	padding: 1px 20px 1px 20px;
	font-family: helvetica;
}

#feedback_tab {
    position: fixed;
    right: 0px;
    top: 35%;
    height: 120px;
    width: 27px;
}

#feedback_tab a {
    width: 100%;
    height: 100%;
    background: url("../images/feedback_tab.png")  bottom left no-repeat;
    display: block;
}

#feedback_tab:hover {
    width: 30px;
}

#feedback_form_content dd {
    padding-bottom: 2px;
}

#feedback_form_content h3 {
    border-bottom: 1px solid #e9e8e8;
    margin-bottom: 10px;
}
