/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

	body {
		text-align: center;
		background-color: #CCCCCC;
		font-family: "Trebuchet MS", Times New Roman, sans serif;
		font-size: 10pt;
		margin-left: auto;
		margin-right: auto;
	}
	a {
		border: none;
	}
	.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;
	}

	/* this controls non IE */
	html>body #logininfo {
		position:absolute;
		width:auto;
		height:28px;
		z-index:1;
		left: 75%;
		bottom: 89%;
	}
	
	#logininfo {
		position:absolute;
		width:auto;
		height: auto;
		z-index:1;
		left: 75%;
		top: 8%;
	}
	
	#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:544px;
	margin-top: 10px;
	margin-right: 20px;
	float:left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
		border:#CCC 0px solid;
		}
	
	#contentright {
		width:176px;
		margin-top: 20px;
		margin-right: 	0px;
		padding:0px;
		float:left;
		border:#CCC 0px solid;
		}
	
	#contentright img {
		margin-bottom: 20px;
		}
	
	#contentheader {
		width: auto;
		}
		
	p,h1,pre {
		margin:0px 10px 10px 0px;
		}
		
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;
}

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;
}
		
	#contentheader h1 {
		font-size:1.5em;
		margin:0px;
		margin-top:0px;
		}
	
	#contentright p { font-size:12pt}

	#footer {
		margin-top: 10px;
		text-align: center;
		font-size: 12px;
		font-weight: bold;
	}
	
	#nav {
	width:172px;
	font-family: "Trebuchet MS";
	font-size:12px;
	/*font-weight: bold;*/
	margin-top: 0px;
	/*letter-spacing: 0.05em;*/
}

#nav ul {
	/* all lists */
	list-style: none;
	margin: 0;
	padding: 0;
	/*background-color: #666666;*/
}

#nav li {
	/* all lists */
	border-bottom: 1px solid #FFFFFF;
}

#nav li a {
	display: block;
	padding: 3px 5px 0px 10px;
	text-decoration: none;
	color: #FFFFFF;
	line-height: 17px;
	background-image: url(../images/menubuttons/background_menu.jpg);
	background-repeat: repeat;
	font-weight:bold;
}

/* Hack to preserve spacing in IE */
html>body #nav li a {
	display: block;
	padding: 2px 5px 2px 10px;
	text-decoration: none;
	color: #FFFFFF;
	line-height: 17px;
	background-image: url(../images/menubuttons/background_menu.jpg);
	background-repeat: repeat;
	font-weight:bold;
}

#nav li a:hover {
background-image: url(../images/menubuttons/background_menu_ro.jpg);
	color:#000;
	}

#subnav{
	width:172px;
	font-family: "Trebuchet MS";
	font-size:12px;
	/*font-weight: bold;*/
	margin-top: 0px;
	/*letter-spacing: 0.05em;*/
	font-weight: 600;}

#subnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	/*background-color: #666666;*/
}

#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;
}

/* 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;

}

#subnav li a:hover {
	background-image: url(../images/interiormenus/backgr_subnav_ro.jpg);
}

	#bottomnav{
	width:172px;
	font-family: "Trebuchet MS";
	font-size:12px;
	/*font-weight: bold;*/
margin-top: 0px;
	/*letter-spacing: 0.05em;*/
	font-weight: 600;
}

#bottomnav {
	width:172px;
	font-family: "Trebuchet MS";
	/*font-size:12px;*/
	/*font-weight: bold;*/
	margin-top: 0px;
	/*letter-spacing: 0.05em;*/
	font-weight: 600;
}

#bottomnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	/*background-color: #666666;*/
}

#bottomnav li {
	border-bottom: 1px dashed #660000;
}

#bottomnav li a {
	display: block;
	/*padding: 2px 5px 0px 10px;*/
	padding: 3px 0px 0px 10px;
	text-decoration: none;
	color: #FFFFFF;
	/*line-height: 17px;*/
	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;
	/*padding: 5px 10px 5px 10px;
	margin: 5px 10px 5px 10px;*/
}

#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;
	/*padding: 5px 10px 5px 10px;
	margin: 5px 10px 5px 10px;*/
}

.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;
	/*margin-bottom: 9px;*/
}

#contentHolder 
{
	/*background-color: #EDEDD7;*/
	color: inherit;
	padding-left: 5px;
	padding-right: 5px;
}

#contentHolder p
{
    margin-bottom: 1.3em;
}

.footerlink {
	color: #000000;
	text-decoration: none;
}
.breadcrumb {
	font-size: 11px;
}

