.body_new {
	font: 0.75em Geneva, Arial, Helvetica, sans-serif;
	margin: 30px 5px 30px 5px;
	text-align: center;
	color: #191919;
	/* background: fixed repeat-x url(images/body_bg.png); */
	padding: 0;
}

body {
	font: 0.75em/1.6em "Lucida Grande", Lucida, Verdana, sans-serif;
	/* font-family: Verdana, Arial, Helvetica, sans-serif; */
	/* font-size: 10pt; */
	color: #191919;
	background: #FFFFFF;
	/* margin: 5%; */
	margin: 30px 15% 30px 15%;
    /* background-image: url(images/nsf-bg.gif);  */
	/* background-color: #8BA5C4;  */
	/* background-color:#EEEEEE; */
}

.head {
	font: 1.2em Geneva, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	background-color:#FFFFFF;
	margin: 30px 5px 30px 5px;
	text-align: center;
	color: #FFFFFF;
	padding: 0;
}

hr {
	width: 85%;
}

blockquote {
	background-color: #FFFFFF;
}

table {
  margin: 30px;
  border-width: 2px;
  /* cellpadding: 0;
  cellspacing: 0; */
  width: 90%
}

th {
	text-align: left;
}

td {
	padding-right: 0.5em;
	vertical-align:text-top;
}

table.form {
	margin-left: auto;
	margin-right: auto;
}

table.menu {
	text-align: center;
	width: 100%;
	border: 0;
}

table.list {
	margin-left: 20px;
	padding-left: 20px;
}

table.list th {
	font-size: 12pt;
	font-weight: bold;
	text-align: left;
}

/* Headlines 
h1, h2, h3, h4 {
	/* font-family: Tahoma, Georgia, Times New Roman, Times, serif; */
	/*color: #333333;
}
*/

h1 {
	font-size: 18pt;
	margin-left: 30px;
	margin-right: 30px;
	background-color: #FFFFFF;
	color: black;
	padding: 10px 10px 10px 20px; 
}

h2 {
	margin-top: 10px;
	margin-bottom: 1px;
	margin-left: 30px;
	margin-right: 30px;
	font-size: 16pt;
	background-color: #FFFFFF;
	color: black;
	padding-top: 4px;
	padding-left: 2%;
	padding-bottom: 5px;	
}

h3 {
	font-size: 10pt;
	margin-top: 15px;
	margin-bottom: 1px;
	margin-left: 30px;
	padding-bottom: 1px;
	color: #000000;	/* padding-left: 30px; */
}

h4 {
  	font-size: 10pt;
	margin-bottom: 1px;
	margin-left: 30px;
	padding-bottom: 1px;
	/* padding-left: 30px; */
	color: #333333;
}

/* Various types of columns */
/* Used for double column display where both columns are the same width */
.column {
	float: left;
	width: 49%;
	/* padding: 10px; */
	text-align: justify;
	/* background-image: url(images/g6lt05-anc.gif); */
	background-color: white; /* rgb(245,245,245); */
}

/* Single column display. */
.one-column {
	width: 100%;
	overflow: hidden;
	background-color: white; /* rgb(245,245,245); */
	/* background-image: url(images/g6lt05-anc.gif);
	padding: 20px;
	margin: 20px;
	clear: both;
*/
}


/* Double column display with a wider right-hand column. */
.left-column {
	/* margin: 10px; */
	float: left;
	width: 30%;
	line-height: 1.25em;
	background-color: white; /* rgb(245,245,245); */
	/* background-image: url(images/g6lt05-anc.gif);*/
}

.right-column {
	/* margin: 10px; */
	float: left;
	width: 69%;
	background-color: white; /* rgb(245,245,245); */
	background: white;	/* background-image: url(images/g6lt05-anc.gif);*/
}

/* Acknowledgments. */
.ack {
	float: left; 
	margin: 20px;
	overflow: visible;
	background-color: white; /* rgb(245,245,245); */
	text-align: center;
	/* background-image: url(images/g6lt05-anc.gif);*/
}

/* Properties we may want various elements to have */

/* Hidden data elements. */
.hide , .data {
	display: none;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.float {
	float: left;
}

.clear {
	clear: both;
}

.headline {
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: uppercase;
	color: #000000;
}
/* For the meta object logo */
.meta {
	font-family: sans-serif;
	font-size: 12pt;
	color: #FF0000;
}
.object {
	font-family: sans-serif;
	font-size: 12pt;
	color: #000000;
}

/* Paragraphs */

p {
	padding-left: 30px;
	padding-right: 30px;
}

.left-column h3 {
	font-size: 10pt;
	font-weight: bold;
	margin-left: 10px;	
	margin-top: 10px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.left-column p {
	margin-top: 0px;
	padding-top: 3px;
	padding-left: 10px;
	padding-right: 10px;
}

/* Special formatting for the first letter of "content" paragraphs. */
/* A "content" paragraph is any paragraph where you want the first letter capitalized. */
/*
p.content:first-letter {
	color: #333366;
	font-size: 16pt
}
*/

.alert {
	color: #FF0000;
	font-weight: 700;
	font-size: 1.2em;
	text-align: center;
}

/* Preformatted text */
pre {
	margin: inherit;
	font-family: monospace;
	padding-left: 20px;
	font-size: 10pt;
}

/* Drop shadows. Obsolete. */
.text {
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 2;
}

.shadow {
	position: absolute;
	top: 4px;
	left: 4px;
	z-index: 1;
}

/* Lists and list items */
.left-column ol, .left-column ul {
	padding-right: 10px;
	padding-left: 10px;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 3px;
}

ol, ul {
	padding-right: 10px;
	padding-left: 10px;
	margin-left: 50px;
	margin-right: 50px;
}

ul li {
  margin-bottom: 5px;
  list-style: circle;
}

ol li {
  /* font-family: Verdana, Arial, Helvetica, sans-serif; */
  /* font-size: 10pt; */
  padding-right: 1em;
  margin-bottom: 5px;
  padding-left: 1em;
}

li li {
	margin-bottom: 2px;
	list-style-type: square;
}

ul ul {
	margin-left: 0px;
	margin-right: 50px;
	margin-bottom: 0px;
	padding-left: 10px;
	list-style-type: circle
}

/* Types of divisions. */

/* Alert messages, used during testing only. */
div.alert {
	border: thick red solid;
	font-weight: 700;
	background-color: white;
	margin-bottom: 20px;
}

/* Each page has one container div that holds all the content inside the body element. */
div.container {
	/* background-image: url(images/g6lt05-anc.gif); */
	background-color: white; /* rgb(245,245,245); */
	width: 100%;
	margin-bottom: 5px;
	/* border: 2px outset #9cb6d5; */
}

/* For section of text that we want to look like computer source code. */
div.code {
	font-family: Courier, sans-serif, monotype;
	white-space: pre;
	overflow: scroll; 
}

div.listing {
	font-family: Courier, sans-serif, monotype;
	white-space: pre;
	overflow: scroll; 
	margin-left: 30px;
}

/**
div.top-menu {
	text-align: center;
	width: 100%;
	word-spacing: 5px;
	background-image: url(images/g6lt05.gif);
}

div.menu-bar {
	display: block;
	position: relative;
	width: 97%;
	font-size: 12pt;
	font-weight: bold;
	text-align: left;
	padding-top: 3%;
	padding-left: 3%;
	padding-bottom: 2%;
	overflow: hidden;
	background-color: white;
	white-space: nowrap;
}

div.menu-img {
	display: inline;
}

div.top-menu-item {
	font-family: Georgia, Arial, Helvetica, serif;
	font-size: 14pt;
	font-weight: bold;
	display: inline;
	position: relative;
	bottom: 5px;
	white-space: nowrap;	
	vertical-align: bottom;
	padding: 5px;
	padding-left: 10px;
	margin-left: 10px;
	cursor: pointer;
}
**/

/* Drop menu formatting. */
.drop-menu {
	/* background-color: #CCCCCC; */
	visibility: hidden;
	position: absolute;
	z-index: 1000;
	width: 10em;
	height: auto;
	border: thin solid black; 
}

/* The bottom matter */
.bm {
	text-align: center;
	margin: 10px;
	padding: 10px;
/*	background-color: rgb(246,246,240); */
/*	background-image: url(images/g6lt05.gif);  */
}

.copyright {
  clear: both;
  font-size: x-small;
  text-align: center; 
  padding: 5px;
  margin: 5px;
  /* background-image: url(images/g6lt05.gif); */
}

/* Banner at the top of the page. */
.banner {
	background-color: white;
	/* font-size: 40pt; */
	/* overflow: hidden; */
	/* vertical-align: text-bottom;	 */
	padding-top: 25px;
	margin-right:40px;
	margin-bottom:10px;
	padding-bottom: 40px;
	color: #FFFFFF;
}

.banner img {
	float: none;
	padding-right: 30px;
	vertical-align: top;
	padding-bottom: 0;
	margin-bottom: 0;
	text-align: left;
	position: relative;
	background-color: #FFFFFF;
}

.banner h1 {
	color: black;
	background-color: white;
	font-size: 2.5em;
	font-weight: bold;
	margin-left: 0px;
	/* vertical-align: bottom;	*/
	float: left;
	/* background: #63727c; 
	padding: 2px 3px 1px 3px;
	margin: 10px; */
}

.banner h2 {
	color: black;
	background-color: white;
	font-size: 2em;
	font-weight: bold;
	margin-left: 0px;
	vertical-align: bottom;	
	float: left;
}

.banner em {
	color: white;
	font-size: 16pt;
	font-variant: small-caps;
	padding-left: 25px;
	padding-bottom: 5px;
}

/* News items on the main page. */
.item {
	/*border: 1px groove black; */
	margin: 5px;
}

.item h1 {
	margin-left: 10px;
	margin-bottom: 3px;
	color: black;
	background-color: #FFFFFF;
	padding: 10px 3px 10px 5px; 
}

.item h2 {
	/* color: #c6e2ff; */
	/* background-color: #94B2CE; 
	color: #001122;  */
	background-color: #FFFFFF;
	color: #000000;
	font-size: 14pt;
	/* width: 98%; */
	overflow: hidden;
	margin-left: 30px;
	margin-right: 30px;
	/* margin: 0px; */
	padding-top: 4px;
	padding-left: 2%;
	padding-bottom: 2px;/**
	background-color: #000099;
	color: white;
**/
}
tt {
	font-family: "Courier New", Courier, mono;
	font-size: 10pt;
}
