/*|||||||||||||||||||||general styles||||||||||||||||||||*/
body{
	color: #545454;
	font: 12px/16px Tahoma, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	background-color:#5b5947;
}

a{
	color: #005880;
}

a:visited{
	color: #CC6600;
}

a:hover{
	color: #CC6600;
	text-decoration: none;
}

a:active{
	color: #CC6600;
}

h1{
	font: 28px/30px "Arial Narrow",Tahoma, Geneva, Arial, Helvetica, sans-serif;
	color: #006B95;
	margin: 15px 0 15px 0;
	padding-left: 15px; 
}

h2{
	font: 24px/30px "Arial Narrow",Tahoma, Geneva, Arial, Helvetica, sans-serif;
	color: #007AAC;
	margin: 15px;
}

h3{
	font: 22px/22px "Arial Narrow",Tahoma, Geneva, Arial, Helvetica, sans-serif;
	color: #2C91B2;
	margin: 20px 0px 0px 15px;
}

h4{
	font: bold 18px/20px "Arial Narrow",Tahoma, Geneva, Arial, Helvetica, sans-serif;
	color: #545454;
	margin: 24px 0px 0px 15px;
	
}

p {
	margin: 5px 15px 15px 15px;
}

.more {
	cursor: help;
	color: #007AAC;
	text-decoration: underline;
	font-weight: bold;
	background: transparent url(../images/open.gif) no-repeat center left;
	margin-left: 15;
	padding: 0 0 0 22px;
	display: inline;
	vertical-align:middle;
	min-width: 22px;
	height: 1em;
}

.standout {
	border: 1px dashed gray;
	padding: 5px;
	margin: 15px;
	background: #E0D8C5;
}


ul {
	margin: 0px 0px 0px 45px;
}

li {
	list-style: square;
	margin: 0px 0px 5px 0px;
}

li.bold2 {
	list-style: square;
	color: #666666;
	font-weight: bold;
	
}

li.text3 {
	list-style: disc;
	margin: 0px 0px 5px 20px;
}

dd {
	margin: 0px 0px 15px 45px;
}



.fine {
	color: #CC6600;
	font: normal 90% Tahoma, Geneva, Arial, Helvetica, sans-serif;	
}

.hilite {
	color: #CC6600;
	font-weight: bold;
}

/*||||||||||| grantee section ||||||||||||||*/
.grantee h2{
	font: 22px/30px "Arial Narrow",Tahoma, Geneva, Arial, Helvetica, sans-serif;
	color: #5b5947;
	margin: 20px 0px 0px 0px;
	padding: 0px;
	background: #ffffff;
}

.grantee h3{
	color: #333333;
	font: bold 12px/14px Tahoma, Geneva, Arial, Helvetica, sans-serif;
	padding: 5px;
	margin: 5px 0px 0px 10px;
	width: 100%;
	background: #FFD660;
}

.grantee p {
	color: #545454;
	font: 12px/14px Tahoma, Geneva, Arial, Helvetica, sans-serif;
	padding: 5px 0px 5px 10px;
	margin: 5px 0px 0px 10px;
	width: 100%;
	background: #D3D9E7;
}


/* table styles for publication search */

.list-table {
	border-top: 1px solid #1d4684;
	border-left: 1px solid #1d4684;
}

.category-title {
	font-weight: bold !important; 
	background: #97b7d3 !important;
	}
	
	
.list-table td {
	font: 9pt Arial, Helvetica, sans-serif;
	background: #c1d4e5;
	vertical-align: top;
	padding: 3px;
	margin: 0px;
	border-right: 1px solid #1d4684;
	border-bottom: 1px solid #1d4684;	
}

/*|||||||||||||||||||||layout styles||||||||||||||||||||*/
#container{
	width: 766px;
	text-align: left;
	margin: 10px auto 0 auto;
	padding: 0 !important;
	line-height: 1.8em;
	background-color: White;
}

#banner{
	height: 100px;
	background: #006B95;
	border-bottom: 1px solid white;
	margin: 0px;
}

#banner h1{
	float: left;
	color: #FFFFCC;
	margin: 35px 0 0 20px;
	background: none;
}

#content{
	float: left;
	width: 700px; 
	margin: 10px 10px 0 10px;
	padding: 10px;
	font: 12px/20px Tahoma, Geneva, Arial, Helvetica, sans-serif;
}

* html #content{
	margin-left: 5px;
}

#edlite {
	width: 780px;
	text-align: left;
	margin: 0px auto 0 auto;
	padding: 0;
	background-color: #5b5947;
}

#popup {
	background: #FFFFFF;
	text-align: left;	
}

#funded{
	margin: 1px 5px 1px 5px;
	color: #FFFFCC;
	text-align: center;
	background-color: #B8B499;
}

.form_reg {
	background-color: #f0f0f9;
	padding: 10px;
	border: 1px solid gray;
}

.form_extra {
	background-color: #e4d7b8;
	padding: 10px;
	border: 1px solid gray;
}



/*|||||||||||||||||||||footer||||||||||||||||||||*/
#info-site{
	clear: both;
	text-align: center;
	background: White url(images/back_footer.gif) no-repeat;
	color: #FFFFFF;
	height: 35px;
	margin: 0px 0px 0px 0px;
}

#info-site a,#info-site a:visited {
	color: #FFFFFF;
}

#info-site a:hover,#info-site a:visited:hover {
	color: #007AAC;
}