/* 
  -----------------------------------
 CBF Print Style Sheet 
  -----------------------------------
*/
/*
PAGE LAYOUT STYLES
*/
/*
The background image is set to be fixed (while the page is scrolled) by
use of the background-attachment property.*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/misc/spacer.gif);
	color: #000;
	}

img {
	display: block;
	border: none;
}
/* Used to hide elements from CSS capable browsers such as skip nav */
.hide {
	display: none;
}

/* Heading Styles */
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	}


h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#000;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#000;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#000;
}
/*
Sets link styles for all links on the page except the Pop Menu Magic Menu.*/
a:link, a:visited {
	color:#000;
	text-decoration: underline;
}

a:hover, a:active {
	color:#000;
	text-decoration: underline;
}

/* Form CSS */

select  { display: none; }
/*
Sets the large masthead background image*/
#masthead {
	display: none;
}
#masthead2 {
	display: none;
}

/*
This is a DIV that surrounds the page content and centers it.
Because of the way this page is structured, it serves to work around
a bug in IE5 Mac to ensure the page centers.*/
#pagewrapper {
	border: 0;
	
}

/*The main content tables are set to a width of 43em. This unit of
measure allows the page content to scale in width if the user resizes
text. The width is the same as the width set for the pagewrapper DIV.*/
#contentTable, #footerTable {
	
}
#contentTable {
border: 0;
	
}

/*Sets borders and background for the top-level menu items-
and font-size for the entire menu.*/
#menubar {
	/*  background-image: url(../images/misc/tab2.gif);
	background-repeat: no-repeat;*/
	display: none;
	}
	
/* Home Content main column */
#homecontent {
	margin: 0;
	padding: 0;
	vertical-align: top;
}
#homecontent p {
	
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
/*
Sets styles for the main content table cell. Note that the
verticalRule background image is the dashed border between the
main content cell and the sidebar.*/
#maincontent {
	color:#000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

#maincontent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	}


#maincontent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#000;
}

#maincontent h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#000;
}
#maincontent h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#000;
}

#maincontent ul  {
color:#000;


}
#maincontent ul li  {
color:#000;
padding: 0 0 10px 0;
list-style: square;}
html>body #maincontent ul li
 {float: none;}
#maincontent ul li a {
color:#000;
text-decoration: underline;
list-style: none;}
html>body #maincontentul li a {float: none;}




/* Related pages, links and files */
#related {
	display: none;
}



/* Sidebar */
#sidebar {
	display: none;
	}
#sidebar2 {
	padding: 0;
	width: 0;
	vertical-align: top;
	background-color: #FFFFFF;
	}
#sidebar3 {
	padding: 18px 10px 10px 10px;
	width: 250px;
	vertical-align: top;
	font-size: 12px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	}
#footerleft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000;
	
}
#footerright {
	display: none
	
}
/* Base navigation bar */
#basenavTable {
	display: none

}
#basenavleft{
	display: none
}

#basenavright{
	display: none
}




/* Secondary Nav */
#secondarynav {
	display: none
}
		



/* Side Bar Content Boxes*/

/* sideboxoutline can be used for any Side Bar content that requires a black border.
It also sets the width of the box and provides a margin for below for other boxes and content */
.sideboxoutline{
	width: 19em;
	border: 0;
	margin: 0 0 30px 0;
	padding: 0;
	color:#000;
}

/* Box title with green background */
.sideboxheader h3{
	font-size: 14px;
	color:#000;
	border: 0;
	line-height: 1.6em;
	padding: 0px 5px;
	margin:0;
}

.sideboxcontent p{
	background-color: #fff;
	font-size: 12px;
	color:#000;
	}

.sideboxcontent a:link, .sideboxcontent a:visited{
	background-color: #fff;
	color:#000;
	
	
	}

.sideboxcontent a:hover, .sideboxcontent a:active{
	background-color: #fff;
	color:#000;
	
	
	}
/* Box footer with grey background */
.sideboxfooterGrey {
	font-size: 12px;
	color:#000;
	padding: 4px 4px;
	border: 0;
}
.sideboxfooterGrey a{
	font-weight: bold;
	color: #000;
	}
.sideboxfooterGrey img {
	
}
/* Box footer with white background */
.sideboxfooterWhite {
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #111010;
	padding: 4px 4px;
	border: 0;
}
.sideboxfooterWhite a{
	font-weight: bold;
	color: #000;
}
.surveybox {display: none;
}


/* Green Box with finger print*/
#greenbox {
	color:#000;
	border: 0;
}

#greenbox h3 {
	font-size: 14px;
	color:#000;
	
}
#greenbox p {
	color:#000;
}
#greenbox a:link, #greenbox a:visited {
text-decoration: underline;


}
#greenbox a:hover, #greenbox a:active {
text-decoration: underline;

}
/* Green Box without fingerprint */
#greenbox2 {
	color: #111010;
	padding: 0px 4px 3px 4px;
	margin: 0 0 30px 0;
	border: 1;
	background-color: #fff;
}

#greenbox2 h3 {
	font-size: 14px;
	color:#000;
	
}
#greenbox2 p {
	color:#000;
}
#greenbox2 a:link, #greenbox2 a:visited {
text-decoration: underline;


}
#greenbox2 a:hover, #greenbox2 a:active {
text-decoration: underline;

}
	
.hovergreen a:link, .hovergreen a:visited {
	
	}
.hovergreen a:hover, .hovergreen a:active{
	
		}

/* Generic Grey Box */
#greybox {
	color:#000;
	padding: 0px 4px 3px 4px;
	margin: 0 0 30px 0;
	border: 1;
	background-color: #fff;
}

#greybox h3 {
	color:#000;
	
}
#greybox p {
	color:#000;
		}

	
		
}

/* Green Button */
.greenbutton {
	display: none;
	
	}

/* Float Right plain link */
#floatrightplainlink {
	display: none;
	text-decoration: underline;
	float: right;
}

/* Control Panel Styles */
.controlpanel {display: none;
	}
/* Search form fields */
 .searchInput { 
	display: none;
	}
.searchButton { 
	display: none;
	
	}
/* Custom Image Styles*/
.imgfloatright
{
	display: block;
	border: 0;
	float:right;
	margin: 10px 0 20px 10px;
}
/* Adjust Font Size  */
.fontsizebox {
	display: none;
	
}
/* Print and email links in lists*/
#printemaillinks {
	display: none;	
	}
/* Printer and email links in rollovers */

#printemaillinks2 {
	display: none;
	}
	#printemaillinks3 {
	display: none;
	}
#printfriendly{
	display: none;
	}
#printfriendly2{
	display: none;
	}
	
#emailtoafriend {
	display: none;
		}
/* zone headline class */
.zone {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}


/* zone headline class */
.keydates {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

/* Form fields used for feedback and newsletter subscription */
.subscribeform {
	display: none;
}
.inputForm{
	display: none;
}
.inputButton { 
	display: none;
	
	}
	
	textarea {
	display: none;
	}
/* Grants finder styles */
.searchGrantdrop { 
display: none;
	}
.GrantSearchTopTable {
	display: none;
}
.Grantheaderblack {
	font-size: 12px;
	color: #000;
}
.Grantheadergreen {
	font-size: 12px;
	color: #000;
}

#Grantdisplaytable {
	border: 1px solid Black;
	background-color: #fff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color:#000;
	width: 100%;
		
}
#Grantdisplaytable td{
	border: 0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color:#000;
	width: 33%;
	
}
.Grantdisplaytableheader{
	background-color: #000;
	color:#fff;
	font: 12px Arial, Helvetica, sans-serif;
}


/* Side Navigation menu for Grants Finder*/
#Grantmenucontainer {
display: none;
}

#Grantzone {
	
}
#Grantzonelinks{
	display: none;
}

 #navcontainer ul
{
display: none;

}
 


#navcontainer a
{
display: none;
}


#active a:link, #active a:visited, #active a:hover
{
display: none;
}