@charset "utf-8";
/*
/* 
 * HTML5 ✰ Boilerplate
 *
 * What follows is the result of much research on cross-browser styling. 
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 * 
 * Dreamweaver modifications:
 * 1. Commented out selection highlight
 * 2. Removed media queries section (we add our own in a separate file)
 *
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html {font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; padding: 0; background-color: #e5e5e5; font-size: 80%;}

body, button, input, select, textarea { font-family: arial, sans-serif; color: #000; }

/* 
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

/* Dreamweaver: uncomment these if you do want to customize the selection highlight
 *::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
 *::selection { background: #fe57a1; color: #fff; text-shadow: none; }
 */

/* =============================================================================
   Links
   ========================================================================== */

a, a:link {color: #00527a; font-size: 100%; font-weight: normal; text-decoration: underline;}
a:visited {color: purple; font-size: 100%; font-weight: normal; text-decoration: none;}
a:hover {color: #993300; font-size: 100%; font-weight: normal; text-decoration: underline;}

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
hr.separator {width:95%;}

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

dl.ocr-resources dt {font-weight: bold;}
dl.ocr-resources dd {margin-left: 0; margin-bottom: 1em;}

dl.QandA { margin: 5px 0; }
dl.QandA dt { margin-left: 0; color: #0C3A64; font-weight: bold; margin-top: 1em; font-size: 1.15em;}
dl.QandA dd { margin-left: 0; padding-top: .5em;}
dl dd.moreDD {margin: 0; padding: .3em 0 .5em 0; }
dl.QandA dt img.image_lft, dl.QandA dd img.image_lft { float: left; padding-right: 8px;}
dl.QandA dt img.image_rgt, dl.QandA dd img.image_rgt { float: right; padding-left: 8px;}

dl#fbnp-faqs {margin-top: 2em; margin-left: 20px;}
dl#fbnp-faqs dt {text-align: left; font-weight: bold; color:#274C6A; padding-bottom: .5em; font-size: 1.1em;}
dl#fbnp-faqs dd {text-align: left; padding-left: 0; margin-left: 0; padding-bottom: .75em;}
dl#fbnp-faqs dd .top2, dl#fbnp-faqs dd div.top2 {margin-top: 1em;}

dl.dl-left { margin: 5px 20px; clear: both; }
dl.dl-left dt { margin-left: 0; font-weight: bold;}
dl.dl-left dd { margin-left: 0; margin-bottom: 1em;  }
dl.dl-left dd ul.spacingdd, dl.dl-left ul.spacingdd { margin-top: .25em; padding-top: 0; }
dl.dl-left dd.ulafter {margin-bottom: 0; padding-bottom:0;}

ul.bullet-square { list-style-type: square;}
ul.bullet-disc { list-style-type: disc;}
ul.bullet-circle { list-style-type: circle;}
ul.no-bullet, ul li.no-bullet { list-style-type:none;}
ul.no-bullet-sp1 { list-style-type:none; margin-top: 0; list-style-position: outside; padding-left: 10px;}
ul.no-bullet-sp2 { list-style-type:none; list-style-position: outside; padding-left: 20px;}
ul.no-bullet-sp1a { list-style-type:none; margin-top: 0; list-style-position: outside; padding-left: 0;}
ul.no-bullet-sp1 li { margin: 0 0 0 40px; }
ul.no-bullet-sp1a li { margin: 1em 0 0 0; }
ul.no-bullet-sp1a li p { margin: 1em 0 0 30px; }
ul.no-indent, ol.no-indent { margin-left: 0; padding-left: 0; list-style-position:inside;}
ul.no-indent li, ol.no-indent li { margin-left: 0; padding-left: 0;}
ul.space0t {margin: 0 0 1em 0; padding-top: 0; }
ul.space0t li {padding: .25em 0 .25em;}
ol.item-la { list-style-type:lower-alpha }
ol.space1 { margin-top: 0; list-style-position: outside; padding: 0 0 0 10px;}
ol.space30, ul.space30 { margin-top: 0; list-style-position: outside; padding: 0;}
ol.space30 ol.loweralpha li {padding-right: 55px;}
ol.space30 li, ul.space30 li {margin: 0; }
ol.space1 li { margin: 0 0 0 40px; }
ol.spacing75 li, ul.spacing75 li { margin-top: .75em; }
ol.indent40 li, ul.indent40 li { margin-left: 40px;}
ol.loweralpha { list-style-type: lower-alpha; }
ol.lowerroman { list-style-type:lower-roman; }
ul li ol.no-bold li {margin-top:3px; font-weight: 100; }
ul.no-bold li, ul.no-bold li a, a.no-bold, ol.no-bold li, ol.no-bold li a { font-weight: 100;}
ul.extra-ocr { margin:10px 0 0 0; padding: 0 0 5px 10px; font-size: 100%; }
ul.ocr-menu { list-style: square;}
ul.ocr-menu .ocr-nu { line-height: 1.5em;}
ul.fundhelp { margin-left:5px; padding:10px; margin-top:-1em; font-size:10px}
ul#mdiwg-toc li .mdiwg-toc-section {font-weight: bold; color: #404040; }
ul#mdiwg-toc li a {text-decoration: none;}
ul#mdiwg-toc li ul li a {text-decoration: underline;}
h2.subhead-sm.mdiwg-h2 {font-size: 115%;}
/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e 
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
img.pdf-icon { padding-left: .5em; padding-right: .25em; vertical-align: text-bottom;}
img#img-acrobat-reader { width: 160px; height: 43px; vertical-align: bottom;}
img.blog_image_lft { float: left; padding-right: 8px;}
img.space15bottom {margin-bottom: 15px;}
img.img-email-envelope { width:15px; height:10px; border:none; }
img#img-which-guide { width: 808px;}
img#img-frc-logo {width:216px; height:38px; border: none; }
img#img-explore-logo, img#img-apply-logo, img#img-implement-logo {width:144px; height:144px; border: none; }
img#img-stay-connected {width:244px; height:157px; }
img#img-stay-connected216 {width:216px; height:157px; }
#SelectGuide img { width: 325px;}


/*
 * Correct overflow not hidden in IE9 
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }
figure.imgctr { margin: 0 auto; width: 600px; text-align: center; }
figure.imgctr img, figure img.image_ctr {text-align: center; padding: 0;}
figure.image_rgt {float: right; text-align: right;}
figure.blog_page {width: 300px; margin: 1em 0 1em 1em;}
figure.blog_page.blog-img-border { border: solid 1px #000;}
figure.blog_rgt {float: right;}
figure.blog_rgt figcaption {float: right;}
figure.blog_page img { padding-bottom: 0; margin-bottom: 0;}
figure figcaption { font-size: .85em; margin: .25em; padding-top: 0;}


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
fieldset.border {border: double thin #213b5a; margin: 0 auto; padding: 1em; width: 550px; background-color: #fff; text-align: center; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend { border: 0; *margin-left: -7px; padding: 0; }
fieldset.border h3 {color: #213b5a; border: 0; margin:0; background-color: #fff; font-size: 1.2em; }
/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */

table button, table input { *overflow: auto; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"], button[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, button[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
input#email {text-align: left;}
/* 
 * Remove inner padding and border in FF3/4: h5bp.com/l 
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* Search Button */
#srch_bttn #searchOJPButton {height: 22px; max-height: 22px;}
#searchOJPButton { height: inherit; background-color: #fefefe; color: #575757; font-variant: small-caps; font-size: .72em; text-align: center; font-weight: bold; padding-top: 0; padding-bottom: 0; border-color: #e0e0e0;}
button#searchOJPButton:hover { color: #184B76; border-color: #184B76;}

/* 
 * 1. Remove default vertical scrollbar in IE6/7/8/9 
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }
.fbnp-form input, div.fbnp-form input {margin: 5px 0; line-height: normal; text-align: left;}


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }
th.no-bold {font-weight: 100; padding:2px;}

table#GrantValidChar { width: 560px; border: solid #184B76 1px; margin-bottom: 1.5em;}
table#GrantValidChar th {text-align: center; font-weight: 100; padding:4px; background-color: #184B76; color: #fff;}
table#GrantValidChar td {text-align: left; padding: 8px 5px;}
table#GrantValidChar .col-145 { width: 145px;}
table#GrantValidChar .col-135 { width: 135px;}
table#GrantValidChar .col-415 { width: 415px;}
table#FundURaward  {width: 100%; border-collapse: collapse; margin-bottom: 1.5em;}
table#FundURaward th { background: #06c; color: #fff; font-size: 1.1em; font-weight: bold; border: solid 1px #fff; padding: .5em; text-align: center;}
table.funding-table-striped tr.even {background-color: #d2deef;}
table.funding-table-striped tr.odd {background-color: #eaeff7; }
table.funding-table-striped td {color: #000; font-size: 1em; font-family: calibri,sans-serif; padding: .75em; border-width: 0px 1px 1px; border-style: none solid solid; border-color: #000000 #ffffff #ffffff;}
table.blkwht {width: 100%; border: solid #000 1px; margin-bottom: 1.5em; color: #000;}
table.blkwht th {background-color: #ccc; font-size: 1em; font-weight: bold;}
table.blkwht td {font-size: 1em;}
table#tbl-funding-opps {width: 100%; border: solid #000 1px; }
table#tbl-funding-opps tr th {font-weight: 100; margin: 8px; line-height: 2em; border: solid #000000 1px; }
table#GrProcessResp { width: 98%; border: solid #184B76 1px; margin-bottom: 1.5em;}
table .col50 { width: 50%; }

/* ==|== primary styles =====================================================
   Author:
			 
   ========================================================================== */
hr.funding {margin: 1.5em 0 1em; width: 100%;}
hr.funding2 {margin: 1.5em 0 0; width: 100%;}
.para_indent {margin-left: 25px;}
.para_indent1 {padding-left: 25px;}
.para_indent2 {padding-left: 50px;}
.para_indent3 {padding-left: 75px;}
.para_indent10 {padding-left: 10px;}
.para_indent20 {padding-left: 20px;}
.para_indent30 {padding-left: 30px;}
.para_indent40 {padding-left: 40px;}
.para_indent60 {padding-left: 60px;}
.para_indent80 {padding-left: 80px;}
p.para75 {margin-top: 1.5em; padding-top: .75em;}
p.spacingb0 { margin-bottom: 0; padding-bottom: 0;}
p.page-note {font-size: .85em;}
p.ulnext {padding-bottom: 0; margin-bottom: 0;}
.ul_indent { margin-left: 10px;}
ul.indent { margin-left: 1em; padding-left: 1em;}
.no-indent {margin-left: 0;}
.indent1, .indent25 {margin-left: 25px;}
.indent2, .indent50 {margin-left: 50px;}
.indent3, .indent75 {margin-left: 75px;}
.indent10 { margin-left: 10px;}
.indent10-5, .indent10-5 ul.indent5 { margin-left: 10px; padding-left: 5px;}
.indent20 { margin-left: 20px}
.indent30 { margin-left: 30px;}
.indent40 { margin-left: 40px;}
.text-left, p.text-left {text-align: left;}
.footnote {font-size: 80%;}
p.indentboth {margin-left: 30px; margin-right: 55px;}
li.legalindentboth p.indentboth {padding-right: 55px; margin-right:0;}
.archcol1 {float: left; margin: 0; padding: 0; text-align: left; width: 20%;}
#right_box {border: 1px solid #184B76; float: right; font-family: Arial,Helvetica,sans-serif; font-size: 85%; margin-left: 5px; margin-right: 5px; margin-top: 10px; text-align: center; width: 150px;}
.navbox { }
.caption {font-size: 90%; text-align: center; }
ul.ul_nopadding {padding-top: 0; padding-bottom: 0; margin-top: 0; margin-bottom: 0;}
tr.head {background-color: #184B76; color: #FFFFFF; font-size: 100%; font-weight: bold; padding-left: 0; text-align: center;}
tr.subhead {background-color: #DBE6EB; color: #184B76; font-size: 100%; font-weight: bold; text-align: center;}
td {padding-bottom: 15px; vertical-align: top;}
tr.head2 {color: #184B76; font-size: 11px;}
.data_table td {border: 1px solid #000000; padding-left: 5px; padding-top: 5px;}
.data_table2 td {border: 1px solid #000000; font-size: 12px; padding: 5px;}
.data_table img {margin-left: 0;}
.spacing150top, div.spacing150top {margin-top: 1.5em;}
.rownewsinit, div.rownewsinit {clear: both; font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 100%; margin: 0 0 15px; padding: 0; width: 680px;}
.align-right, div.align-right { float: right;}
#internal_nav li {display: inline; text-align: center; padding: 0 5px; border-right-width: 1px; border-right-style: solid;
border-right-color: #000000;}
#internal_nav li.last {border-right: 0;}
#print_btn {margin: 0px; padding: 0px; float: right; text-align: right; width: 80px;}
.image {padding: 0; margin: 0; border: none; display: block;}
.image_nb {padding: 0; margin: 0; border: none;}
.image_rgt {padding: 0; margin: 0 0 10px 10px; border: none; float: right;}
.image_rgt_nomargin {padding: 0; margin: 0; border: none; float: right;}
.image_news {padding: 0; margin: 10px 0; border: none;}
.image_gallery {padding: 20px 0 15px 0; margin: 0; border: none;}
.image_mc {padding: 0; margin: 0 0 0 9px; border: none;}
.image_mc2 {padding: 0; margin: 0 0 0 12px; border: none;}
.image_photos {padding: 0; margin: 0 10px 0 0; border: none; float: left;}
img.img-seal-mdiwg { height: 40px; width: 43px; padding: 0; margin: 0; border: none; vertical-align: middle;}
img.img-logo-mdiwg { height: 20px; width: 34px; padding: 0; margin: 0 3px 0 0; border: none; vertical-align: middle;}
p img.blog_image_lft { clear: none;}
.clearfloat {margin: 0; padding: 0; clear: both; height: 1px; line-height: 1px;}
h1 {margin-bottom: 20px; padding: 0; font-size: 145%; font-weight: bold; color: #184B76;}
h2, h1#statutes, h1#blogTitle, h1#fbnpPageTitle {font-size: 120%; font-weight: bold; color: #184B76; padding: 5px 0; }
h2.statutes { padding-top: 1.5em;}
h2.black {font-size: 1em; color: #000000;}
h2.black.italic-nobold {font-weight: 100; font-style: italic;}
h2.spacing2, p.spacing2 {margin-bottom: .5em; padding-bottom: 0;}
h2.subhead-sm {font-size: 100%; margin-bottom: 0; padding-bottom: 0;}
h3, h1#frc-title {font-size: 100%; font-weight: bold; color: #184B76; padding: 5px 0; }
h3.black {color: #000;}
span.headerblue {color: #184B76; font-weight: bold;}
.bold-italic {font-weight: bold; font-style: italic; } /* for presentation only, not emphasis. Use <em> and/or <strong> to convey emphasis on words beyond presentation  */
span#ojp-megafooter { font-size: 14px;}
#megafooter_text h1#OJPinfo { margin: 0; padding: 0; text-align: center; font-size: 14px; font-weight: bold; }
#megafooter_text h1#OJPinfo+p {margin-top:0; padding-top: 0; margin-bottom: .15em; }
#megafooter_text ul {margin-top: 0; padding-top:0;}

.pdfsize {font-size: .85em;}
#faq-ocr ul#faqs, div#faq-ocr ul#faqs { padding-left: 15px; }
.alertbox, div.alertbox {border: solid 1px #000; padding:  5px 20px; margin: 1.5em 0;}
.alertbox.red-border {border-color: #D30407;}
.csbox, div.csbox  {border: solid 1px #000; margin: 1.5em 0;}
.csbox h2.cstitle, .csbox h3.cstitle, div.csbox h2.cstitle, div.csbox h3.cstitle {background-color: #355a8d; color: #fff; text-align:left; padding: 10px; margin: 0; }
.csbox p, div.csbox p {padding:  0 10px;}
#grantHelpBox, div#grantHelpBox  {width: 98%; border: dashed #06c 2px; margin:1.5em 0; font-size: 1em;}
#grantHelpBox p.helpq, div#grantHelpBox p.helpq  { padding: 0 1em; color:#184B76; font-size: 1em; font-weight: bold;}
#grantHelpBox p, div#grantHelpBox p  { padding: 0 1em; color:#000;}
#faq-ocr ul#faqs li, div#faq-ocr ul#faqs li  { margin-left: 0; }
#faq-ocr h2, div#faq-ocr h2  {font-size: 100%; padding-bottom: 0; margin-bottom: 0;}
#faq-ocr h2+p, div#faq-ocr h2+p  {margin-top: .25em;}
#faq-ocr .para_indent, div#faq-ocr .para_indent  {margin-left: 40px; }
#ocr-lang h3, div#ocr-lang h3  { margin-left: 20px; }
#voca-chart, div#voca-chart  { margin: 0 auto 10px; width: 600px; }
#voca-chart tr.head, div#voca-chart tr.head  { font-size: 95%; }
#ocr-notice, div#ocr-notice {background-color: #E5E93C; border: solid 1px #000; padding: 0 10px; width: 70%; }
#ocr-notice span.notice-red, div#ocr-notice span.notice-red  { color: #830508; font-weight:bold; }
.ocr-center, div.ocr-center  { margin: 0 auto; width:50%; text-align:center;}
.ocr-indent, div.ocr-indent  { padding: 5px 0 15px 50px; }
.col100, div.col100  {float: left; width: 100%; clear:both; }
.no-top-margin, p.no-top, .no-top-margin .alertbox {margin-top: 0; padding-top:0;}
.col33, div.col33  {float: left; width: 33%; }
.col50, div.col50  {float: left; width: 49%;}
.col60, div.col60  {float: left; width: 60%;}
.col40, div.col40  {float: left; width: 39%;}
.col33 p, .col50 p, div.col33 p, div.col50 p { padding-right: 10px;}
.col33 ul, .col50 ul, div.col33 ul, div.col50 ul  { padding-right: 5px;}
.col33 ul .col33, div.col33 ul div.col33  {padding-right: 10px;}
span.newlink {padding-right: 30px; display: inline;}
span.ocr-button {padding-left: 50px;}
p.ocr-button, span.ocr-button { background: #184B76; padding: 5px; color: #fff; text-align: center; width: 150px;}
p.ocr-button:hover, span.ocr-button:hover { background: #05355d;}
p.ocr-button a, span.ocr-button a {color: #fff; text-decoration:none;}
.ocr-blue { color: #184B76; }
p img.img-fundsection { width: 216px; border: 0;}
h4, h5, h6 {font-size: 100%; font-weight: bold; color: #000000;}

h3.mdiwg-subhead {margin-left: 15px; font-size: 110%;}
h4.mdiwg {margin-bottom:0; padding-bottom: 3px;}

.top, div.top-right {text-align: right; font-size: 10px;}
.toTopRight, div.toTopRight {text-align: right; font-size: 10px; padding-bottom: 1.5em; margin-top:0;}
.toTopRight p.text-right, div.toTopRight p.text-right {padding-top: 0; margin-top:0;}
.toTop {text-align: center; font-size: 10px; }
.top, .top2, .backtoTop, div.top, div.top2, div.backtoTop {margin: 0 auto; width: 500px; text-align: center; font-size: 10px; padding: 0; }
.toc {text-align: center; font-size: 10px; margin-top: .75em; margin-bottom: 1em; clear: both;}
.center-controls, div.center-controls {margin: 0 auto; width: 500px; text-align: center;}
#requirementList h2 { margin-bottom: 0; padding-bottom: 0;}
#requirementList h2 + p { margin-top: 0; padding-top: 3px;}
#printerFriendly { background-color:#eaeaea; font-family: Arial, Helvetica, sans-serif; font-size:10px; color:#0033CC; padding: 5px; }
#printerFriendly a { text-decoration: none; color: #0033cc; }
#printerFriendly .box-pr , #printerFriendly div.box-pr { margin: 5px; text-align:center;}
#printerFriendly p.printLink a { text-decoration: underline; color: #000;}
#printerFriendly img { float: left; padding-right: 5px; }
ul.spacingb0 {margin-bottom: 0; padding-bottom:0;}
ul.spacingb0+p {padding-top: 0; margin-top: 0;}
ul.spacing3, ul.spacing4 {padding-bottom: .5em;}
.spacing li {margin-bottom: 18px;}
.spacing1 li {margin-bottom: 1em; margin-top: 1.5em;}
.spacing2 li {margin-bottom: .5em;}
.spacing3 li {margin-bottom: .25em;}
.spacing4 li {margin-bottom: 0;}
.spacing30 li {margin-bottom: 1em; margin-top: 1em;}
.spacing75 li {margin-bottom: .5em; line-height: 1.25em;}
.spacing-linehgt {line-height: 1.25em;}
.spacing-top3 {margin-top: .25em;}
p.ulnext, p.olnext {margin-bottom: 0; padding-bottom: .5em;}
ul.spacing3 li.ulnext {margin-bottom: 0;}
#faq-eeop ul.spacing4 {padding: 0;}
.redbold { color: #D30407; font-weight: bold; }
.darkredbold { color: #7E0406; font-weight: bold; }
.text85 {font-size: .85em;}
a.social {text-decoration: none;}

.videobutton{border: 1px solid #8f8f8f;background-color: grey; border-radius: 5px;}
.videobutton:hover{background-color: red !important;}

#mainright {width: 150px; border: 1px solid #184b76; float: right; text-align: left; margin: 0 5px 10px 10px;}
#mainright h3 {font-family: arial, sans-serif; font-size: 100%; font-weight: bolder; background-color: #184B76; text-align: center; color: #fff; padding: 2px 0; border: 3px solid #184B76; margin: -1px 0 0 0;}
#mainright h3 a, .navbox h3 a:visited {text-decoration: none; color: #fff;}
#mainright h3 a:hover {text-decoration: underline; color: #FFCC33;}
.navbox h3 {font-family: arial, sans-serif; font-size: 100%; font-weight: bolder; background-color: #184B76; text-align: center; color: #fff; padding: 2px 0; border: 3px solid #184B76; margin: -1px 0 0 0;}
.navbox h3 a, .navbox h3 a:visited {text-decoration: none; color: #fff;}
.navbox h3 a:hover {text-decoration: underline;color: #FFCC33;}
.navbox ul {margin: 10px 0 0 15px; list-style-position: outside; list-style-type: square; padding: 0 2px 10px 8px; font-size: 85%; font-weight: bold; color: #000066; text-indent: 0; line-height: 1px;}
.navbox li {padding: 0 0 5px 0; line-height: normal;}
.navbox a, .navbox ul li a {text-decoration: none; color: #000066; margin: 0 0 10px 0;}
.navbox a:visited, .navbox ul li a:visited {text-decoration: none; color: purple;}
.navbox a:hover, .navbox ul li a:hover {color: #000066;	text-decoration: underline;}

#gallery_topics {margin: 10px 0 10px 0; padding: 0; text-align: center;}
.image_topics {padding: 0; margin: 0; border: none;}
#nonflash_video {padding: 50px 20px 0px 20px; margin: 0px;}
.date_links {margin: 0 0 20px 0; padding: 0; text-align: right;}
.rownewsinit, div.rownewsinit {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 100%; clear: both; width: 100%; margin: 0 0 15px 0; padding: 0;}
.nititle {font-size: 100%; font-weight: bold; color: #184B76; padding: 0; margin: 10px 0 0 0;}
.totop{font-size: 10px; text-align: right; padding: 0; margin: 0;}
.nicol2 a, .nicol2 a:link, div.nicol2 a, div.nicol2 a:link {color: #000000; font-size: 100%; font-weight: normal; text-decoration: none;}
.nicol2 a:visited, div.nicol2 a:visited {color: purple; font-size: 100%; font-weight: normal; text-decoration: none;}
.nicol2 a:hover, div.nicol2 a:hover {color: #005c8a; font-size: 100%; font-weight: normal; text-decoration: underline;}
.nicol2 a.more, .nicol2 a.more:link, div.nicol2 a.more, div.nicol2 a.more:link {color: #000000; font-size: 100%; font-weight: normal; text-decoration: underline;}
.nicol2 a.more:visited, div.nicol2 a.more:visited {color: purple; font-size: 100%; font-weight: normal; text-decoration: underline;}
.nicol2 a.more:hover, div.nicol2 a.more:hover {color: #005c8a; font-size: 100%; font-weight: normal; text-decoration: underline;}

#GovDelivery {font-family: Arial, Helvetica, sans-serif; font-size: x-small; text-decoration: none; float: right; width: 100%; text-align:right; color:#000; padding-bottom: 3px;}
#GovDelivery a {text-decoration: none; color: #000;}
#GovDelivery a:hover {text-decoration: none; color: #000000;}
#GovDelivery a:visited {text-decoration: none; color: #000000;}
#backbtn {padding: 0 3px; margin: 8px; color: #fff; font-size: 90%; font-weight: bold; width: 40px; height: 15px; border: 1px solid #ffffff;}
#backbtn a, #backbtn a:link, #backbtn a:visited {text-decoration: none; font-weight: bold; 	color: #fff;}
#backbtn a:hover {color: #fff; font-weight: bold; text-decoration: none;}	
#backbtn_init {padding: 0 3px; margin: 0; color: #8f8f8f; font-size: 90%; font-weight: bold; float: right; height: 15px;
border: 1px solid #8f8f8f;}
#backbtn_init a, #backbtn_init a:link, #backbtn_init a:visited {text-decoration: none; font-weight: bold; color: #8f8f8f;}
#backbtn_init a:hover {color: #8f8f8f; font-weight: bold; text-decoration: none;}
#congress_wel {padding: 10px; border: 1px solid #8f8f8f; background-color: #F6F1F1;}
.congresstitle {font-size: 120%; font-weight: bold; color: #666666; padding: 5px 0;}
.htcol1 {margin: 0px; padding: 0px; width: 40%; float: left;}
.htcol2 {margin: 0px; padding: 0px; width: 60%; float: left;}
.htbox {margin: 0px 0px 10px 10px; padding: 10px; color: #184B76; background-color:#F7F7F7; border: 2px solid #184B76; width: 250px; float: right;}
.httitle {margin: 0px; padding: 0px; color: #184B76; font-weight: bold; font-size: 120%;}
.tableformat {border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none;}
.restitle {font-size: 100%;}
.restitle a, .restitle a:link {color: #00527a; font-weight: bold; text-decoration: none;}
.restitle a:visited {color: purple; font-weight: bold; text-decoration: none; }
.restitle a:hover {color: #993300; font-weight: bold; text-decoration: underline; }
.text-center, #mobilemc_vidtitle.text-center { text-align: center; }
p.text-right, .text-right { text-align: right; float: right; }
.text-bold, ul li.text-bold, ul li.text-bold a, ol li.text-bold, ol li.text-bold a, ul.text-bold li.text-bold, ul.text-bold li.text-bold a, ol.text-bold li.text-bold, ol.text-bold li.text-bold a,  a.text-bold {font-weight: bold;}
.center-newscontent, .center-content, div.center-newscontent, div.center-content { text-align: center; margin: 0 auto; width:100%;}
span.blogblue { color: #0C3A64; }

/* FBNP */
#cfbnp-header {border-bottom: solid 4px #1f588c; background: url(../images/cfbnp-header.png)  no-repeat; background-position: top left; position:relative; height: 70px;}
#cfbnp-header h1 {opacity: 0; margin: 0; padding: 0;}
footer#cfbnp-footer {background-color: #213b5a; width: 100%; padding: .5em 0;}
footer#cfbnp-footer p {color: #fff; text-align: center; margin: .5em;}
footer#cfbnp-footer p span {font-size: .9em;}
footer#cfbnp-footer p a, footer#cfbnp-footer p a.link, footer#cfbnp-footer p a.visited {color: #fff; }
footer#cfbnp-footer p a.hover {text-decoration: underline; }

/* OCR News Update page */
#ocr-news-updates { width: 72%; margin-right: 20px;}
#ocr-news-updates h2 { background-color: #184B76; color: #fff; padding: 3px; font-size: .95em; width: auto; text-decoration:none; }
dl.ocr-news { width: 100%; color: #000;}
dl.ocr-news dt { padding: 5px 0 0; font-weight:bold;}
dl.ocr-news dd { color: #000; margin-left: 0; padding-left: 0; margin-bottom: .75em;}
dl.ocr-news dd.moreDD {margin-left: 0; padding-left: 0; margin-bottom: 2px;}
dl.ocr-news dd a, dl.ocr-news dd a:visited { color: #184B76; text-decoration: none;}
dl.ocr-news dd a:hover  { color: #184B76; text-decoration:none;}
/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; background-color:#FFF }

/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
 
 @media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3, h1#frc-title { orphans: 3; widows: 3; }
  h2, h3, h1#frc-title { page-break-after: avoid; }
}


