/* 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 20% 0 170px;
/*border-left: 1px dashed #8E9CAB;*/
/*border-right: 1px solid #8E9CAB;*/
padding-top: 30px;
padding-left: 50px;
padding-right: 50px;     /*** This div has a background to cover the 2-tone body BG ***/
/*background-color: #CCFFFF; */    /*** This div has a background to cover the 2-tone body BG ***/
	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: 30px;
text-align:center;
	background-color: #FFFFFF;

}

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