	html,
	body {
		margin:0;
		padding:0;
		height:100%;
	}
	#container {
		min-height:100%;
		position:relative;
	}
	#header {
		background:#003366;
		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:#99CCFF;
	}
	/* 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: #99CCFF;
BORDER-RIGHT: 1px solid #000099;
BORDER-TOP: 1px solid #000099;
BORDER-LEFT: 1px solid #000099;
BORDER-BOTTOM: 1px solid #000099;
}

P {
FONT-SIZE: 8pt;
COLOR: black;
FONT-FAMILY: tahoma, arial
}

A:link {
	COLOR: #003366
    }

A:visited {
	COLOR: #003366
}

h1 {
FONT-WEIGHT: bold;
FONT-SIZE: 18pt;
PADDING-BOTTOM: 0px;
PADDING-LEFT: 18px;
COLOR: #ffffff;
FONT-FAMILY: arial;
LETTER-SPACING: 3px
}

TD {
FONT-SIZE: 8pt;
COLOR: black;
FONT-FAMILY: tahoma, arial;
padding-top: 2px;
padding-bottom: 2px
}
TH {
FONT-SIZE: 8pt;
COLOR: black;
FONT-FAMILY: tahoma, arial
   }

.listHeader {
FONT-WEIGHT: bold;
FONT-SIZE: 8pt;
FONT-FAMILY: arial;
COLOR: White;
Background-COLOR: #003366
}

.listTable {
BORDER-RIGHT: #000099 1px solid;
BORDER-TOP: #000099 1px solid;
BORDER-LEFT: #000099 1px solid;
BORDER-BOTTOM: #000099 1px solid;
margin-bottom: 25px
}

.listTable TR {
HEIGHT: 20px; BACKGROUND-COLOR: #eeeeee
}
.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
}

ul.menu {
list-style-type:none;
width:auto;
position:relative;
display:block;
height:33px;
font-size:.6em;
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:#003366;
}
ul.menu.blue li a:hover, .menu.blue li.current {
background-color:#3366CC;
}
ul.menu a span {
display: none;
  }

ul.menu a:hover span {
display: block;
position: absolute;
top: 55px;
left: auto;
width: 200px;
padding: 5px;
margin: 10px;
z-index: 100;
color: #333333;
background: #FFFF66;
font: 12px Verdana, sans-serif;
text-align: left;
border: thin solid #333333
  }
