/*-- General Styles --*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#404040;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-top: 0;
	background-color:#FFFFFF;
	line-height: 14px;
}
a:link	{	
	color: #862729;
	text-decoration: none;
	}
a:visited {	
	color: #862729;
	text-decoration: none;
}
a:hover {
	color: #862729;
	text-decoration: underline;
}
a:active {
	color: #666666;
	text-decoration: none;
}
	
p { margin-top: 10px;
margin-bottom: 10px; }

/*-- Top Navigation --*/

#topnav
{
background-image:url('../images/graybar.gif');
height: 30px;
text-align: center;
margin: auto;
font-size: 11px;
width: 557px;
padding: 0px;
}

/* side nav */
ul.navbar {
	padding: 0;
	margin: 0;
	width: 173px;
}
ul.navbar li {
	list-style-type: none;
	padding: 0;
	margin: 0;
	border: 0;
	width: 173px;
	line-height: 0;
	vertical-align: top;
	display: block;
}
ul.navbar li a {
	display: block;
	height: 36px;
	width: 173px;
	padding: 0;
	margin: 0;
	line-height: 0;
	vertical-align: top;
}
ul.navbar li a span {
	display: none;
	line-height: 0;
}
a#navprograms {
	background: url(../images/nav-bg.gif) 0 0 no-repeat;
}
a#navprograms:hover {
	background: url(../images/nav-bg.gif) -173px 0 no-repeat;
}
body#programs-page a#navprograms {
	background: url(../images/nav-bg.gif) -346px 0 no-repeat;
}
body#programs-page a#navprograms img {
	visibility: visible;
	cursor: default;
}
a#navmarketing {
	background: url(../images/nav-bg.gif) 0 -36px no-repeat;
}
a#navmarketing:hover {
	background: url(../images/nav-bg.gif) -173px -36px no-repeat;
}
body#marketing-page a#navmarketing {
	background: url(../images/nav-bg.gif) -346px -36px no-repeat;
}
body#marketing-page a#navmarketing img {
	visibility: visible;
	cursor: default;
}
a#navresearch {
	background: url(../images/nav-bg.gif) 0 -72px no-repeat;
}
a#navresearch:hover {
	background: url(../images/nav-bg.gif) -173px -72px no-repeat;
}
body#research-page a#navresearch {
	background: url(../images/nav-bg.gif) -346px -72px no-repeat;
}
body#research-page a#navresearch img {
	visibility: visible;
	cursor: default;
}
a#navenforcement {
	background: url(../images/nav-bg.gif) 0 -108px no-repeat;
}
a#navenforcement:hover {
	background: url(../images/nav-bg.gif) -173px -108px no-repeat;
}
body#enforcement-page a#navenforcement {
	background: url(../images/nav-bg.gif) -346px -108px no-repeat;
}
body#enforcement-page a#navenforcement img {
	visibility: visible;
	cursor: default;
}
a#navfacts {
	background: url(../images/nav-bg.gif) 0 -144px no-repeat;
}
a#navfacts:hover {
	background: url(../images/nav-bg.gif) -173px -144px no-repeat;
}
body#facts-page a#navfacts {
	background: url(../images/nav-bg.gif) -346px -144px no-repeat;
}
body#facts-page a#navfacts img {
	visibility: visible;
	cursor: default;
}
ul.navbar li a img {
	position: absolute;
	top: 219px;
	margin-left: 176px;
	visibility: hidden;
	padding: 0;
	line-height: 0;
	vertical-align: top;
	display: block;
}

ul.navbar li a:hover img {
	visibility: visible;
	z-index: 10;
}

a img {
	border: 0 !important;
}



/*-- Home Page--*/

.RedBold 
{
	color: #862729;
	font-weight: bold;
}
.Red 
{
	color: #862729;
	}

/*-- Left Bar --*/
#announcements
{
	font-size: 11px;
	padding-top: 14px;
	padding-right: 10px;
	line-height: 14px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.leftdate
{
font-weight: bold;
padding-bottom: 5px;
margin-bottom: 5px;
}


html > body .subheadergraphic 
{ 
padding-bottom: 4px;
padding-top: 5px; 
margin-bottom: 5px;
}

.subheadergraphic
{
padding-bottom: 1px;
}


/*-- Main Content --*/

#content
{
	padding-right: 20px;
	padding-top: 10px;
	line-height: 24px;
	padding-bottom: 10px;
	padding-left: 20px;
}

#factbox
{
padding-top: 9px;
padding-bottom: 0px;
padding-left: 20px;
font-size: 11px;
background-color: #C4CA9A;
}

/*-- Right Bar --*/

#rightbar
{
	font-size: 11px;
	padding-top: 15px;
	line-height: 16px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-bottom: 10px;
}

#email
{
padding-bottom: 0px;
margin-bottom: 0px;
}

/*-- Subpages --*/

.subpage
{
	width: 525px;
	line-height: 16px;
	padding-left: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

.subpage h1
{
color: #862729;
font-size: 20px;
}

.subpage h2
{
color: #862729;
font-size: 12px;
margin-bottom: 0px;
padding-bottom: 0px;
}

/*-- Funding Opportunities Table --*/

td.tableheader {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	background-color:#862729;
	padding-bottom: 5px;
	padding-left: 12px;
	padding-top: 5px;
	padding-right: 12px;
}
td.tablestyle {
	background-color:#E3E7C6;
	padding-bottom: 8px;
	padding-left: 12px;
	padding-top: 8px;
	padding-right: 12px;
}

/*-- Board of Trustees Table --*/

td.trustees {
	background-color:#E3E7C6;
	padding-bottom: 5px;
	padding-left: 12px;
	padding-top: 5px;
	padding-right: 12px;
}

td.trusteesalt {
	background-color:#E3E7C6;
	padding-bottom: 5px;
	padding-left: 12px;
	padding-top: 5px;
	padding-right: 12px;
}





/*-- Subpage Left Nav --*/

html > body .subpageleft
{ 
width: 160px;
padding-top: 5px;
}

.subpageleft
{
width: 160px;
padding-top: 15px;
}


.subpageleft ul
{
list-style-type:none;
line-height:1.4;
padding-left: 10px;
margin-left: 10px;

}

.subpageleft li
{
padding:3px;
color:  #862729;
    padding-left:10px;
 background:transparent url(../images/sub-nav-bullet.gif) no-repeat;
    background-position:0 10px;
	border-bottom: 1px solid #C8CDA7;

}

.tablepadding
{
	padding:12px;
	border: 1px solid #E3E7C6;
	margin-left: 15px;
}



/*-- Footer --*/
.copyright
{
	font-size: 10px;
	color: #999999;
}
.whiteBold {
	color: #FFFFFF;
	font-weight: bold;
}
td.enewsletter {
	padding-bottom: 2px;
	padding-top: 2px;
}


/* nav addition */
input#navdonate {
	background: none;
	border: none;
	color: #862729;
}
input#navdonate:hover {
	color: #404040;
}

div#topnav a {
	text-decoration: none;
}
div#topnav a:hover {
	color: #404040;
}
iframe {
	overflow: hidden;
}






