/* these styles are those that have been created solely for use in the ILRB  */
#ilrb-top-wrapper{position:relative;}
#ilrb-top-left { float:left; width:165px; }
#ilrb-top-right {
	float: left;
	width: 575px;
}
#ilrb-main-content { position:relative; float:left; margin:0.5em 0 0 0; width:100%; }
#ilrb-main-content-center {margin-left:auto; margin-right:auto; width:80%;}
#ilrb-bottom { bottom:0em; }

/* Table styles */
/* Home page News table */
table.ilrb-main-news {  border:1px solid #dae9fa; }
table.ilrb-main-news th { width:50%; border:0px; background-color:#dae9fa; padding:0.5em; font-weight:bolder; text-align:center; color:#61799f; font-size:1.3em;}
table.ilrb-main-news td { width:50%; vertical-align:top; border:0px; }
/* end Home page news */

/* Main navigation table on home page */
table.ilrb-main-nav { width:100%; border:0px; border-collapse:separate; }
table.ilrb-main-nav tr { border:0px; }
table.ilrb-main-nav td { width:50%; border:0px; border-bottom:1px solid #ccc; }
table.ilrb-main-nav td.center { text-align:center; border-bottom:0px; }
table.ilrb-main-nav td.noborder { width:50%; border:0px; }
/* end Home page news */

/* Sub page main table  */
table.ilrb-sub { width:100%; border:0px; border-collapse:separate; }
table.ilrb-sub tr { border:0px; border-bottom:1px solid #ccc; }
table.ilrb-sub tr.alt { border:0px; border-bottom:1px solid #ccc; background-color:#F2FBFB; }
table.ilrb-sub th { border: 0px; border-bottom:1px solid #ccc; background-color:#dae9fa; padding:0.5em; font-weight:bolder; text-align:center; color:#61799f; font-size:1.3em; }
table.ilrb-sub td {  border:0px; border-bottom:1px solid #ccc; vertical-align:top; }
table.ilrb-sub td.center {  text-align:center; vertical-align:middle;}
/* end Home page news */
/* end Table styles */

/* Home page navigation */
a.ilrb-home { font-size:1.3em; font-weight: bold; }
a.ilrb-home:link { color:#848484; }
a.ilrb-home:visited { color:#848484; }
a.ilrb-home:hover { color:#61799f;}
a.ilrb-home:active { color:#848484; }

/* Copyright text */
#copy {font-family : arial; font-size : xx-small; color: #808080}

/*Heading style */
h1 { color:#990033; font-family:arial, helvetica, sans-serif; font-weight:bold; font-size:130%; }

/* Default HR style */
hr { border-top: silver 1px solid; height:1px; margin-top:40px;}