/*Define style for body*/


body
{

background-color: #244D78;
margin-top: 27px;
margin-left: 23px;
margin-right: 31px;
}
#header
{
width: 746px;
height: 140px;
background-image:  url(../images/EIRAH2inside-2x2.gif);
}
#content, #content td

{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
 	color: #000000;	
	background-color: #fff;
		padding-left: 1em;
	padding-right: 0.5em;

}
#content p, #content h2, #content h1, #content h3
{
	padding-left: 1em;
	padding-right: 0.5em;
	}
/*330.scroll
	{
	height: 300px;
	width: 530px;
	overflow:auto;}
*/

#footer {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#5686BE;
	color: #ffffff;
	border-left: 1px solid #244D78;
	border-top:  1px solid #244D78;
	height: 23px;
	
}

/*Define style for links */

a:link {text-decoration: underline; color: #244D78;}
a:visited {text-decoration: underline; color: #244D78;}
a:hover, a:active {text-decoration: none;	color: #ffffff;	background-color: #244D78;}




/*Define style for header(s)*/

h1
{
	color: #244D78;
	font-size: 18px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding: 0 0 0 0;
	
}

h2
{
	color: #d27202;
	font-size: 15px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	
	}
	
	.candace_orange
	{
	color: #d27202;
	}
		.orange
	{
	color: #d27202;
	}
	h3
	{
	color: #244D78;
	font-size: 11px;
	}

dd
{
padding-bottom: 1em;
color: #d27202;
}
dt
{
font-style: italic;
font-weight: bold;
padding-bottom: 1em;
}
.indent
{
padding-left: 75px;
}
/*These are used on the search results page*/
#searchResults, #searchResults td{
	font-size: 12px;
 	color: #000000;
}

#searchResults .colheader{
	background-color:#244D78;
	color:#FFFFFF;
	font-weight:bold;
}
#searchResults .dataRowA{
	background-color:#DDDDDD;
}
#searchResults .dataRowB{
	background-color:#FFFFFF;
}
#searchResults .datacell{
	background-color:inherit;
}