body {
	color: black;
	background-color: black;
	margin: 0px;
	font-size: 12pt;
	border-right-width: 145px;
	border-right-color: black;
	border-right-style: solid;
	border-left-width: 15px;
	border-left-color: black;
	border-left-style: solid;
	border-bottom-width: 15px;
	border-bottom-color: black;
	border-bottom-style: solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
div#header{	
	position: absolute;
	width: 100%;
	height: 107px;
	overflow: hidden;
	/*background-image: url(images/logo.gif);*/
	background-repeat: no-repeat;
	vertical-align: middle;
	background-position: center left;
	background-color: black;
	top: 0px;
	left:0px;
	right:0px;
	z-index: 1;
}

body>div#header {
	position:fixed;
	}
	
div#header2 {	
	position: absolute;
	top:107px;
	left:15px;
	right:-15px;
	z-index: 1;
	}

body>div#header2 {
	position:fixed;
	right:145px;
	z-index: 1;
	}

div#nav {	
	position: absolute;
	color: #000000;
	width: 135px;
	padding: 10px 5px 10px 4px;
	right:  0px;
	top:107px;
}

body>div#nav {
	position: fixed;
	}

div#shell {
	margin: 107px 0px 0px 0px;
	padding: 0px;
	background-color: white;
	z-index: 2;
}

div#title {
	position: static;
	padding: 10px 15px 10px 15px;
	margin: 0px;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	}

div#content {
	margin: 0px;
	padding: 15px 0px 15px 0px;
}

.section {
	padding: 0px 15px 0px 15px;
}

div#footer {
	padding: 10px 0px 10px 0px;
	height: 30px;
	position: static;
	margin: 0px;
	text-align: center;
	overflow: hidden;
}

#nav a, #nav a:hover {
	color: #000000;
	position: static;
	height: 30px;
	width: 115px;
	padding: 0px;
	float: left;
	margin: 10px;
	line-height: 30px;
	background-position: center center;
	background-repeat: no-repeat;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

.green_nav {
	background-image:url(images/button_green_light.gif);
}

.green_nav:hover {
	background-image:url(images/button_green_dark.gif);
}

.blue_nav {
	background-image: url(images/button_blue_light.gif);
}

.blue_nav:hover {
	background-image: url(images/button_blue_dark.gif);
}

#nav img {
	padding: 5px 0px 0px 0px;
}

.imgright {
	float: right;
	}
	
.imgleft {
	float: left;
	}
	
hr {
	position: static;
	width: 100%;
	clear: both;
	border-top-width: 2px;
	border-bottom-width: 0px;
	margin: 0px;
	background-color: white;
}

.superscript {
	font-size: 8pt;
	position: relative;
	top: 0px;

}