body
{
	padding: 0;
	margin: 0;
	text-align:center;
}
div
{
	padding: 0;
	margin: 0;
}
#pageFrame 
{
	position:relative;
	height:100px;
	width:728px;
	margin:0px auto;
	margin-top:8px;
	border:solid 1px black;
	background-color:white;
}
#masthead
{
	position:relative;
	height:86px;
	background-color:#455B73;
	text-align:left;
	left:0px;
	width:100%;
	top:0;
	padding:0px;
	z-index:20;
}
#subhead
{
	position:absolute;
	top:10px;
	left:540px;
}
#horzmenu
{
	position:relative;
	background-color:white;
	top:0px;
	left:0px;
	width:100%;
	margin:0;
	padding:0;
	padding-top:2px;
	padding-bottom:2px;
	height:20px;
	z-index:21;
}
#cbu
{
	position:relative;
	background-color:#f60;
	padding-top:6px;
}
#container
{
	position:relative;
	background-color:white;
	width:100%;
	height: 0%;
}
#before
{
	position:absolute;
	padding-top:8px;
	left:0;
}
#after
{
	position:absolute;
	padding-top:8px;
	right:0;
}
#description
{
	position:relative;
	height:86px;
	background-color:#455B73;
	margin-top:4px;
	width:100%;
	text-align:left;
}
#tblDesc
{
	width:100%;
	text-align:left;
	padding:0;
}
#tblDesc td tr
{
	padding:0;
}
#footer
{
	position:fixed;
	background-color:white;
	bottom:0;
	height:2.2em;
	width:100%;
	z-index:21;
}
.backwards {unicode-bidi:bidi-override; direction: rtl;}

/* All the content boxes belong to the content class. */
.content {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:auto;
	min-width:240px;
	margin:0px 169px 0px 153px;
	padding:0.5em;
	padding-bottom:0.2em;
	z-index:1; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}

