/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

	body {
		background-color: #CCCCCC;
		font-family: "Trebuchet MS", Times New Roman, sans serif;
		font-size: 10pt;
	}
	a {
		border: none;
	}
	.newItem {
		background-image: url(/images/icons/star-yellow.gif);
		padding-right: 5px;
	}
	.searchbox {
		background-image: url(../images/searchbackground.jpg);
		background-repeat: repeat;
		margin-bottom: 0px;
	}
	#tablenav {
	}
	#tablenav td {
		background-image: url(http://www.nasponline.org/images/menubuttons/background_menu.jpg);
		background-repeat: repeat;
		border-bottom: 1px solid #FFFFFF;
		padding-left: 6px;
	}
	.imgSpace {
		margin-bottom: 5px;
	}
	#container #logininfo {
		position:absolute;
		width:auto;
		height:28px;
		z-index:1;
		left:75%;
		top: 30px;
	}
	#logininfo a:visited {
		color: #FFFFFF;
	}
	#frame {
		margin-right:auto;
		margin-left:auto;
		padding:0px;
		text-align:left;
		background-color: #FFFFFF;
	}
	#contentleft {
		width:175px;
		margin-top: 20px;
		padding:0px;
		float:left;
		}
	
	#socialtabtop {
		text-align:right;
		height:21px;
		margin-top: 0px;
		margin-bottom: 10px;
		margin-left: 275px;
		margin-right: 0px;
		float:left;
		background-color:#FFF;
	}
	#contentcenter {
		width:574px;
		margin-top: 10px;
		float:left;
		padding-top: 0px;
		padding-right: 20px;
		padding-bottom: 0px;
		padding-left: 10px;
	}
	#contentright {
		width:176px;
		margin-top: 10px;
		padding:0px;
		float:left;
	}
	#contentheader {
		width: auto;
	}
	#contentheaderPrepare {
		width: 960px;
		height: 96px;
		background-color:#6F732D;
	}
	#contentheader2 {
		display:none;
	}
		
	h1,pre {
		margin:0px 10px 10px 0px;
	}
	#contentheader h1 {
		font-size:1.5em;
		margin:0px;
		margin-top:0px;
	}
	#contentright p { 
		font-size:12pt
	}
	#footer {
		margin: 0 auto;
		text-align: center;
		font-size: 12px;
		font-weight: bold;
		width:940px;
		background-color:#999;
		padding:10px;
	}
	#nav {
		width:172px;
		font-family: "Trebuchet MS";
		font-size:12px;
		margin-top: 0px;
	}
	#nav ul {
		/* all lists */
		list-style: none;
		margin: 0;
		padding: 0;
	}
	#nav li {
		/* all lists */
		border-bottom: 1px solid #FFFFFF;
	}
	#nav li a {
		display: block;
		padding: 3px 5px 0px 10px;
		text-decoration: none;
		color: #FFFFFF;
		font-weight:bold;
		line-height: 17px;
		background-image: url(../images/menubuttons/background_menu.jpg);
		background-repeat: repeat;
	}

	/* Hack to preserve spacing in IE */
	html>body #nav li a {
		display: block;
		padding: 2px 5px 2px 10px;
		text-decoration: none;
		color: #FFFFFF;
		font-weight:bold;
		line-height: 17px;
		background-image: url(../images/menubuttons/background_menu.jpg);
		background-repeat: repeat;
	}
	
	#nav li a:hover {
		background-image: url(../images/menubuttons/background_menu_ro.jpg);
	}
	
	#subnav{
		width:172px;
		font-family: "Trebuchet MS";
		font-size:12px;
		margin-top: 0px;
		font-weight: 600;
	}
	#subnav ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	#subnav li {
		border-bottom: 1px dashed #FFFFFF;
	}
	#subnav li a {
		display: block;
		padding: 3px 5px 0px 10px;
		text-decoration: none;
		color: #FFFFFF;
		line-height: 17px;
		background-image: url(../images/menubuttons/background_menu_ro.jpg);
		background-repeat: repeat;
		font-weight:normal;
	}
	/* Hack to preserve spacing in IE */
	html>body #subnav li a {
		display: block;
		padding: 2px 5px 2px 10px;
		text-decoration: none;
		color: #FFFFFF;
		line-height: 17px;
		background-image: url(../images/menubuttons/background_menu_ro.jpg);
		background-repeat: repeat;
		font-weight:normal;
	}
	#subnav li a:hover {
		background-image: url(../images/interiormenus/backgr_subnav_ro.jpg);
		color: #444;
	}
	#bottomnav{
		width:172px;
		font-family: "Trebuchet MS";
		font-size:12px;
		margin-top: 0px;
		font-weight: 600;
	}
	#bottomnav {
		width:172px;
		font-family: "Trebuchet MS";
		margin-top: 0px;
		font-weight: 600;
	}
	#bottomnav ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	#bottomnav li {
		border-bottom: 1px dashed #660000;
	}
	#bottomnav li a {
		display: block;
		padding: 3px 0px 0px 10px;
		text-decoration: none;
		color: #FFFFFF;
		background-image: url(../images/interiormenus/beigebkgrd.jpg);
		background-repeat: repeat;
	}

	/* Hack to preserve spacing in IE */
	html>body #bottomnav li a {
		display: block;
		padding: 2px 5px 2px 10px;
		border: none;
		text-decoration: none;
		color: #FFFFFF;
		line-height: 17px;
		background-image: url(../images/interiormenus/beigebkgrd.jpg);
		background-repeat: repeat;
	}
	#newatNASP {
		margin-top: 12px;
		width: 574px;
		line-height: 12pt;
	}
	
	#newatNASP td {
	}
	#newatNASP ul {
		margin: 0px;
		float: left;
	}
	#newatNASP li {
		list-style-position: outside;
		list-style-type: disc;
	}
	#newatNASP2 {
		margin-top: 12px;
		width: 574px;
		line-height: 12pt;
	}
	#newatNASP2 td {
	}
	#newatNASP2 ul {
		margin: 0px;
		float: left;
	}
	#newatNASP2 li {
		list-style-position: outside;
		list-style-type: disc;
	}
	.NewNASP {
		padding-left: 10px;
		padding-top: 5px;
		padding-right: 10px;
		padding-bottom: 5px;
	}
	#NASPresources {
		margin-top: 12px;
		width: 574px;
		line-height: 12pt;
	}
	.ResourcesNASP {
		padding-left: 5px;
		padding-top: 5px;
		padding-right: 5px;
		padding-bottom: 5px;
	}
	input.txt {
		color: #000000;
		background-color: #FFFFFF;
		font-size: 10px;
		border: 1px inset #999999;
		height: 10px;
		width: 80px;
		margin-left: 28px;
	}
	
	#contentHolder {
		float:left;
		color: inherit;
		padding-left: 5px;
		padding-right: 5px;
	}
	#contentHolder p {
	    margin-bottom: 1.2em;
	}
	.footerlink {
		color: #000000;
		text-decoration: none;
	}
	.breadcrumb {
		font-size: 11px;
	}
	.breadcrumb a{
		font-size: 11px;
	}
	.breadcrumb a:hover {
		color:#990000;
	}
	h1 {
		font-size:1.6em;
		font-family: "Trebuchet MS",  Times New Roman, sans serif;
		font-weight:bold;
		color:#444;
	}
	h2 {
		font-size:1.4em;
		font-family: "Trebuchet MS",  Times New Roman, sans serif;
		margin-bottom:0px;
	}
	h3 {
		font-size: 1.3em;
		font-family: "Trebuchet MS",  Times New Roman, sans serif;
	}
	h4 {
		font-size: 1.1em;
		font-family: "Trebuchet MS",  Times New Roman, sans serif;
	}
	h5 {
		font-size: .7em;
		font-family: "Trebuchet MS",  Times New Roman, sans serif;
		margin:0 0 0 0;
	}
	.formboxHeader { 
		font-size: 14px;
		color: #000000;
		text-decoration: bold;
		background-color: #c0c0c0;
	}
	.formbox {
		font-size: 12px;
		color: #000000;
		text-decoration: none;
		background-color: #dcdcdc;
	}
	.ejournaltable tr {
		margin-bottom: 5px; border-bottom: #660000 1px dotted;
	}
	.ejournaltable td {
		padding-right: 5px; padding-left: 5px; margin-bottom: 5px; padding-bottom: 5px; padding-top: 5px; border-bottom: #660000 1px dotted;
	}
	#ContentRight {
		float:right;
		position:relative;
 		width:176px;
		padding:10px;
		border:1px #CCC solid;
		margin-left:20px;
		margin-bottom:10px;
	}
	#ContentRight h2 {
		color:#000;
		margin-top:0px;
		margin-bottom:5px;
	}
	#ContentRight ul {
		margin-top:0px;
		margin-left:0px;
		padding-left:18px;
	}
	#ContentRight ul li {
		list-style:outside;
		list-style-image:url(../../images/icons/bullet.png);
		margin-bottom:10px;
	}

