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: 9pt;
	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: 400px;
	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;
}



A:link {
	COLOR: #000000;
}

A:visited {
	COLOR: #000000;
}

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

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

TH {
	FONT-SIZE: 9pt;
	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: 25px;
}

.resultsTable {
	BORDER-RIGHT: #122517 1px solid;
	BORDER-TOP: #122517 1px solid;
	BORDER-LEFT: #122517 1px solid;
	BORDER-BOTTOM: #122517 1px solid;
	margin-bottom: 25px;

}

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

.warningTable {
	width: 400px;
	height: 100px;
	margin-left: 25px;
	margin-top: 25px;
	margin-right: 25px;
	margin-bottom: 25px;
	background-color: white;
	BORDER-RIGHT: red 1px solid;
	BORDER-TOP: red 1px solid;
	BORDER-LEFT: red 1px solid;
	BORDER-BOTTOM: red 1px solid;
}

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;
}

ul.menu {
	list-style-type: none;
	width: auto;
	position: relative;
	display: block;
	height: 33px;
	font-size: 9pt;
	background: url(bg.png) repeat-x top left;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	border: 1px solid #000;
	margin: 0;
	padding: 0;
}

ul.menu li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}

ul.menu li.loggin {
	display: block;
	float: right;
	color: #fff;
	text-decoration: none;
	margin: 9px 10px 0 0;
}

ul.menu li a {
	float: left;
	color: #A79787;
	text-decoration: none;
	height: 24px;
	padding: 9px 15px 0;
	font-weight: normal;
}

ul.menu li a:hover,.current {
	color: #fff;
	background: url(bg.png) repeat-x top left;
	text-decoration: none;
}

ul.menu .current a {
	color: #fff;
	font-weight: 700;
}
/*BLUE*/

ul.menu.blue{
    background-color:#005100;
}

ul.menu.blue li a:hover, .menu.blue li.current {
    background-color:#277762;
}

ul.menu a span {
    display: none;
}
