@charset "utf-8";

/* Stylesheet for NSF Survey */
#header{
	clear:left; width: 1023px; height:143px; 
	background-image:url(image/nsf_NEWweb_08.jpg);
}
#navigation a {
	text-decoration:none;
	color: #2e5d75;
	outline:none;
}
#navigation a:hover {
	color: #be7f0e;
}
#navigation a:active {
	color: #be7f0e;
}
#navigation{
	clear:left; width:1023px; height:29px; 
	font-family:'Myriad Pro'; font-size:15px; 
	text-transform: uppercase; 
	background-color:#ffffff; 
	font-weight:bold;
}
#content {
	float:right; 
	width:693px;
	padding-top:10px;
}
h1 {
	color: #1e82b5;
	font-family:"Times New Roman", Times, serif;
	font-size:25px;
	font-weight: bold;
}

p {
	color:#333333;
	font-family:Verdana;
	font-size:12px;
	line-height:20px;
	font-weight: normal;
}

a {
	outline:none;
}

#start a {
	text-decoration:none;
	color:#000000;
	outline:none;
}
#start a:hover {
	text-decoration:underline;
}
#consent a {
	color:#fff;
	outline:none;
}
#consent a:hover {
	font-weight:bolder;
}
/* STOLEN FROM INNER PAGES */
#footer{
	background-color: white;
	clear:left; 
	width: 1023px; 
	height:55px;
	padding: 20px 0px 10px 0px;
}
#ruler{
	width: 95%;
	color: white;
	background-color: gray;
}
#footer_left{
	float:left; width:496px; padding-left:15px;
	background-color:#ffffff; color: #777777; 
	font-family: Verdana; font-size:9px; 
}
#footer_right{
	float:right; width:492px; padding-right:20px;
	background-color:#ffffff; color: #777777;
	font-family: Verdana; font-size:9px; 
	text-align:right; 
}

table.contact_table, ul.no_bullets {
	color:#333333;
	font-family:Verdana;
	font-size:12px;
	line-height:20px;
	font-weight: normal;
}
ul.no_bullets { list-style-type: none; }
p.error { color: red; font-weight: bold; }
