/* CSS written January 2008 by COMSYS for VBA */
@import url("vba.css");
@import url("navigation.css");

#nav {
	float: left;
	width: 100%;
	height: 40px;
	background: url(../images/nav_bg.jpg) no-repeat 0 0;
}

#banner {
	float: left;
	width: 100%;
	height: 188px;
	margin-top: 8px;
}

#breadcrumbs {
	width: 100%;
	height: 20px;
	position: relative;		
	top: 8px;
	_z-index: -1;
	margin: 0 0 10px 0;
	_margin: 0 0 10px 0;
	background: url(../images/bc_bg.jpg) no-repeat 0 0;	
	overflow: hidden; 
	clear: both;
}

#content {
	float: left;
	width: 100%;
	margin-top: 8px;
}

#content #col1 {
	float: left;
	width: 207px;
	display: inline; /* for IE 6.0 */
}

#content #col1 .navbox {
	float: left;
	display: inline; /* for IE 6.0 */
	width: 207px;
	background: url(../images/col1_navbox.jpg) no-repeat 0 100%;
	padding-bottom: 16px;
}

#content #col1 .navboxinner {
	float: left;
	display: inline; /* for IE 6.0 */
	height: 100%;
	width: 100%;
	background: url(../images/col1_navbox.jpg) no-repeat 0 0;
	overflow: hidden;
}

#content #col1 .navboxinner h4 {
	_float: left;
	_display: inline; /* for IE 6.0 */
	width: 191px;
	color: #fff;
	font-family: "Book Antiqua", "Times New Roman", serif;
	font-size: 1.4em;
	padding: 4px 8px;
	background: url(../images/navbox_h4_bg.jpg) no-repeat 0 0;
}

#content #col1 .navboxinner p {
	float: left;
	line-height: 125%;
	color: #333;
	font-size: 1.1em;
	border-bottom: 1px dashed #ccc;
	margin-top: 6px;
	padding-bottom: 6px;
}

#content #col2 {
	float: left;
	width: 682px;
	margin-left: 8px;
}

#content #col2 .contentbox {
	float: left;
	width: 100%;
	background: #fff url(../images/col2_border_big.gif) repeat-y 0 100%;
	position: relative;
	_top: -5px;
}
#content #col2 #col2extendedtop {
	float: left;
	width: 100%;
	background: #fff url(../images/col2_border_big_top.gif) no-repeat top left;
	height: 7px;
}
#content #col2 #col2extendedbottom {
	float: left;
	width: 100%;
	background: #fff url(../images/col2_border_big_bottom.gif) no-repeat bottom left;
	height: 13px;
	clear: both;
	_position: relative;
	_top: -5px;
}
#content #col2 .contentboxinner {
	float: left;
	width: 100%;
	height: 100%;
	background: url(../images/col2_border_big.gif) no-repeat 0 0;
}

#content #col2 .contentboxinner h3 {
	float: left;
	width: 100%;
	font-family: "Book Antiqua", "Times New Roman", serif;
	font-size: 1.8em;
	color: #570000;
	text-transform: uppercase;
	text-indent: 8px;
	margin-top: 8px;
}

#content #col2 .contentboxinner h4 {
	float: left;
	width: 95%;
	font-size: 1.4em;
	color: #32466B;
	margin: 8px 8px 0 8px;
}
.newssummary{
	text-align: justify;
}
#content #col2 .contentboxinner .newssummary a {
	font-size: 1.0em;
	text-decoration: none;
}

#content #col2 .contentboxinner .newssummary a:hover {
	text-decoration: underline;
}

#content #col2 .contentboxinner p {
	float: left;
	line-height: 150%;
	color: #333;
	font-size: 1.2em;
	margin: 6px 0;
	padding: 0 8px;
}

#content #col2 .contentboxinner p a {
	color: #570000;
	text-decoration: underline;
	font-weight: bold;
}

#content #col2 .contentboxinner p a:hover {
	color: #F00000;
	text-decoration: none;
}

#content #col2 .contentboxinner table {
	float: left;
	display: inline;
	width: 98%;
}

#content #col2 .contentboxinner td {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 99%;
}

span#ecmFirst, span#but_first_disable {
	margin-left: 8px;
}

#footer {
	float: left;
	width: 100%;
	height: 40px;
	margin-top: 8px;
	background: url(../images/footer_bg.jpg) no-repeat 0 0;
}

