html, body {
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	height: 100%;

}
#banner {
	margin: 0px;
	height: 80px;
	width: 760px;
	position: absolute;
	left: 0px;
	top: 0px;
	vertical-align: text-bottom;
	text-align: left;
	z-index: 0;
}
/*********************************NEW MENU***********************************/
#menuwrap {
	position: absolute;
	left: 0px;
	top: 82px;
	width: 155px;
	font-family: "Trebuchet MS";
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	z-index: 1;
}

#menu ul { 
	margin: 0; 
	padding: 0; 
	list-style: none;
	width: 155px; /* Width of Menu Items */ 
	border-bottom: 1px solid #ccc; 
	text-align: right;
} 

#menu ul li { 
	position: relative; 
} 

#menu li ul { 
	position: absolute; 
	left: 150px; /*Set 1px less than menu width */ 
	top: 0; 
	display: block; 
	text-align: left;
} 

#menu li:hover ul {
	display: block; 
} 

#menu li:hover>ul { 
	visibility:visible; 
} 

#menu ul ul {
	visibility:hidden; 
} 

/* Make-up syles */ 

#menu ul, li { 
	margin: 0 0 0 0; 
} 

/* Styles for Menu Items */ 
#menu ul a { 
	display: block; 
	text-decoration: none; 
	color: #FFF; 
	background: #31659C; /* IE6 Bug */ 
	padding: 0px 10px 0px 0px;
	border: 1px solid #ccc; 
	border-bottom: 0; 
} 

/* Hover Styles */ 
#menu ul a:hover { 
	color: #FFF; 
	background: #003063; 
} 

/* Sub Menu Styles */ 
#menu li ul a { 
	text-decoration: none; 
	color: #FFF; 
	background: #31659C; /* IE6 Bug */ 
	padding: 0px 10px 0px 0px; 
	/*border: 1px solid #ccc; 
		border-bottom: 0; */
} 

/* Sub Menu Hover Styles */ 
#menu li ul a:hover { 
	color: #FFF; 
	background: #003063; 
} 

/* Icon Styles */ 
#menu ul a.submenu {background:#31659C; } 
#menu ul a.submenu:hover {background:#003063;}
/**********************************END NEW MENU***********************************/

#footer {
	height: 20px;
	width: 605px;
	bottom: 0%;
	font-family: "Courier New", Courier, mono;
	font-size: 10px;
	color: #CCCCCC;
	text-decoration: none;
}
.itemBorder {
	border: 1px solid #333333;
}
.itemBorder2 {
	border: 1px solid #9900CC;
	background-color: #666666;
	color: #FFFFFF;
}
#menuBottom {
	background-image: url(../../images/menu_bottom800.gif);
	margin-bottom: -19px;
	position: absolute;
	bottom: 0px;
	height: 16px;
	width: 156px;
	margin-left: 0px;
}
#lowerMenu {
	padding-top: 2px;
}

#lowerMenu td {
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-weight: normal;
}
#mainContent {
	width: 580px;
	position: absolute;
	left: 170px;
	top: 80px;
	font-family: "Trebuchet MS";
	font-size: 13px;
}
#mainContent table{
	font-family: "Trebuchet MS";
	font-size: 13px;
}
#mainContent table a{
	color: #000099;
	text-decoration: none;
}
#mainContent table a:hover{
	color: #CC0000;
	text-decoration: none;
}
#contBorder td {
	border: 1px solid #000000;

}
#update {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;
	position: absolute;
	left: 3px;
	top: 63px;
	z-index: 10;
}
#breadcrumb {
	font-family: "Trebuchet MS";
	font-size: 10pt;
	color: #FFFFFF;
	text-decoration: none;
	position: absolute;
	left: 220px;
	top: 48px;
	z-index: 20;
	font-weight: bold;
}
#breadcrumb a{
	color: #FFFFCC;
	text-decoration: none;
}
#breadcrumb a:hover{
	color: #FFFFFF;
	text-decoration: none;
}
