html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #f8f8f8;
	scrollbar-base-color: #f8f8f8;
}
 
form {
	width: 100%;
	height: 100%;
}

#content {
	background-color: #ffffff;
}

.main {
	vertical-align: top;
	width: 100%;
	background-color: #ffffff;
}

.left, .right {
	width: 200px;
	white-space: nowrap;
	vertical-align: top;
	background-color: #ffffff;
}

.header {
	background: #ffffff;
}

.footer {
	background: #ffffff;
}

#logotd {
	padding-top: 22px;
	padding-bottom: 8px;
	padding-left: 8px;
}

#menutd {
	padding-left: 0px;
}

#outertable, #outertd {
	width: 100%;
}

#barleft {
	background: url(Images/BarLeft.gif) #cecfce repeat-y;
	width: 25px;
}

#barright {
	background: url(Images/BarRight.gif) #cecfce repeat-y;
	width: 25px;
}

#headertoprowtd {
	background: url(Images/HeaderTopRowBg.gif) #e8d8bd repeat-x;
	line-height: 26px;
}

#footerrowtd {
	border-bottom: 1px solid #cecfce;
}