body
{
}

/* Top level container - used by *.aspx
 * Adapted from:
 * http://css.maxdesign.com.au/floatutorial/tutorial0916.htm
 */
.container
{
position: absolute;
left: 0px;
top: 0px;
/* width: 90%; */
width: 750px;				/* Fix container width to header image width */

/* margin: 10px auto; */	/* Don't want margin around container */
margin: 0;					/* Don't want margin around container */
padding: 0;					/* Don't want margin around container */
background-color: #fff;		/* white */
color: #333;				/* black */
	

line-height: 130%;			/* Make text easier to read */
}

.top
{
/* padding: .5em; */
background-color: white;
/*border-bottom: solid 1px maroon; */


margin: 0 0 0 0;
padding: 0 0 0 0;
}
.top img
{
	border-bottom: solid 1px maroon;
}

.top h1
{
padding: 0;
margin: 0;
}

.footer
{
/*clear: both;*/ /* Un-comment to make footer the entire width */
/*margin: 0;*/
margin: 50px 0 0 0;/* T R B L Give a little space above footer */
padding: .5em;
color: #333;
background-color: white;
/* border-top: 1px solid gray; */
border-top: 1px solid maroon;
/*text-align:center;*/
text-align:center;

}

.leftnav
{
float: left;

width: 125px;
margin: 0;
/* padding: 1em;*/
padding: 0;
position:absolute;
left: 0px;
top:77px;/* height of IBRDesign.jpg */
/*height: 100%;*/
/*
background-color:Maroon;
height: 100%;
*/
}

.leftnav p { margin: 0 0 1em 0; }

.rightnav2 h4
{
	margin: 0 0 .5em 0;
	padding: 0 0 0 0;
	font-family: arial, helvetica, sans-serif;
	text-align:center;	
	font-size: 13px;
	color: maroon;
}
A.TextLinkBold, A.TextLinkBold:link, A.TextLinkBold:visited
{
    color: #bd454a;
    font-family: Arial;
    text-decoration: none;
    font-size:  14px;
    font-weight: bold;
    padding:0;
    margin:0;
}

A.TextLinkBold:hover
{
     color:blue;   
    text-decoration: underline;
}

fieldset
{
    margin: 0px 0px 5px 0px;
    padding: 15px 15px 15px 15px; /* top right bottom left */
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    color: #666666;
}

legend
{
    color: Maroon;
    font-weight: bold;
}