BODY {

	font-family:Arial, Verdana, Helvetica, serif;
	color:#000000;
}


A {
	color:#0088C6;
}

A:hover {
	color: #000000;

}



A.special{
	color: blue;
}

A.special:hover {
	color: #000000;

}


A.home{
	color:#BCEEFF;
	font-weight:bold;
	text-decoration:none;
	line-height:19px;
}

A.home:hover {
	color: #FFFFFF;

}

A.news{
	color:#A1D2DE;
	line-height:14px;
	font-size: 12px;
}

A.news:hover {
	color: #FFFFFF;

}


A.subOne{
	color:#0E4056;
	font-size: 11px;
}

A.subOneOn {
	color:#009BE1;
	font-size: 11px;
	font-weight:bold;
	background-color:#FFFCD3;
}

A.subTwo{
	color:#0088C6;
	font-size: 11px;
	line-height:18px;
	background-color:#FFFCD3;
}



A.foot{
	color:#7C5D0A;
}


A.Help{
	font-weight:bold;
	color:#1B9308;
	text-decoration:none;
}

A.Grants{
	font-weight:bold;
	color:#E08E00;
	text-decoration:none;
}

A.About {
	font-weight:bold;
	color:#DB5050;
	text-decoration:none;
}

A.Other {
	font-weight:bold;
	color:#0B9CDF;
	text-decoration:none;
}

TD {
	font-size: 13px;
}


TD.side {
	font-size: 12px;
}

.copy {
	font-family: Verdana, Helvetica, serif;
	font-size: 10px;
	color:#8D7E5B;
}




.headingone {
	font-size:10pt;
	/*font:10pt;*/
	font-weight:bold;
	color:#0040AB;
	text-align:left;
}

.headingtwo{
	font-size:10pt;
	/*font:10pt;*/
	font-weight:bold;
	color:#CC0000;

}

.headingthree{
	font-size:10pt;
	/*font:10pt;*/
	font-weight:bold;
	color:#D07A00;
	text-align:left;
}

.price {
	font-size: 10pt;
	font-weight:bold;
	color:#003ACC;
}



.headingHelp{
	font-weight:bold;
	color:#1B9308;
}

.headingGrants{
	font-weight:bold;
	color:#E08E00;
}

.headingAbout {
	font-weight:bold;
	color:#DB5050;
}


.headingOther {
	font-weight:bold;
	color:#15A39A;
}



.headingOtherTwo {
	font-weight:bold;
	color:#0B9CDF;
}

.headingeight{
	font-weight:bold;
	color:Yellow;
}


.headingnine {
	font-weight:bold;
	color:#484848;
}


.headingten {
	font-weight:bold;
	color:#000000;
	font-size: 15px;
}


.hEleven {
	color: #8C7139;
	font-weight: bold;
}

.photoCaption {
	font-size: 10px;
	color: #535353;
	line-height: 10px;
	text-align: center;
}


.white {
	color: #FFFFFF
}

.small {
	font-size: 10px;
}

.sideSmall {
	font-size: 10px;
	line-height:5px;
}

.smallwhite {
	font-family:Verdana, Helvetica;
	font-size: 11px;
	color: #FFFFFF;
}

.date {
	font-family: Verdana, Helvetica, serif;
	font-size: 10px;
	color: #FFFFCC;

}



.sidenote {
	color: #6D6D6D;
}


.who {
	color: #000000;
	font-weight:bold;
}

hr {
	color: #5B848E;
	height: 1px;
}


SUP {
	font-family:Verdana, Arial;
	font-size: 9px;

}


.manage {
	font-size: 11px;
}

.manageTwo {
	font-size: 11px;
	color:#555555;
}


.subOneOn {
	color:#009BE1;
	font-size: 11px;
	font-weight:bold;
	background-color:#FFFCD3;
}


select {
	font-family: tahoma,geneva,verdana,helvetica,arial;
	font-size:11px;
}

option.link {
	color:#000000;

}
	

.divider {
	color: #D7D7D7;

}



IMG.floatRight {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}


/* DROP DOWN MENU STYLE*/

/* this is the clipping region for the menu. it's width and height get set by script, depending on the size of the items table */
.mtDropdownMenu {
	position:absolute;
	overflow:hidden;
	left:-1000px;
	top:-1000px;
	}

/* this is the main container for the menu itself. it's width and height get set by script, depending on the size of the items table */
.mtDropdownMenu .content {
	position:absolute;
	}

/* this table comprises all menu items. each TR is one item. It is relatively positioned so that the shadow and background transparent divs can be positioned underneath it */
.mtDropdownMenu .items {
	position:relative;
	left:0px; top:0px;
	border:1px solid #FFFFFF;
	z-index:2;
	}

.mtDropdownMenu.top .items {
	border-top:1px solid #FFFFFF;
	}

/* each TR.item is one menu item */
.mtDropdownMenu .item {
	color:#BCEEFF;
	font-size: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	/* this is a hack for mac/ie5, whom incorrectly cascades the border properties of the parent table to each row */
	border:none;
	cursor:pointer;
	cursor:hand;
	font-weight:bold;
}

/* this DIV is the semi-transparent white background of each menu. the -moz-opacity is a proprietary way to get transparency in mozilla, the filter is for IE/windows 5.0+. */
/* we set the background color in script because ie mac does not use it; that browser only uses a semi-transparent white PNG that the spacer gif inside this DIV is replaced by */
.mtDropdownMenu .background {
	position:absolute;
	left:0px; top:0px;
	z-index:1;
	-moz-opacity:.8;
	filter:alpha(opacity=100);
	}

/* same concept as .background, but this is the sliver of shadow on the right of the menu. It's left, height, and background are set by script. In IE5/mac, it uses a PNG */
.mtDropdownMenu .shadowRight {
	position:absolute;
	z-index:3;
	top:3px; width:2px;
	-moz-opacity:.4;
	filter:alpha(opacity=40);
	}

/* same concept as .background, but this is the sliver of shadow on the bottom of the menu. It's top, width, and background are set by script. In IE5/mac, it uses a PNG */
.mtDropdownMenu .shadowBottom {
	position:absolute;
	z-index:1;
	left:3px; height:2px;
	-moz-opacity:.4;
	filter:alpha(opacity=40);
	}

/* this is the class that is used when the mouse is over an item. script sets the row to this class when required. */
.mtDropdownMenu .item.hover {
	background:#4A6169;
		color:#FFFCA6;
	}

/* this is either the dingbat that indicates there is a submenu, or a spacer gif in it's place. We give it extra margin to create some space between the text and the dingbat */
.mtDropdownMenu .item img {
	margin-left:10px;
	}


