html, body, #pageContainer {
	min-width:100%;
	min-height:100%;
	width:100%;
	height:100%;
	margin:0;
	font-family:verdana, arial, sans-serif;
	font-size:10pt;
}

a {
	color:#000;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

html>body #pageContainer {
	height:auto;
}
#pageContainer {
	position:relative;
	min-height:100%;
	height:100%;
	voice-family:"\"}\"";
	voice-family:inherit;
}
#pageHeader {
	background-image:url(../images/banner-stretch.jpg);
	width:100%;
	height:100px;
}
#bannerSidesContainer {
	background-image:url(../images/banner-right.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	width:100%;
	height:100px;
}
#pageContentContainer {
	position:relative;
	width:100%;
}
#navContainer {
	position:absolute;
	top:0;
	left:0;
	width:150px;
	padding:5px;
	background-color:#FFF;
	z-index:100;
}
#pageContent {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	z-index:10;
}
#theContent {
	padding:5px 5px 5px 160px;
}
#pageFooterContainer {
	width:100%;
}
#theFooter {
	text-align:right;
	padding:5px;
}

h1 {
	font-size:16px;
	display:inline;
}
h2 {
	font-size:12px;
	display:inline;
}
h3 {
	font-size:10px;
	display:inline;
}

/* THE NAVIGATION */
#navContainer ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
#navContainer li {
	display:block;
}