/* 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;

}

#news_headlines {
width: 300px;
}

#middlebox_news {
	/*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 ***/
	margin-top: 0;
	margin-right: 35%;
	margin-bottom: 0;
	margin-left: 170px;
/*background-color: #CCFFFF; */    /*** This div has a background to cover the 2-tone body BG ***/

}

.news_headline_div {
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	border: 1px dashed #666666;
	margin-bottom: 15px;
}

.news_headline_txt {
float: right;
margin-right:10px;
margin-top: 15px;
margin-left: 15px;
width: 120px;
}

.news_headline_img {
float:left;
/*margin: 15px 0;*/
}

#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;
	margin-left: 15px;
}

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