/* Masterstyle sheet for www.ibrrc.org
 e-mail: webcoot@ibrrc.org Updated February 23, 2010*/

 /* Sets typeface and color for body elements */ 
 body, table, tr, td, 
p {
	font-family: Helvetica, sans-serif;
	color: #000000;

} 


h1 { 

	font-family: Helvetica, sans-serif;
	font-size: large;
	color: #2969b1;
}

Body { margin: 0px;} 

/* Sets type size to deal with cross browser/platform concerns */ 
 p.xxsm { font-size: 8px; line-height:10px}
 p.xsm { font-size: 10px; line-height:13px; }
 p.sm { font-size: 13px; line-height:17px } 
 p.med { font-size: 14px; line-height:17px }
 p.lg { font-size: 16px; } 
 p.xlg { font-size: 18px; }
 p.xxlg { font-size: 24px; } 
 
 p.nav { font-size: 13px; line-height:15px; font-family:Trebuchet MS, Helvetica, sans-serif;
 font-weight: bold; letter-spacing:0.04em } 
 p.nav_left { font-size: 12 px; line-height:18px; font-family:Trebuchet MS, Helvetica, sans-serif; letter-spacing:0.02em } 

 /* Sets bold features in smaller sub areas of document */
 p.smb { font-size: 14px; font-weight: bold; } 
 p.xlgb { font-size: 18px; font-weight: bold; }

 /* Sets color (maroon) and size of type in date area of Press Release */ 
p.date { font-size: 10px; color: maroon; }
 
 /* Sets intial letter drop cap for opening paragraph */ 
 span.dropcap 
{
	font-size: 200%;
	font-weight: normal;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 130%;
	letter-spacing: .20em;
} 


 /*ncg added */

.nav_divider {
        color: #0000cc;
}


#logo {
margin: 0  0 20px 20px;

}



#facebook {
margin-left: 20px;
margin-right: 10px

}


.textlinks_sm {

	font-size: 84%;
	font-family: arial, helvetica, sans serif;
	font-weight: bold;
	color: #000000;
	text-decoration: none;

}

.textlinks_sm  a {

	font-size: 84%;
	font-family: arial, helvetica, sans serif;
	font-weight: bold;
	color: #000000;
	text-decoration: none;

}


.textlinks_sm a:hover {

	color: #fc5900;

}



.nav_div_orange {
	
	color: #fc5900;

}

 /*END ncg added */
 

/* Links */ 
a:link { color: #000000; }
a:active { color:#990000; }
a:hover { color:#fc5900; font-size:bolder; }
a.nav:link {color:#ec7424; text-decoration: underline; }
a.nav:hover {color:#2b6bb2; }
a.nav:visited {color:#ec7424; text-decoration: underline; }
a:visited {color:#ec7424; text-decoration: none; }




/* PAYPAL paypal.htm PAYMENT PAGE CODE */

.payform	{
		font: 13px arial, verdana, sans-serif;
		background-image: url("images/shadeform.gif");
		background-color: #F0F6F9;
		text-align: left;
		width: 125px;
		overflow: auto;
		border: #99A8AF 1px solid;
		}

.payformbox	{
		background-color: transparent;
		border: #CFD7DF 1px solid;
		}

.payformmargin	{ margin: 0px; }

.payformbutton	{ width: 125px; }


/* End style sheet */ 