body {
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;
	font-family: Arial, Verdana, Helvetica, sans-serif;
/*	font-size: 65%; */
	font-size: x-small;
	}


/******************/	
/*** Structure ***/
/******************/
	
#wrapper {
	position: absolute;
	top: 50%;
	width: 100%;
	margin-top: -25%;
	height: 457px;
	z-index: 0;
	}
	/*
	This is a CSS comment where the end-of-comment marker is escaped.
	The following styles are not read by Explorer because it thinks they are still part of the comment.
\*/
#wrapper {
	position: absolute;
	top: 50%;
	width: 100%;
	margin-top: -228px;
	height: 457px;
	z-index: 0;
	}
/*
	Another comment, now with a normal end-of-comment marker. Explorer sees the end of this comment as the end of the previous one.
*/

#header {
	width: 770px;
	height:46px;
	position: absolute;
	margin-left: -385px;
	left: 50%;
	top: 0;
	z-index: 0;
	}

#content_wrapper {
	position: absolute;
	width: 770px;
	margin-left: -385px;
	left: 50%;
	top: 51px;
	z-index: 0;
	}

#nav {
	width: 252px;
	height: 177px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	}
	
#sidebar {
	width: 252px;
	height: 227px;
	position: absolute;
	left: 0;
	top: 179px;
	z-index: 0;
	}

#content {
	width: 518px;
	height: 405px;
	position: absolute;
	top: 0;
	left: 252px;
	overflow: hidden;
	z-index: 3;
	}

/* Scroll Bar */

#viewport {
	position: absolute;
	top: 45px;
	left: 0px;
	width: 508px;
	height: 350px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	display: block;
	z-index:0;
	}
	
#overflow {
	position: relative;
	width: 508px;
	display: block;
	}
	
#scroll_area {
	position: absolute;
	top: 45px;
	left: 508px;
	height: 340px;
	width: 10px;
	display: block;
	z-index: 1;
	}
	
#scroller {
	position: absolute;
	top: 2px;
	left: 1px;
	width: 8px;
	height: 15px;
	display: block;
	z-index: 0;
	}

#scroll_button_up {
	text-align: center;
	position: absolute;
	top: 385px;
	left: 508px;
	width: 8px;
	height: 10px;
	display: block;
	border:solid;
	}

#scroll_button_down {
	text-align: center;
	position: absolute;
	top: 395px;
	left: 508px;
	width: 8px;
	height: 10px;
	display: block;
	border:solid;
	}

/* Misc Layout Tags */

.left_col {
	position: absolute;
	top: 0px;
	left: 0px;
	}

.right_col {
	position: absolute;
	top: 0px;
	left: 245px;
	}

/*******************/	
/*** Navigation  ***/
/*******************/

ul {
	position: absolute;
	top: 156px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	z-index: 2;
	}

ul li {
	float: left;
	position: relative;
	width: 63px;
	height: 20px;
	text-align: center;
	z-index: 2;
	}
	
ul li a {
	display: block;
	height: 20px;
	text-decoration: none;
	font-size: 11px;
	line-height: 18px;
	z-index: 2;
	}
	
/* subnavigation */

.subnavigation a {
		text-decoration: none;
		}


/******************/	
/*** Typography ***/
/******************/

h1.navheader {
	position: absolute;
	width: 237px;
	height: 43px;
	margin: 0 0 0 0;
	padding: 0 0 0 15px;
	font-size: 18px;
	font-weight:normal;
	letter-spacing: .1em;
	z-index: 2;
	}

h1.contentheader {
	height: 43px;
	margin: 0 0 0 0;
	padding: 0 0 0 15px;
	font-size: 18px;
	}

#header p {
	margin: 5px 0 0 0;
	text-align: right;
	font-size: 1.1em;
	line-height: 1.2em;
	}
	
.txt_subnavigation a {
	text-decoration: none;
	}
	
/* "Current" page table styling */

.current_table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 22px 0 0 15px;
	padding: 0;
	border: 0;
	border-style: none;
	}
	
.table_label {
	width: 71px;
	height: 18px;
	font-weight: bold;
	}

.table_text {
	width: 132px;
	height: 18px;
	}


/**************/	
/*** Images ***/
/**************/

.logo {
	margin: 5px 0 0 12px;
	float: left;
	border: none;
	}

.img_nav {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
	}

.img_thumbnail {
	margin: 15px 30px 0 15px;
	}
	
#sidebar p a img {
	border: 1px solid;
	float: left;
	margin: -1px 10px 0 5px;
	padding: 0;
	}

/*************/	
/*** Forms ***/
/*************/

.submit { margin: 0px 0px 0px 35px; }