*,
html,
body {
	margin:0;
	padding:0;
}
body {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;	
	line-height:17px;
	background:#E5E5E5;
	color:#666666;
}

p {
	margin:0 0 1em 0;
	padding:0;
	color:#666;
}

A
{
	text-decoration:none;
	font-weight:normal;
	color:#289de9;
	outline:none;
}
A:visited
{
	color: #003366;
}

A:hover {
	text-decoration:underline;
	color:#005a95;
}

A:active,
A:focus {
	outline:0;
}

ol {
	font-size:.9em;
	margin-right:40px;
	margin-left:0px;
	padding-left:30px;
}

ol ol {
	font-size:1.0em;
	margin-top:8px;
	margin-left:0px;
	padding-left:20px;
}

li {
	font-size:1.0em;
	margin-bottom:10px;	
}

h1 {
	margin:0 0 .7em 0;
	padding:0;
}

h1,
h2,
h3,
h4 {
	color:#069 ;
}


sup {
	font-size:smaller;
	vertical-align:baseline;
	position:relative;
	bottom:0.33em;
}

sub {
	font-size:smaller;
	vertical-align:baseline;
	position:relative;
	bottom:-0.25em;
}

td
{
	font-size: 13px;
}
TABLE TD
{
	vertical-align: top;
	border-collapse: collapse;
	empty-cells: show;
}
IMG
{
	border-right: 0px;
	border-top: 0px;
	border-left: 0px;
	border-bottom: 0px;
}

.page
{
	background-color: #E5E5E5;
}

ul.arrowlist_arrownomargin {
	line-height:16px;
	list-style-type:none;
	font-size:.9em;
	margin:0px;
	padding:0px;
}

ul.arrowlist_arrownomargin li {
	padding-left:16px;
	background:transparent url(../images/list.arrow.png) no-repeat;
	background-position:0 4px;
}

ul.arrowlist_returnlink {
	line-height:16px;
	list-style-type:none;
	font-size:.9em;
	margin:0px;
	padding:20px 0px 0px 0px;
}

ul.arrowlist_returnlink li {
	padding-left:16px;
	background:transparent url(../images/list.arrow.png) no-repeat;
	background-position:0 4px;
}

ul.bulletlist_nomargin {
	line-height:16px;
	list-style-type:none;
	font-size:.9em;
	margin:0px;
	padding:0px;
}

ul.bulletlist_nomargin li {
	padding-left:16px;
	background:transparent url(../images/list.bullet.gif) no-repeat;
	background-position:0 4px;
}

ul.bulletlist_nomargin_sub {
	line-height:16px;
	list-style-type:none;
	font-size:1.0em;
	margin:6px 0px 0px 0px;
	padding:0px;
}

ul.bulletlist_nomargin_sub li {
	padding-left:16px;
	background:transparent url(../images/list.bullet.gif) no-repeat;
	background-position:0 4px;
}

ul.bulletlist_nomargin ul.arrowlist {
	font-size:1.0em;
}

ul.bulletlist_nomargin ul.arrowlist_nomargin {
	font-size:1.0em;
}

ul.arrowlist {
	line-height:16px;
	list-style-type:none;
	font-size:.9em;
	margin:10px 0px 0px 15px;
	padding:0px;
}

ul.arrowlist li {
	padding-left:16px;
	background:transparent url(../images/list.arrow.png) no-repeat;
	background-position:0 4px;
}

ul.arrowlist ul.arrowlist {
	font-size:1.0em;
}


#bkgcontainer
{
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/page.background.gif);
	background-repeat: repeat-y;
	background-position: center;
}

#maincontainer
{
	width: 942px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #fff;
	padding: 0 18px;
}

#endbkgcontainer
{
	width: 1000px;
	height: 18px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/page.background.bottom.gif);
	background-repeat: no-repeat;
	background-position: center;
}

#breadcrumbnav {
	width:942px;
	font-size:12px;
	margin:0px;
	padding:8px 0px 8px 8px;
	float:left;
}

.mainbody
{
	background: #ffffff;
	padding: 30px;
	padding-top: 15px;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	width:740px;	
}
.spacer
{
	margin: 0 4px 0 4px;
	color: #2b3b88;
	height: 1px;
}

.greenText
{
	color: 7bbe40;
	font-weight:bold;
}

.purpleText
{
	color: 411b58;
	font-weight:bold;
}

.blueText
{
	color: 0193cf;
}

.orangetext {
	color:#ef861f;
}

.orangetextstrong {
	color:#ef861f;
	font-weight:bold;
}

.bluetextstrong {
	color:#069 ;
	font-weight:bold;
}

.darkbluetext {
	color:#069 ;
}

.leftpad2
{
	padding-left: 2px;
}
.leftpad10
{
	padding-left: 10px;
}
.leftpad20
{
	padding-left: 20px;
}
.leftpad30
{
	padding-left: 25px;
}
.leftpad60
{
	padding-left: 60px;
}
.leftpad130
{
	padding-left: 130px;
}

.pageTitle
{
	font-size: 22px;
	color: #069;
	font-weight: bold;
	font-family: Arial,verdana,helvetica;
	text-transform: none;
}
.pageSubTitle
{
	font-size: 9pt;
	color: #069;
	font-weight: bold;
	font-family: Arial,verdana,helvetica;
	text-transform: none;
}
.pagerStyle
{
	font-size: 8pt;
}

.form_table_pad
{
	width:850px;
	text-align:left;
}

.form_table_small_pad
{
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
}

.frm_tbl_smpad_border
{
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
	border-collapse: collapse;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
}

.smallfont7
{
	font-size: 7pt;
}

.form_section
{
	border-right: #000000 1px solid;
	padding-right: 10px;
	border-top: #000000 1px solid;
	padding-left: 10px;
	padding-bottom: 2px;
	font-weight: bold;
	vertical-align: middle;
	border-left: #000000 1px solid;
	color: #FFFFFF;
	padding-top: 2px;
	border-bottom: #000000 1px solid;
	border-collapse: collapse;
	background-color: #289de9;
}

.form_subsection
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 5px;
	font: bold 8pt arial,verdana,sans-serif;
	color: #758465;
	padding-top: 10px;
}

.table_grid
{
	border: #000000 1px solid;
	border-collapse: collapse;
}

.grid_cells
{
	font: 8pt BACKGROUND-COLOR: #ffffff;
}

.grid_titles
{
	font-size: 8pt;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #289de9;
}

.page_section
{
	font: bold 1.1em arial,verdana,sans-serif;
	width: 100%;
	border-bottom: solid 1pt black;
}
.page_subsection
{
	font: bold 9pt arial,verdana,sans-serif;
}
.page_note
{
	font: 8pt arial,verdana,sans-serif;
}
.page_question
{
	font: bold 8pt arial,verdana,sans-serif;
}
.page_subquestion
{
	font: 8pt arial,verdana,sans-serif;
}
.page_subnote
{
	font: 8pt arial,verdana,sans-serif;
	font-style: italic;
	font-weight: normal;
}
.form_results
{
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	font: 8pt arial,verdana,sans-serif;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
	border-collapse: collapse;
	background-color: #f3f6f0;
}

.form_columnname TD
{
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	font: bold 8pt arial,verdana,sans-serif;
	vertical-align: middle;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
	border-collapse: collapse;
	background-color: #aab69d;
}
.form_section_text
{
	font: bold 8pt arial,verdana,sans-serif;
	vertical-align: middle;
	color: #292929;
}
.form_section_links
{
	font: 8pt arial,verdana,sans-serif;
	vertical-align: middle;
	color: #292929;
}
.td_default
{
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}
.form_table
{
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
	border-collapse: collapse;
	background-color: #f3f6f0;
}
.form_label
{
	vertical-align: middle; 
	color: rgb(102, 102, 102); 		
	font-weight:bold;
	text-align:right;
	font-size:12px;
	padding-right:2px;
}

.bullet
{
	list-style-type: square;
	margin-left: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.po_bullet
{
	list-style-type: square;
	margin-left: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.note
{
	font-size: 7pt;
	margin: 10px 0px;
}
.col1
{
	font-weight: bold;
	margin: 0px 10px 0px 0px;
	padding-bottom: 10px;
}
.col2
{
	padding-bottom: 10px;
}
.po_col1
{
	font-weight: bold;
	margin: 0px 10px 0px 0px;
	padding-bottom: 10px;
}
.po_col2
{
	padding-bottom: 10px;
}
.quote
{
	font-style: italic;
}
.source
{
	font-weight: bold;
	text-align: right;
	padding-top: 3px;
}
.quoteblock
{
	margin: 10px 5%;
}

.SectionTitle
{
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: underline;
	width: 100%;
}

.errorMessage, .warning
{
	color: Red;
}

.grantVendor
{
	font-weight: bold;
}
.errorresult
{
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
	padding-top: 3px;
	border-collapse: collapse;
	background-color: #f3f6f0;
}

/* MFF */
.tblNav TD.currentTab
{
	background-color: #FFFFFF;
}
.tblNav TR
{
	background-color: #d9e9f9;
}


.tblPart
{
	border: solid 1px #cccccc;
}
.tblPartTitle
{
	font-weight: bold;
	background-color: #e0ecf8;
}
.tblPartOne
{
	vertical-align: top;
	white-space: nowrap;
	border: solid 1px #cccccc;
}
.tblPartTwo
{
	vertical-align: top;
	white-space: nowrap;
	background-color: #e0ecf8;
	border: solid 1px #cccccc;
}

.bio h1
{
	font-size: 12pt;
	color: #292929;
	font-weight: bold;
	font-family: Arial,verdana,helvetica;
	text-transform: capitalize;
}

@media screen
{
	blink
	{
		behavior: url(Includes/blink.htc);
	}
}

.copyright
{
	font-size: 8pt;
	color: #292929;
	font-family: arial,verdana,helvetica,sans-serif;
}

.LeftMenuHeaders
{
	font-weight: bold;
	font-size: 9pt;
	text-transform: uppercase;
	color: #2b3b88;
	font-family: Arial;
}

.faqQ
{
	font-size: 9pt;
	color: #069;
	font-weight: bold;
	font-family: Arial,verdana,helvetica;
	text-transform: none;
	font-style: italic;
}

.ec table
{
    border-collapse:collapse;
    border: 1px solid #007DC3;
    }
.qwsec_MW_WeekendHeader, .qwsec_MW_TodayHeader
{
    height:20px;
    }
    
    .qwsec_NextPrev A:link, .qwsec_NextPrev A:visited, .qwsec_NextPrev A:active {
    background-color: transparent;
   
}


.qwsec_Eventbar div
{height:30px;}

.qwsec_FY_MonthHeader A:link
{
    background-color: transparent;
}
