/* ---------------------------------------------------------------- */
/* layout.css                                                       */
/* ---------------------------------------------------------------- */

TABLE#wholepage {
	background: #22406C;
	width: 100%;
}
TABLE#header {
	width: 726px;
}
TABLE#content {
	width: 726px;
	background: #FFFFFF;
}
TABLE#contentbottom {
	width: 726px;
	background: #FFFFFF;
}
TABLE#nav {
	width: 204px;
	height: 201px;
}
TABLE.subnav {
	width: 228px;
	background: #FC860C;
/* 	height: 201px; */
}
TD.topborder {
	height: 25px;
	background: #22406C;
}
TD.titlemargin {
	background: #22406C;
	background-image: url(../images/shared/bg_mosaic.gif);
	background-repeat: repeat;
}
TD.titlecontainer {
	background: #22406C;
	background-image: url(../images/shared/bg_mosaic.gif);
	background-repeat: repeat;
}
TD.toplink {
	border-left:1px dashed #8A9DB1;
}
TD.logomargin {
	background: #22406C;
	background-image: url(../images/shared/bg_mosaic.gif);
	background-repeat: repeat;
}
TD.logocontainer {
	background: #22406C;
	background-image: url(../images/shared/bg_mosaic.gif);
	background-repeat: repeat;
}
TD.headermargin {
	background: #22406C;
	background-image: url(../images/shared/bg_mosaic.gif);
	background-repeat: repeat;
	border-bottom:1px dashed #8A9DB1;
	border-top:1px dashed #8A9DB1;
}
TD.bottommargin {
	height: 18px;
	background: #22406C;
	background-image: url(../images/shared/bg_mosaic.gif);
	background-repeat: repeat;
}

TD.headercontainer {
	background: #FFFFFF;
}
TD.contentmargin {
	background: #22406C;
}
TD.contentcontainer {
	background: #FFFFFF;
}
TD#content1 {
	background: #FFFFFF;
	width: 519px;
	padding: 0px;
	text-align: left;
	vertical-align: top;
}
TD#sidebar {
	background: #DFDFDF;
	width: 204px;
	height: 100%;
	padding: 0px;
	text-align: left;
	vertical-align: top;
}
TABLE#sidebar_table {
	width: 204px;
	height: 100%;
}
TD.sidebar_top {
	width: 204px;
	padding: 0px;
	text-align: left;
	vertical-align: top;
}
TD.sidebar_bottom {
/* 	background: #FF0000; */
	width: 204px;
	padding: 0px;
	text-align: left;
	vertical-align: bottom;
}
TD#calendar1 {
	background: #FFFFFF;
	width: 726px;
	padding: 0px;
	text-align: left;
	vertical-align: top;
}
TD#navcontainer {
	background: #7AA600;
	width: 204px;
	text-align: left;
	vertical-align: top;
}
TD#bannercontainer {
	background: #FC860C;
}
TD#taglinecontainer {
	background: #1F7DB6;
}

