/****************************************************
	H E A D E R
****************************************************/
div#HeaderLogo {
	float: left;
	margin-top:22px;
}


div#HeaderContainer{
	height:61px;
	border-bottom:9px solid #cccccc;
	background:transparent url('images/1033_16.gif') 0 0 no-repeat;
}

div#HeaderMenu {
	float: right;
	width: 210px;
	overflow:hidden;
}

/**********************************
FRONTPAGE COLUMNS
**********************************/
/*div#CenterRow,*/
div#BottomRow{
	width:870px;
	padding-top:10px;
}

div#BottomRow{
	margin-top:10px;
	border-top: 1px solid #B5B5B5;
}


/****************************************************
	C O L U M N S
	Correct styling of column <div>-tags: 
		width, float
	Incorrect styling of column <div>-tags:
		border, background, height, margin, padding
	See styling of inner <div>-tags in PageLayout.css
****************************************************/
div#LeftColumn {
	float: left;
	width: 254px;
}

div#ContentInclRightColumn {
	float: right;
	width: 610px;
}

div#ContentColumn {
	float: left;
	width: 380px;
	border-top: 1px solid #cccccc;
	/*margin-top:10px;*/
}

div#ContentColumnWide {
	float: left;
	width: 614px;
	border-top: 1px solid #cccccc;
	/*margin-top:10px;*/
}

div#RightColumn {
	float: right;
	width: 210px;
}

/****************************************************
	F O O T E R
****************************************************/

div#CompanyInfo {
	color:#ffffff;
	position:relative;
	top:22px;
	float:left;
}
div#EnsureHeight{
	height:40px;
}

/****************************************************
	O T H E R
****************************************************/
ul.Vertical {
	clear: both;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.Vertical li {
	float: left;
	margin: 0;
	padding: 0 0 0 12px;
}

ul.Vertical li.Right {
	float: right;
}

#print{
	float:left;
	margin-top:7px;
}