#header h2 {
	background-color: #000078;
	color: #FFFFFF;
	border: 2px solid #000078;
}
#footer {
	/*background-color: #FFFFD6;
	border-top-color: #FFBF78;*/
}
.t {
	width:80%;
	padding-left: 40px;
	padding-top:20px;
	padding-bottom:20px;
	border: 1px solid #000078;
	background-image: url(../images/background.gif);
	background-repeat: repeat-y;
	background-position: left;
	font-size:smaller;
}
a.home {
	font-weight: bold;
	color: #000000;
}
a.home2 {
	font-weight: normal;
}
#infobar a {
	color:black;
	text-decoration:none;
}
a.black:visited {
	color:black;
	text-decoration:none;
}
a.black:hover {
	color:black;
	text-decoration:none;
}
a.black:active {
	color:black;
	text-decoration:none;
}
/* CALENDAR */

/* Sunday, Monday, Tuesday... */
th.dayName {
	font-weight: bold;
	/*text-transform: uppercase;*/
	color: #000000;
	background-color: #FFBF78;
}
/* the 'day number' band */
td.dayNumber {
	background-color: #FFBF78;
	color: #000000;
}
/* the 'day number' band of current day */
td.todayNumber {
	background-color: #FFBF78;
	font-weight: bold;
	color: #000000;
}
/* cell for an event */
td.event {
	background-color: #FFFFD4;
}
/* cell for no event */
td.noEvent {
	background-color: #FFFFD4;
}
/* cell for current day */
td.todayEvent {
	background-color: #FFFFE5;
	border: 1px solid #FFBF78;
}
/* formatting for text of an event */
p.event
{
	text-align: center;
}
/* formatting for text of an event on current day */
p.eventToday
{
	text-align: center;
}

/* JUMP TABLE */

/* normal cell */
td.jumpTableMonth {
	background-color: #FFFFD4;
}
/* normal cell hover */
td.jumpTableMonthHover {
	background-color: #FFBF78;
}
/* current month view */
td.jumpTableThisMonth {
	font-weight: bold;
	background-color: #FFBF78;
	color: #000000;
}
/* LINKS */

/* JUMP TABLE */

/* Normal */
a.jumpTableMonthLink:link {
	color: #000000;
	text-decoration: none;
}
/* Visited */
a.jumpTableMonthLink:visited {
	color: #000000;
	text-decoration: none;
}
/* Hover */
a.jumpTableMonthLink:hover {
	color: #000000;
	text-decoration: none;
}

/* CALENDAR */

/* Normal */
a.eventLink:link {
	color: #000000;
	text-decoration: none;
}
/* Visited */
a.eventLink:visited {
	color: #000000;
	text-decoration: none;
}
/* Hover */
a.eventLink:hover {
	color: #000000;
	text-decoration: none;
	text-align: center;
}
.rule {
	border-top: 1px solid #000078;
	padding-top: 20px;
}
#header .home {
	background-color:#FFBF78;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000078;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000078;
}
#header .about {
	background-color:#EAEAF7;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000078;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000078;
}
#header .help {
	background-color:#EAEAF7;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000078;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000078;
}
#header .services {
	background-color:#EAEAF7;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000078;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000078;
}
#header .marketing {
	background-color:#EAEAF7;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000078;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000078;
}
#header .support {
	background-color:#EAEAF7;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000078;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000078;
}
#header .sitemap {
	background-color:#EAEAF7;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000078;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000078;
}
#header .fundingsearch {
	background-color:#EAEAF7;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000078;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000078;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000078;
}
#header .home2 {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000078;
	border-left-color: #000078;
}
#header .publications {
	background-color:#EAEAF7;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000078;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000078;
}
#centercolumn {	
	float:inherit;	
	margin-left: 250px;
	margin-right: 255px;
	padding-bottom:20px;
}
#centercolumn2 {	
	float:inherit;	
	margin-left: 33%;
	margin-right: 33%;
	padding-bottom:20px;
	text-align:center;
}
#rightcolumn {
	float:right;
	width: 228px;
	/*padding-bottom:20px;*/
	border: 1px solid #000078;
	background-color:#BEBED4;
}
#rightcolumn2 {
	float:right;
	width: 33%;
	text-align:center;
	/*padding-bottom:20px;*/
	/*border: 1px solid #000078;
	background-color:#BEBED4;*/
}
#leftcolumn {
	float:left;
	width: 230px;
	padding-bottom:20px;
}
#leftcolumn2 {
	float:left;
	width: 33%;
	padding-bottom:20px;
	text-align:center;
}
#rightcolumn p {
	color: #FFFFFF;
	font-weight:lighter;
	margin-top:0px;
	/*font-weight:bold;*/
	white-space: nowrap;	
	font-size:100%;
	padding-top:5px;
	padding-bottom:5px;
	/*margin-left:-10px;
	margin-right:-10px;*/
	text-align:center;
	background-color:#000078;
}
.maincontent3 {
	/*margin-left:-9px;	*/
	/*margin-top:-10px;	
	padding-top:10px;*/
	margin-right:-9px;
	padding-left:10px;
	padding-right:10px;
}