@import url(page.css);

.error{
	color: #FF0000;
}
img{
	border: 0;
	display: block;
}

#header{
	height: 170px;
	overflow: hidden;
	width: 150px;
}
#logo{
	float: left;
}
#division{
	clear: both;
	float:left;
}

#content{
	clear: both;
	width: 100%;
}

#footer{
	clear: both;
	height: 50px;
	position: relative;
}
#sublogo{
	float: left;
}
#disclaimer{
	color: #9ea89c;
	cursor: default;
	float: left;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 9px;
	height: 40px;
	margin: 10px 0 0 10px;
	width: 600px;
}

#sidebarwrap, #header .menusection, form, #image{
	display: none;
}

