html, body { height:100%; }

#maintable {
	width: 1000px;
}

#banner {
	background: url(images/layout/banner.jpg);
	width: 1000px;
	height: 128px;
}

#menucell {
	width: 161px;
	vertical-align: top;
}

#rootlinecell {
	height: 15px;
	background: #6fa6d2;
	vertical-align: middle;
	padding-left: 10px;
}

#bluecell {
	height: 15px;
	background: #0163af;
}

#maincell {
	width: 596px;
	vertical-align: top;
	padding-top: 45px;
	padding-left: 45px;
	padding-right: 45px;
}

#infocell {
	width: 153px;
	height: 45px;
	vertical-align: top;
}

#infocell2 {
	width: 153px;
	vertical-align:top;
}

#boxred_top {
	background: url(images/layout/boxtop_red.gif);
	width: 153px;
	height: 7px;
}

#boxred_body {
	background: #faeceb;
	width: 153px;
	padding-left: 10px;
	padding-right: 10px;
}

#boxred_bottom {
	background: url(images/layout/boxbottom_red.gif) top no-repeat;
	height: 7px;
}


#boxgray_top {
	background: url(images/layout/boxtop_gray.gif);
	width: 153px;
	height: 7px;
}

#boxgray_body {
	background: #ebebeb;
	width: 153px;
	padding-left: 10px;
	padding-right: 10px;
}

#boxgray_bottom {
	background: url(images/layout/boxbottom_gray.gif) top no-repeat;
	height: 7px;
}

#copyright {
	padding-left: 45px;
	padding-top: 10px;
	padding-bottom: 20px;
}