body, html {
	background-color:#E2EFEE;    
	background-repeat: no-repeat;
	overflow: hidden;
	}

td {
	border:none;
	valign:center;
	padding: 0px;
	text-align: center;
	}
	
table {
	width:100%;
	border-collapse: collapse;
	}

/* style of text in horizontal menu */
#hMenu a { 
	line-height:12px;
	letter-spacing:0.1em;
	display:block;
	padding:1px 2px 1px 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	font-weight: bolder;
	color: #004400;
	text-decoration: none;
}

#hMenu a:hover {
	color:#FFFFFF;
	background-color: #006600;
}


#separator .solid {
	background-color:#0000DD;
	}

.caption1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	font-variant: small-caps;
	padding-left: 5px;
	padding-top:0 px;
	white-space: nowrap;
	vertical-align: middle;
}

.caption2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: italic;
	color: #0000CC;
	font-weight: bold;
	text-transform: uppercase;
	white-space: nowrap;
	padding-left: 10px;
	vertical-align: middle;
	text-align:center;
}
	
	
/* unique styles */	
.motto {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	line-height: 11pt;
	white-space: nowrap;
	font-size: 15px;
	font-style: italic;
	border-style: outset;
	border-width:thin;
}

.frameWrap { 
	position:absolute;
	border: none;
	}
	
.iframe {
	width:100%;
	height:100%;
	}

/* Banner table */
#Banner {
	position:absolute;
	border:none;
	left:0px;
	right:0px;
	top:0px;
	z-index:0;
	}
	
#BrimCell {
	width:220px;
	height:35px;
	top: 0px;
	right:0px;
	z-index:99;
	}
	
#NavCell { 
	left:0px;
	top:100px;
	width:170px;
	bottom:2px;
	height: expression((document.body.clientHeight - document.getElementById('NavCell').offsetTop - 10) +"px");
	}
	
#pluginCell { 
	top:0px;
	position:fixed;
	display:inline-block;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:14px;
	padding: 0px 5px 0px 5px;
	z-index:90;
	}	
	
#pluginCell a, a.visited
{
	text-decoration:none;
}	

	
#itemTitle {
	font-size: 120%;
	color: #4396D8;
	padding-top: 0px;
	margin:0px;
	}
	
#pageTitle {
	font-size: 110%;
	color: #4396D8;
	padding-top: 0px;	
	margin:0px;
	}

	
#ContextCell { 
	left:175px;
	top:50px;
	height: expression((document.body.clientHeight - document.getElementById('ContextCell').offsetTop - 10) +"px");
	right:1px;
	bottom:0px;
	z-index:75;
	}
	
