body {
  border:0;
  padding:0;
  height:100%; 
  max-height:100%;
  width: 70em;
  background:#33F; 
  font-family: Georgia, "Times New Roman", serif; 
  font-size: .8em;
  overflow: hidden; 
  }



/* Formatting of Divisions */
#LeftNav  {     
	width: 15em;
	padding: 0px;
	margin: 0px; 
	position: absolute;
	left: 0;
	top: 8em;
	} 

.NavSub li,
.Nav li {margin: 0;
		padding: .1em;
		font-family: "City Blueprint", "Eras Light ITC", sans-serif;}

.Nav {margin: 0; padding: 0.5em;}
.NavSub { margin: 0; 
	padding: 0.25em 1.5em;}
.NavSub ul { padding: 0 1.25em; }
	
.Nav a:link, .Nav a:visited { color: #fff; text-decoration: none;}
.Nav a:active {color: #003; }


#Banner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 8em;
	overflow: hidden;
	background: #007;
	color: #FFF;
	text-align: center;
	}

#Footer {
	position: absolute;
	bottom: 0;
	left:  15em;
	right: 15em;
	height: 8em;
	overflow: auto;
	text-align: center;
	background: #FFF;
	}

#Main   {
	position: fixed;
	top: 8em;
	left: 15em;
	bottom: 8em;
	right: 15em;
	overflow: auto;
	background: #FFF;
	text-align: center;
	}



#vcss { float: left; }
#vxhtml { float: right; }

#vcss a, 
#vxhtml a { border: none; 
	outline: none;}

#vcss img, 
#vxhtml img {border: 0; 
	width: 88px; 
	height: 31px; }


