/* NEWS */

DIV#news {
	float: left;
	width: 709px;
	margin-top: 5px;
}

	DIV#news DIV.box {
		float: left;
		width: 180px;
		height: 265px;
		background: #FFFFFF;
		text-align: center;
	}

    DIV#news DIV.box DIV.image {
    	 float: left;
       width: 100%;
       height: 180px;
       margin: 10px 0;
    	 text-align: center;
      }
    
    DIV#news DIV.box DIV.image IMG {
    	height: 180px;
		}

	DIV#news DIV.box DIV.headline {
		float: left;
		border-top: 1px solid #999999;
		border-bottom: 1px solid #999999;
		color: #999999;
		padding: 2px 0;
		width: 180px;
		height: 30px;
		overflow: hidden;
	}
	
	DIV#news DIV.middle {
		margin: 0 82px;
	}



DIV#dispatches {
	float: left;
	width: 700px;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #666666;
}

	DIV#dispatches DIV.left_collumn {
		width: 50%;
		float: left;
	}

	DIV#dispatches DIV.right_collumn {
		width: 50%;
		float: left;
	}

	DIV#dispatches DIV.heading {
		font-size: 16px;
		color: #666666;
		padding: 2px 10px;
	}

		DIV#dispatches DIV.left_collumn UL LI, DIV#dispatches DIV.right_collumn UL {
			margin: 0 0 0 20px;
		}

			DIV#dispatches DIV.left_collumn UL LI, DIV#dispatches DIV.right_collumn UL LI {
				padding: 2px 0;
				list-style: square outside url("../images/icon_list_item_cr.gif");
				color: #666666;
			}

				DIV#dispatches DIV.left_collumn UL LI A, DIV#dispatches DIV.right_collumn UL LI A {

					color: #666666;
				}

				DIV#dispatches DIV.left_collumn UL LI A:hover, DIV#dispatches DIV.right_collumn UL LI A:hover {
					color: #000000;
				}

DIV#text {
	float: left;
	width: 704px;
	color: #666666;
	margin: 20px 0;
}

	DIV#text DIV.article {
		margin-top: 5px;
	}

	DIV#text DIV.article DIV.article_heading A {
			padding: 0 20px 2px 0;
			color: #666666;
			font-weight: bold;
			text-decoration: none;
		}

		DIV#text DIV.article DIV.article_heading A.packed {
			background: url("../images/icon_packed.gif") no-repeat 100% 0;
		}

		DIV#text DIV.article DIV.article_heading A.unpacked {
			background: url("../images/icon_unpacked.gif") no-repeat 100% 0;
		}

DIV#text A {
	color: #990000;
	text-decoration: underline;
}

	DIV#text A:hover {
		text-decoration: none;
	}

