html, body, p, a, h1, h2, h3, h4, h5, h6, div, span, ul, li, ol, dl, dd, dt, form, pre, textarea, input { margin: 0; padding: 0; }

body {
	font-family: arial, helvetica, san-serif;
	font-size: small;
	background: #036;
	}
	
* html body {
	font-size: x-small;
	f\ont-size: small;
	}
	
#page { 
	width: 760px;
	margin: 5px auto;
	padding: 0px;
	}
	
#nist-header {	
	width: 760px;
	height: 36px;
	background: url(../images/nistheader.jpg) no-repeat;
 	}
	
#nist-header a {
	color: #FFF;
	font-size: 10px;
	text-decoration: underline;
	float: right;
	padding-top: 8px;
	padding-right: 3px;
	}
	
#nist-header a:hover {
	text-decoration: none;
	}
	
#header {
	width: 760px;
	height: 123px;
	background: url(../images/header.jpg);
	background-repeat: no-repeat;
	}

#globalsearch {
	float: right;
	margin: 5px 0px 0px 0px;
	padding: 4px;
	font-size: 10px;
	text-transform: uppercase;
	color: #FFFFFF;
	}
	
#global {
	float: right;
	margin: 0px;
	padding: 4px;
	font-size: 10px;
	text-transform: uppercase;
	}
	
#global li {
	margin: 0px;
	padding: 0px 5px 0px 6px;
	display: inline;
	list-style: none;
	}
	
#global li a {
	color: #036;
	text-decoration: none;
}

#global li a.current, #global li a:hover {
	text-decoration: underline;
}
	
#tagline {
	width: 740px;
	background: #f0f0f0;
	border-bottom: 1px solid #e1e1e1;
	font-family: Georgia, Times-Roman, Serif;
	font-size: 85%;
	font-weight: bold;
	font-style: italic;
	color: #666;
	padding: 10px;
	}

#container {
	width: 760px;
	background: #fff;
	}
	
#container2 {
	float: right;
	width: 520px;
	background: #fff;
	}
	
#firstcol {
	float: left;
	width: 210px;
	font-size: 85%;
	}
	
#secondcol {
	float: left;
	width: 300px;
	}
	
#thirdcol {
	float: right;
	width: 210px;
	font-size: 85%;
	}

#leftcol {
	float: left;
	width: 255px;
	font-size: 85%;
	color: #333;
	}
	
#rightcol {
	float: left;
	width: 490px;
	background:#FFF;
	}
	
#onecol {
	width: 760px;
	background: #FFF;
	}
	
.leftlist {
	float: left;
	width: 360px;
	background: transparent;
	margin-right: 10px;
	}
	
.rightlist {
	float: right;
	width: 360px;
	background: transparent;
	margin-left: 10px;
	}
	
#footer {
	width: 760px;
	height: 41px;
	background: #036 url(../images/footer.jpg);
	background-repeat: no-repeat;
	border-top: 1px solid #ccc;
	font-size: x-small;
	}
	
#footer-info {
	float: left;
	width: 465px;
	padding-left: 84px;
	padding-top: 4px;
	}
	
#footer-date {
	float: right;
	padding-right: 52px;
	padding-top: 4px;
	color: #333;
	font-style: italic;
	}
	
#leftcol h1 {
	font-size: 160%;
	font-weight: normal;
	text-transform: capitalize;
	color: #223f5d;
	margin: 0px 0px 8px 0px;
	}
	
#leftcol ul {
	list-style: none;
	padding-left: 0px;
	margin: 0px 0px 10px 0px;
	}
	
#leftcol li {
	margin-bottom: 8px;
	}
	
#firstcol h1 {
	font-size: 160%;
	font-weight: normal;
	text-transform: capitalize;
	color: #223f5d;
	margin: 0px 0px 8px 0px;
	}
	
#firstcol ul {
	list-style: none;
	padding-left: 0px;
	margin: 0px 0px 10px 0px;
	}
	
#firstcol li {
	margin-bottom: 8px;
	}
	
#thirdcol h1 {
	font-size: 160%;
	font-weight: normal;
	text-transform: capitalize;
	color: #223f5d;
	margin: 0px 0px 8px 0px;
	}
	
#thirdcol ul {
	list-style: none;
	padding-left: 0px;
	margin: 0px 0px 10px 0px;
	}
	
#thirdcol li {
	margin-bottom: 8px;
	}

#submenu li {
	padding: 0;
	margin: 0;
	height: 1%;
}
	
#submenu a {
	font-size: 110%;
	display: block;
	padding: 3px 20px 3px 3px;
	text-decoration: none;
	font-weight: bold;
	}
	
#submenu a:hover {
	text-decoration: none;
	background: #c0d4e6;
	color: #039;
	}
	
#submenu a.current {
	color: #fff;
	text-decoration: none;
	background: #3b76aa url(../images/bg_submenu.gif) no-repeat 225px 50%;
}

#submenu li ul {
	padding-left: 8px;
	}

#submenu li ul a {
	color: #3b76aa;
	font-weight: normal;
}

.topLink {
	color: #999999;
	font-size: .85em;
	float: right;
	text-decoration: none;
}

.topLink:hover {
	color: #757474;
}

#rightcol p{
	margin: 6px 0 10px 6px;
}
	
#rightcol h1 {
	font-size: 140%;
	font-weight: normal;
	text-transform: uppercase;
	color: #000;
	margin: 0 0 6px 0;
	padding-bottom: 1px;
	border-bottom: 1px solid #666;
	}

#rightcol ol {
	padding-left: 25px;
}
	
#rightcol ul {
	padding-left: 10px;
}
	
#onecol h1 {
	font-size: 160%;
	font-weight: normal;
	text-transform: capitalize;
	color: #000;
	margin: 0px;
	padding-bottom: 1px;
	border-bottom: 1px solid #666;
	margin-bottom: 10px;
	}
	
#secondcol h1 {
	font-size: 160%;
	font-weight: normal;
	text-transform: capitalize;
	color: #000;
	margin: 0 0 5px 0;
	padding-bottom: 1px;
	border-bottom: 1px solid #666;
	}
	
.bluebox #searchbox {
	width: 150px;
	padding: 2px;
	font-size: 1.2em;
}

.bluebox .button {
	padding: 2px;
}
	
a {
	color: #039;
	text-decoration: underline;
	}
	
a:hover {
	color: #999;
	text-decoration: none;
	}
	
a.graphic {
	float: right;
	font-size: 75%;
	font-weight: bold;
	padding-left: 13px;
	background: url(../images/bullet2.gif) 0 50%;
	background-repeat: no-repeat;
	text-transform: uppercase;
	}
	
a.graphic2 {
	font-size: 85%;
	font-weight: bold;
	padding-left: 13px;
	background: url(../images/bullet3.gif) 0 50%;
	background-repeat: no-repeat;
	text-transform: uppercase;
	}
	
a.pdf {
	font-weight: bold;
	padding-left: 16px;
	background: url(../images/pdf.gif) 0 5%;
	background-repeat: no-repeat;
	}
	
a.pdf2 {
	font-weight: bold;
	padding-left: 16px;
	background: url(../images/pdf.gif) 0 50%;
	background-repeat: no-repeat;
	}
	
a.zip {
	font-weight: bold;
	padding-left: 16px;
	background: url(../images/zip.gif) 0 5%;
	background-repeat: no-repeat;
	}
	
a.txt {
	font-weight: bold;
	padding-left: 16px;
	background: url(../images/txt.gif) 0 5%;
	background-repeat: no-repeat;
	}
	
a.wp {
	font-weight: bold;
	padding-left: 16px;
	background: url(../images/wp.gif) 0 5%;
	background-repeat: no-repeat;
	}
	
a.word {
	font-weight: bold;
	padding-left: 16px;
	background: url(../images/word.gif) 0 5%;
	background-repeat: no-repeat;
	}

a.ppt {
	font-weight: bold;
	padding-left: 16px;
	background: url(../images/ppt.gif) 0 5%;
	background-repeat: no-repeat;
	}
	
a.xls {
	font-weight: bold;
	padding-left: 16px;
	background: url(../images/xls.gif) 0 5%;
	background-repeat: no-repeat;
	}
	
a.other {
	font-weight: bold;
	padding-left: 16px;
	background: url(../images/other.gif) 0 5%;
	background-repeat: no-repeat;
	}
	
a.web {
	font-weight: bold;
	padding-left: 16px;
	background: url(../images/bullet1.gif) 0 5%;
	background-repeat: no-repeat;
	}
	
a.email {
	font-weight: bold;
	padding-left: 13px;
	background: url(../images/email.png) 0 5%;
	background-repeat: no-repeat;
	}
	
ul.bullets1 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	list-style: none;
	}
	
ul.bullets1 li {
	padding: 2px 0px 5px 15px;
	background: url(../images/bullet.gif) 0 .4em;
	background-repeat: no-repeat;
	}

ul.bullets1 li span {
	font-style: italic;
	display: block;
	font-size: small;
}

ul.bullets1 li ul {
	list-style: none;
	margin-left: 20px;
}

ul.bullets2 {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	list-style: none;
}

ul.bullets2 li {
	padding: 2px 10px 5px 0px;
	background-repeat: no-repeat;
	display: inline;
	}

ul.none {
	margin: 0px 0px 20px 20px;
	padding: 0px;
	}
	
ul.none li {
	padding: 2px 0 0 0;
	}
	
ul.none li.left {
	float: left;
	}
	
ul.none li ul {
	margin-left: 15px;
}
	
ul.pdf {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	list-style: none;
	}
	
ul.pdf li {
	line-height: 18px;
	padding-left: 18px;
	background: url(../images/pdf.gif) 0 50%;
	background-repeat: no-repeat;
	margin-bottom: 6px;
	}
	
ul.pdf li.large {
	line-height: 18px;
	padding-left: 18px;
	background: url(../images/pdf.gif) 0 15%;
	background-repeat: no-repeat;
	margin-bottom: 6px;
	}
	
dl {
	padding: 0px 10px;
}

dl dt {
	font-weight: bold;
}

dl dd {
	padding: 0;
	margin: 0 0 1em 0;
}
	
h2 {
	color: #036;
	font-size: 120%;
	text-transform: capitalize;
	margin: 10px 0px 5px 0px;
	border-top: 1px solid #E1E1E1;
	padding-top: 10px;
	}
h2.top {
	color: #036;
	font-size: 120%;
	margin: 10px 0px 5px 0px;
	border-top: none;
	padding-top: 0px;
}
	
h2.directory {
	color: #333;
	font-size: 120%;
	margin: 5px 0px;
	padding: 4px;
	background: #e1e1e1;
	}
	
#hidden {
	display: none;
	}
	
h3 {
	color: #4c4c4c;
	font-style: italic;
	font-size: 100%;
	margin: 10px 0px 6px 0px;
	}
	
h4 {
	color: #4c4c4c;
	font-size: 90%;
	margin: 0px 0px 10px 0px;
	display: block;
	border-bottom: 1px solid #acacac;
	}

strong {
	font-style: italic;
	}
	
p {
	margin: 0px 0px 10px 0px;
	}
	
p.small {
	font-size: x-small;
	}
	
p.right {
	margin: 0px;
	text-align: right;
	}

p.right-small {
	font-size: 1em;
	margin: 0px;
	text-align: left;
	padding-top: 2px;
	}
	
p.crumb {
	font-size: 0.85em;
	color: #039;
	margin-top: 3px;
	margin-bottom: 6px;
}

p.announcement {
	border-top: 1px solid #ccc;
	font-size: 1em;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 4px;
	text-align: left;
	padding-top: 4px;
	}
	
p.announcementFirst {
	font-size: 1em;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 4px;
	text-align: left;
	padding-top: 4px;
	}
	
.center {
	text-align: center;
	margin: 0px;
	}
	
.left {
	float: left;
	padding-right: 10px;
	padding-bottom: 5px;
	}
	
.leftimage {
	float: left;
	padding-right: 5px;
	padding-bottom: 5px;
	}
	
img.right {
	float: right;
	padding-left: 10px;
	padding-bottom: 5px;
	}
	
.padding5 {
	padding: 5px 5px 5px 10px;
	}
	
.padding5all {
	padding: 5px;
	}
	
.padding10 {
	padding: 10px;
	}
	
.padding10two {
	padding: 10px 0px 0px 10px;
	}
	
input {
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
	}
	
input.button {
	font-size: x-small;
	color: #036;
	border: 1px solid #036;
	text-align: center;
	background: #FFF;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px 0px 0px 10px;
	}
	
input.buttongrey {
	font-size: x-small;
	font-weight: bold;
	color: #666;
	border: 1px solid #666;
	text-align: center;
	background: #fff;
	padding: 0px;
	margin: 0px;
	}
	
img {
	border: 0px;
	}
	
table {
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-collapse: collapse;
	}
	
td, th {
	padding: 8px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	vertical-align: top;
	}
	
th {
	background: #e1e1e1;
	}
	
.search {
	border: 3px solid #cbdced;
	}
	
.search table {
	border: 0px;
	}
	
.search td {
	padding: 8px;
	border: 0px;
	vertical-align: top;
	}
	
.blue {
	background: #cbdced;
	}
	
.grey {
	background: #f0f0f0;
	}
	
.bluebox {
	background: #ecf6ff;
	border: 1px solid #cbdced;
	padding: 5px;
	margin-bottom: 10px;
	}
	
.whitebox {
	background: #fff;
	border: 1px solid #cbdced;
	padding: 5px;
	margin-bottom: 10px;
	}
	
.greybox {
	background: #f0f0f0;
	border: 1px solid #ccc;
	padding: 5px;
	margin-bottom: 10px;
	}

.greybox h3 {
	margin: 0px 0px 5px 0px;
	}
	
.highlight {
	background: #ff9;
	}
	
caption {
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	color: #69C;
	padding-bottom: 4px;
	}
	
hr {	
	color: #e1e1e1; 
	background: #e1e1e1;
	height: 1px;
	border: 0px;
	margin-left: 0px;
	margin-right: 0px;	
	}
	
.greybox hr {	
	color: #999; 
	background: #999;
	height: 1px;
	border: 0px;
	margin-left: 0px;
	margin-right: 0px;	
	}
	
#leftcol hr {
	color: #69c; 
	background: #69c;
	height: 1px;
	border: 0px;
	margin-left: 0px;
	margin-right: 0px;	
	}
	
.report {
	border: 1px solid #999;
	padding: 5px;
	background: #f0f0f0;
	}
	
.report2 {
	border: 1px solid #999;
	padding: 5px;
	margin-top: 10px;
	background: #f0f0f0;
	}
	
form {
	margin: 0px;
	}

.dateArchive {
	margin-bottom: 5px;
}		
	
.dateArchive ol {
	list-style: none;
	float: left;
	width: 460px;
	background: #ecf6ff;
}

.dateArchive ol li {
	display: inline;
}

.dateArchive li a {
	padding: 3px 5px;
	float: left;
	text-decoration: none;
}

.dateArchive li a.inactive {
	color: #cbdced;
}

.dateArchive li a.inactive:hover {
	background: none;
	color: #cbdced;
}

.dateArchive li a:hover {
	background: #b1cce4;
	color: #003366;
}

.dateArchive li.date a {
	color: #fff;
	font-weight: bold;
	margin-right: 10px;
	background: #3b76aa;
}

.disclaimer {
	margin: 10px;
	border: 1px solid #999;
	padding: 5px;
	background: #f0f0f0;
	font-size:x-small;
	font-style:italic;
}

.event .day {
	float: left;
	padding: 3px;
	background: #3b76aa;
	color: #fff;
	font-weight: bold;
	width: 100px;
	text-align: center;
	text-transform: uppercase;
	
}

.event .eventInfo {
	float: left;
	background: #ecf6ff;
	padding: 3px 3px 3px 10px;
	width: 427px;
	margin-bottom: 10px;
	border-left: 1px solid #3b76aa;
}

.event p {
	margin: 7px 0;
}

.event h4 {
	border: none;
	font-size: 1em;
	color: #000;
}

.event a.launch {
	float: right;
	text-decoration: none;
	font-size: .8em;
	text-transform: uppercase;
	padding: 3px;
	margin-left: 10px;
	background: url(../images/icon_launch.gif) no-repeat center right;
	padding-right: 10px;
}

.event a.launch:hover {
	background-color: #b1cce4;
	color: #003366;
}

.event ul {
	margin-left: 15px;
}
	
.table1 {
	border: none;
	width: 100%;
	background-color: #FFFFFF;
	border-collapse: collapse;
	border-spacing: 1px 1px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
}	

.table1 td {
	border:none;
}

.table1 tr.table-header {
	border:none;
	background-color: #036;
	color: #FFF;
	font-weight: bold;
}

.table1 tr.odd {
	border:none;
	background-color: #e0e0e0;
}

.table2 {
	border: none;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 1px 1px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	}
	
.table2 td {
	border:none;
}

#breadcrumb {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 10px;
	text-transform: uppercase;
	}
	
#breadcrumb li {
	margin: 0px;
	padding: 0px;
	display: inline;
	list-style: none;
	}
	
#breadcrumb li a {
	color: #036;
	text-decoration: none;
}

#breadcrumb li a.current, #global li a:hover {
	text-decoration: underline;
}

/* Clearing Help */

.clearfix:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}  

.clearfix { 
	display: inline-block;
}

.clearfix { 
	display: block;
}
	
#mainmenu {
	float: left;
	background: #003366;
	width: 761px;
	height: 28px;
	margin: 74px 0px 0px 0px;
	line-height: 1.2em;
	}

#mainmenu ul { /* all lists */
	padding: 0px;
	margin: 0px;
	list-style: none;
	}

#mainmenu li {
	float: left;
	position: relative;
	background: #003366;
	}
	
#mainmenu li a {
	display: block;
	padding: 6px 10px;
}
	
#mainmenu ul li a.current {
	color: #ff9;
	text-decoration: none;
	background: #0f4275;
}

#mainmenu li ul li a.current {
	color: #ff9;
	text-decoration: none;
}

#mainmenu li ul {
	position: absolute;
	left: 0px;
	top: 28px;
	float: none;
	display: none;
	width: 100px;
	background: #036;
	padding: 0px;
	margin: 0px;
	}
	
#mainmenu li li {
	border-bottom: 1px dotted #369;
	margin-left: 0px;
	}

#mainmenu li:hover ul, #mainmenu li.over ul {
	display: block;
	}

#nav a {
	font-size: x-small;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	}

#nav a:hover {
	color: #ff9;
	text-decoration: none;
	background: #0f4275;
	}
	
.focusgroups {
	width: 260px;
	}
	
.publications {
	width: 180px;
	}
	
.policies {
	width: 115px;
	}
	
.information {
	width: 170px;
	}
	
.archive {
	width: 180px;
	}