.txtCopyRight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.txtBlueLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4777B6;
}
.frmSearchInput {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
	width: 138px;

}
.frmSearchSubmit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.txtNormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.txtHeaderGrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #999999;
	text-decoration: none;
}
.txtRedLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #BB242B;
}
.frmInput {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	width: 200px;
}

.txtHdr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #444444;

}
.txtLinkStandard {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}

/* main header bar (red bar) */
#header {
	position: relative;
	width: 648px;
	padding-left: 110px;
	height: 32px;
	background-image: url(/global-images/layout/header-bg-red-flag-interior.jpg);
	background-repeat: no-repeat;
	border-bottom: 1px solid #ffffff;
}

body.print #header {
	width: 600px;
}


/* main NARA logo used on most pages */
#siteTitle {
	/* Thanks to Seamus Leahy for the sweet Image Replacement Method (http://www.moronicbajebus.com/playground/cssplay/image-replacement/) */
	margin: 0px;
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	/*Size of the image*/ 
	padding-top: 100px; 
	width: 100px; 
	/*The image*/ 
	background-image: url(/global-images/logos/nara-archives.gov-blue-100.gif); 
	background-repeat: no-repeat; 
	/*Hide the text*/ 
	overflow: hidden; 
	/* WIN IE5 hack */ 
	height: 100px; 
	voice-family: "\"}\""; 
	voice-family:inherit; 
	height: 0;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}




/* printer template header */
body.print #siteTitle {
	margin: 10px 0px 0px 0px;
	width: 600px; 
	height: 16px; 
	background: none;
}






/* header for current section */
/* will probably need to wrap the <a> tag around the <h2> tag */
#sectionHeader {
	width: 648px;
	height: 67px;
	padding-left: 110px;
	background-image: url(/global-images/section-headers/default.jpg);
	background-position: 100% top;
	border-bottom: 1px solid #FFFFFF;
}

#sectionHeader h2 {
	margin: 0em;
	padding: 27px 0em 0em 0em;
	color: #0D1351;
	font-size: 1.3em;
	font-style: normal;
	font-weight: bold;
}

#sectionHeader a {
	color: #0D1351;
	text-decoration: none;
}

#sectionHeader a:hover {
	text-decoration: underline;
}






/* global hyperlinks in top header */
#topLinks {
	font-size: 0.8em;
	line-height: 1.2em;
	font-family: arial, verdana, helvetica, sans-serif;
	padding-top: 9px;
}


#topLinks ul {
	padding-left: 0em;
	margin: 0em;
}

#topLinks ul li {
	display: inline;
	padding-left: 0em;
	list-style: none;
}

#topLinks ul li a {
	color: #FFFFFF;
	padding-right: 15px;
}







#siteSearch {
	position: relative;
	top: 0;
	right: 0;
	width: 100%;
}

#siteSearch form {
	margin: 0;
	padding: 0;
}

/* box holding main search elements in header */
#mainSearchForm {
	position: relative;
	left: 0px;
	top: 7px;
	z-index: 101;
}

/* hide the label for the main input field */
#mainSearchForm label {
	display: block;
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;
}

/* main search form text input field */
#mainSearchForm #qt {
	background-color: #FFFFFF;
	color: #666666; /* determines font color */
	width: 200px;
	border: #000000 1px solid;
	font-family: arial, verdana, "ms sans serif";
	font-size: .8em;
	background-color: #FFFFFF;
	padding-left: .2em; /* creates extra white space to left of input text */
}

/* search options that appear onFocus of the search form */
#searchOptions {
	position: absolute;
	left: -11px;
	top: 0px;
	width: 231px;
	height: 109px;
	font-family: arial, verdana, "ms sans serif";
	font-size: .8em;
	line-height: 1em;
	z-index: 100;
	background-color: #CCCCCC;
	display: none;
	background-image: url(images/search_bg_white.gif);

}

#searchOptions table {
	margin: 0;
	padding: 0;
}

#searchOption1 {
	position: relative;
	top: 30px;
	left: 10px;
}

#searchOption2 {
	position: relative;
	top: 33px;
	left: 10px;
}

#searchOption3 {
	position: relative;
	border-top: 1px solid #999999;
	padding: 4px 0 0 2px;
	width: 87%;
	top: 39px;
	left: 10px;
}

#Entry {
	background-color: #FFFFFF;
	text-decoration: none;
}

#Entry:hover {
	background-color: #E6E6E6;
	text-decoration: none;
}

.Entry {
	background-color: #FFFFFF;
	text-decoration: none;
}
.txtEntryHdr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #B9242E;
}
