/*NOTE: This is the current version of this file*/

#header
{
	padding-bottom: 15px;
	margin: 0;
	background-color: #003399;
	color: white;
	width: 100%;
	font-family: Garamond, Times, serif;
	font-size: 24pt;
	font-weight: bold;
	float: none;
}


#navbar
{
	padding-right: 0;
	margin: 0;
	background-color: #003399;
	color: white;
	float: left;
	width: 100%;
	clear: none;

}


#navbar ul li
{
	display: inline;
	border-top: 0px none;
	border-right: 0px solid;
	border-bottom: 0px solid;
	border-left: 0px solid;

 }

#navbar ul li a
{
	padding: 0em 0.5em 0.2em;
	background-color: #003399;
	color: white;
	text-decoration: none;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	border: 1px none white;

}

#navbar ul li a:hover
{
background-color: #369;
color: white;
}


.doctext
{margin: 50px 20% 50px 20%;
padding-top: 50px
font: Garamond, Times, serif;
}

.doctext h1
{font-size: 16pt;
padding-top: 50px;
padding-bottom: 20px;
}

.doc2text
{margin: 50px 20% 50px 20%;
padding-top: 50px
font: Garamond, Times, serif;
}



/*NOTE: Use this class of heading ONLY in the second/third/etc docs in multi-document clusters.  Specs are the same as regular h1, but less top padding, so spacing around rule separating docs is roughly equal */
.doc2
{font-size: 16pt;
martin-top: 0em !important;
padding-top: 0px !important;
padding-bottom: 20px;
}


/*NOTE: this group of paragraph classes governs vertical spacing within documents--between a doc and its endorsement, its enclosure, or a subsequent separate document*/

/*sets space between a document a subsequent document that is neither endorsement nor enclosure*/

.nextdoc {
	margin-top: +4em !important;
	text-align: right
}


/*increases margin above the current paragraph.  Use to increase white space before [Endorsement]*/

.endorsement {
	margin-top: +2em !important;
	}

/*increases margin above the current paragraph, eliminates line space before next paragraph--use regular paragraph class for subsequent paragraph, NOT nospace*/
.enclosure {
	margin-top: +3em !important;
	margin-bottom: -1em !important  
}


/*NOTE: this group of paragraph classes governs alignment and spacing WITHIN text of a document (NOT in annotation)*/

/*aligns text at the right margin (replaces obsolete p align="right")*/
.right {text-align: right
}

/*aligns text at the center*/
.center {text-align: center
}


/*eliminates line space between current paragraph and the preceding one
use for PS's and some multiline headings*/
.nospace {
	margin-top: -1em !important;
}


/*eliminates line space between current paragraph and the preceding one, aligns text at right
use most often in signatures after PS's and some multiline headings, also when an empty paragraph followed by a new paragraph gives too much vertical space*/
.nospacert {
	margin-top: -1em !important;
	text-align: right !important
}

/*eliminates line space between current paragraph and the preceding one, aligns text at center
use signatures after PS's and some multiline headings*/
.nospacectr {
	margin-top: -1em !important;
	text-align: center !important
}



/*indents paragraph 1 em, WITH usual line space between it and preceding paragraph*/
.indent {text-indent: 1em !important;

}

/*indents paragraph 1 em, WITHOUT line space between it and preceding paragraph*/
.indentnospace {
	text-indent: 1em !important;
	margin-top: -1em !important;	

}


/*sans-serif X in X-mark signatures, use with SPAN*/
.hmx  {font-family: Arial, Helvetica, sans-serif;
}

/*T*/
/*sets small font size for document annotation*/
.docnote
{
	margin: 30px 20% 50px;
	font-size: small;
	line-height: normal;

}

.docnote a:hover {
	color: #3972ac;
	text-decoration: underline;
	font-weight: bolder;

}
.docnote a {
	color: #3972ac;
	text-decoration: none;
	font-weight: 600;
	
}

.docnote a:visited {
	color: #990000;
	text-decoration: none;
}

/*sets vertical space between end of document annotation and citation to FSSP vols*/
.doccite {
	padding-top: 20px;
	
}


/**/
.left {float: left;
	padding: padding: 0 10px 0 0;
	border: none
	margin: 0px
}



/*sets indented paragraphs for document footnotes, 
with NO LINE SPACING between paragraphs.  Each note needs to be marked up separately*/

.footnote {text-indent: 2em;
	margin: 0em !important;
}

#bottomnav ul
{
	padding-left: 0;
	margin: 0 0% 10px 20%;
	background-color: #003399;
	color: White;
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;

}

#bottomnav ul li {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

#bottomnav ul li a
{
	padding: 0.2em .5em;
	background-color: #003399;
	color: White;
	text-decoration: none;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	border: 1px solid #003399;


}

#bottomnav ul li a:hover
{
	background-color: #369;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;

}


#footer
{
	padding: 10px 0;
	margin: 10px 20% 10px;
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	font-weight: lighter;
	clear: left;

}

/*sets line height and size of superscripted characters to reduce or eliminate the appearance of extra space above lines with superscript*/

sup  {
	line-height: 0; font-size: 70%;

}




a:link {
	color: #003399;
	text-decoration: none;

}
a:visited {
	color: #990000;
}
a:hover {
	color: #369;
	text-decoration: underline;
}
ul {
	text-align: right;
	list-style-type: none;

}
