@charset "utf-8";

html {
	font-size: 100.01%;
}

body {
	background-color: white;
	min-width: 730px;
	text-align: center;
	background-image: none;
}

div#container {
	width: 730px;
	text-align: left;
	margin: 20px auto 0 auto;
	overflow: auto;
}

div#breadcrumbs {
	display: none;
}

div#footer {
	display: none;
}

div#horizontalarea {
	display: none;
}

div#logoarea {
	width: 396px;
	height: 84px;
	position: absolute;
	top: 10px;
	left: 0px;
}

div#mainarea {
	background-color: white;
	min-height: 600px;
	display: block;
	padding: 15px 0 0 0;
	overflow: hidden;
}

div#masthead {
	height: 134px;
	width: 730px;
	text-align: left;
	overflow: auto;
	position: relative;
}

div.navigation.hnav {
	display: none;
}

div#pagecontent {
	float: none;
	display: block;
	margin: 0;
	width: 730px;
	background-color: white;
}

div#pagecontent.home {
	width: 730px;
	overflow: hidden;
}

div.sidebar#first {
	display: none;
}

div#signinarea {
	display: none;
}

div#subcontainer {
	overflow: auto;
	background-color: white;
}

img {
	border: none;
}

img#img_homepageimage {
	margin: 0 0 0 20px;
}
	
div#pagecontent table td {
	border: none !important;
}