body {
	margin: 0;
	padding: 0;
	color: #000;
	behavior: url(../menus/menus/csshover.htc);
	font: 100% Arial, Helvetica, sans-serif;
} /* WinIE behavior call */
	
div#banner {
	z-index: 1;
	height: 135px;
	border-bottom: 5px solid #696;
	text-align: center;
	vertical-align: middle;
	padding: 1ex;
}

div#main {
	position: absolute;
	top: 160px;
	left: 7.2em;
	padding-right: 3em;
	padding-bottom: 3em;
	padding-left: 3em;
	width: 80%;
}

div#footer {
	font-size: x-small;
	text-align: center;
	font-weight: bold;
}

div#table {
	text-align: center;
}

h1 {color: #AAA;}

h4 {
	font-size: x-small;
	text-align: center; }
	
div#navhead {
	position: absolute;
	width: 132px;
	height: 135px;
	top: 0px;
	left: 0px;
}

div#nav {
	width: 7em;
	background: url(LtBlueBGND.jpg);
	top: 136px; }

div#nav ul {
	margin: 0; padding: 0; 
	width: 7em;
	border: 1px solid #AAA; }	

div#nav li {position: relative; 
	list-style: none; 
	border-bottom: 1px solid #CCC;}

div#nav li:hover {background: #FFFF00;}

div#nav li.submenu {
	background: url(../menus/submenu.gif) 95% 50% no-repeat; }

div#nav li.submenu:hover {background-color: #FFFFCC; }

div#nav li a {
	display: block; 
	padding: 0.25em 0 0.25em 0.5em;
	text-decoration: none; 
	width: 7em; }

div#nav ul a {width: auto; }

div#nav ul ul {position: absolute; top: 0; left: 7em; display: none; }

div#nav ul.level1 li.submenu:hover ul.level2, 
div#nav ul.level2 li.submenu:hover ul.level3 {
	display:block;
	background-color: #FFFFCC;
}

.center {
	text-align: center; }

.centerbold {
	font-weight: bold;
	text-align: center; }
	
table.support {
	text-align: center;
	color: #fff;
	background-color: #666;
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	font: normal x-small Verdana, Geneva, Arial, Helvetica, sans-serif;
}

table.support td {
	background-color: #CCC;
	color: #000;
	padding: 4px;
	text-align: left;
	border: 1px #fff solid;
}

table.support td.hed {
	background-color: #666;
	color: #fff;
	padding: 4px;
	text-align: center;
	border-bottom: 2px #fff solid;
	font-size: small;
	font-weight: bold;
}

