/* CSS Document */


/*******************************************************************************
                       Positioning rules
*******************************************************************************/


#topnav{
width: 100%;
height: 230px;
background-color: #231A69;
margin: 0;
padding: 0;
}

#leftbox {      /*** No side padding or borders, to avoid the IE5.x box model problem ***/
position: absolute;
left: 10px;
width: 150px;
color: #000000;
padding-top: 30px;
text-align: center;
}

#middlebox {
margin: 0 34% 0 170px;
/*border-left: 1px dashed #8E9CAB;*/
/*border-right: 1px solid #8E9CAB;*/
/*background-color: #CCFFFF;   */  /*** This div has a background to cover the 2-tone body BG ***/
padding-top: 30px;
padding-left: 70px;
padding-right: 70px;
background-color: #FFFFFF;
}

#rightbox {    /*** No side padding or borders, to avoid the IE5.x box model problem ***/
position: absolute;
right: 25px;     /*** IE5/mac will show a horizontal scrollbar 
		if this is less than 16px, or other units are used
		http://www.l-c-n.com/IE5tests/right_pos/index.shtml ***/           
width: 30%;
color: #000000;
padding-top: 50px;
	background-color: #FFFFFF;

}

#titletable {
	padding:0px;
	margin-bottom: 0px;
	margin: 0;
	padding-bottom: 0px;
}

#rightboxtext {
width: 180px;
}

.rightboxheader {
padding: 20px;
width: 250px;
border: 1px solid #999999;
}
