HTML {
	height:100%; 
	max-height:100%; 
	padding:0;
	margin:0; 
	border:0; 
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ 
	overflow: hidden; 
	/* */ 	
}	
BODY {
	height:100%;
	max-height:100%;
	overflow:hidden;
	padding:0;
	margin:0;
	border:0;
}

/******************** Index Table *********************
Page
 ____ ______________
|      |              |
| Menu |              |
|  __  |    Content   |
||Logn||              |
| ---  |              |
|______|______________| */

DIV#Menu {
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	width:180px;
	font-size:1.0em;
	z-index:3;
	overflow:hidden;
	font-family: Verdana,Arial,sans-serif;
	text-align:center;
	vertical-align:middle;
	border-style:solid;
	border-width:1px;
	padding:0;
	margin:0;
}

DIV#Menu DIV#Banner {
	left:0;
	top:0;
	height:130px;
	width:100%;
	border-width:0 0 1px 0;
	border-style:solid;
	background-repeat: no-repeat;
}

DIV#Menu DIV#Buttons {
	z-index:5;
	text-align:center;
	left:0;
	top:131px;
	bottom:130px;
	width:100%;
	border-style:none;
}

DIV#Menu DIV#FlyTo {
	z-index:4;
	text-align:center;
	left:0;
	height:48px;
	bottom:80px;
	width:100%;
	border-style:solid;
	border-width:1px 0 1px 0;
}

DIV#Menu DIV#Login {
	position:absolute;
	overflow:hidden;
	left:0;
	width:180px;
	bottom:0;
	height:80px;
	z-index:4;
	background-color: #999999;
	border-width:1px 0 0 0;
	border-style:solid;
	font-size:0.7em;
}

DIV#Menu DIV {
	position:absolute;
	overflow:hidden;
	z-index:3;
}

DIV#Content {
	border: 0;
	overflow:auto;
	position:absolute;
	z-index:1;
	top:0;
	bottom:82px;
	left:182px;
	right:0;
	background-attachment: fixed;
	background-position: bottom right;
	background-repeat: no-repeat;
	padding:0 0 0 5px;
}

DIV#Footer {
	position:absolute;
	left:181px;
	right:0;
	bottom:0;
	height:80px;
	z-index:4;
	overflow:hidden;
	background-color: #009999;
	padding: 0;
	margin: 0;
	border-width: 1px;
	border-style:solid;
}

DIV#Footer TABLE {
	height:100%;
}

DIV#Footer TABLE TR TD {
	height:100%;
	vertical-align:middle;	
}

DIV#Footer TABLE TR TD IMG {
	border-style:none;
}

DIV#Login * INPUT {
	font-size: 10px;
	font-weight: bolder;
	border-width: 1px;
	border-style: solid;
}

DIV#Login * INPUT[type=submit] {
	width: 40px;
	font-size: 10px;
	border-width: 0px 1px 1px 0px;
	border-color: #336666 black black #336666;
	border-style: solid;
	cursor: pointer;
}

DIV#Login * INPUT[type=button] {
	border-width: 0px 1px 1px 0px;
	border-color: #336666 black black #336666;
	border-style: solid;
	cursor: pointer;
}


#Menu #Buttons A SPAN.Description {
	left:1px;
	bottom:82px;
	width:180px;
	height:48px;
}

.Index_FatBirder {
	border-width: 0px;
	width:190px;
}
