html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

#container {
	min-height: 100%;
	position: relative;
}

#header {
	background: #005100;
	padding: 10px;
}

#body {
	padding: 10px;
	padding-bottom: 40px;/* Height of the footer */
}

#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 40px;/* Height of the footer */
	background: #006637;
}
P {
	FONT-SIZE: 11px;
	COLOR: black;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}
/* other non-essential CSS */

#header p, #header h1 {
	margin: 0;
	padding: 10px 0 0 10px;
}

#footer p {
	margin: 0;
	padding: 10px;
}

.messageTable {
	width: 200px;
	height: 100px;
	margin-left: 25px;
	margin-top: 25px;
	margin-right: 25px;
	margin-bottom: 25px;
	BACKGROUND-COLOR: #CEE3CF;
	BORDER-RIGHT: 1px solid #122517;
	BORDER-TOP: 1px solid #122517;
	BORDER-LEFT: 1px solid #122517;
	BORDER-BOTTOM: 1px solid #122517;
}

.subtitle {
    Font-Weight: Bold;
}


A:link {
	COLOR: #000000;
}

A:visited {
	COLOR: #000000;
}

h1 {
	FONT-WEIGHT: bold;
	FONT-SIZE: 24px;
	PADDING-BOTTOM: 0px;
	PADDING-LEFT: 18px;
	COLOR: #000000;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	LETTER-SPACING: 3px;
}

TD {
	FONT-SIZE: 11px;
	COLOR: black;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	padding-top: 2px;
	padding-bottom: 2px;
}

TH {
	FONT-SIZE: 11px;
	COLOR: black;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

.listHeader {
	FONT-WEIGHT: bold;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	COLOR: White;
	Background-COLOR: #277762;
}

.listTable {
	BORDER-RIGHT: #122517 1px solid;
	BORDER-TOP: #122517 1px solid;
	BORDER-LEFT: #122517 1px solid;
	BORDER-BOTTOM: #122517 1px solid;
	margin-bottom: 20px;
    width: 100%;
}

.listTable TR,.resultsTable TR {
	HEIGHT: 28px;
	BACKGROUND-COLOR: #CEE3CF;
}

table.contentpane {
	BACKGROUND-COLOR: #CEE3CF;
	BORDER-RIGHT: 1px solid #122517;
	BORDER-TOP: 1px solid #122517;
	BORDER-LEFT: 1px solid #122517;
	BORDER-BOTTOM: 1px solid #122517;
	margin-bottom: 25px;
}

/*MENU for Mobile Devices*/

ul#navigation {
	list-style-type: none;
	width: auto;
	position: relative;
	display: block;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	border: 1px solid #000;
	margin: 0;
	padding: 0;
}

ul#navigation li {
  background-color: #000;
  text-align: left;
}

ul#navigation li a {
  display: block;
  text-decoration: none;
  padding: .5em;
  border-bottom: 1px solid #888;
}

a:link, a:visited {
	color: #FFFFFF;
	}

a:hover, a:active {
	color: #FFFFFF;
    font-weight: bold;
}
a:hover {
	background-color: #333333;

	}
p a:link, p a:visited {
	color: #000;
	}

li.current a {
	background-color: #888;
	}