body, #layoutTable, #contentDiv {
	margin: 0px;
	font-family: verdana;
	font-size: 9pt;
	width:100%;
	height: 100%;
}
td, th {
	font-family: verdana;
	font-size: 9pt;
}

H1 {
	font-size: 16pt;
}

#logoCell {
	width: 200px;
	height: 75px;
}
#spareHeaderCell {
	width: *;
	height: 75px;
}
#addonsCell {
	text-align: right;
	vertical-align: top;
	height: 75px;
}			
#addonsCell span{
	width: 465px;
	border-bottom: 1px dotted #CCC;
}
#searchIpt {
	width: 100px;
}
#searchBtn {
	width: 25px;
}

#advertsCell {
	text-align: center;
	vertical-align: middle;
	height: 102px;
}

#menuCell{
	height: 50px;
}

#contentCell {
}

#contentDiv {
	overflow-y: auto;
	width:100%;
	height: 100%;
	padding: 3px;
}

#footerCell {
	border-top: 1px solid #CCC;
	height: 25px;
	font-size: 7pt;
	color: #444;
}			

#contentPanel {
	vertical-align: top;
	padding: 5px;
}

.advCell {
	background: #EFF7FF;
	text-align: center;
}