#rhsBlock {
    POSITION: absolute;
    LEFT: 316px;
	TOP: 0;
	margin: 0;
	padding: 0;
	height: 50.0em;
	overflow: auto;
	width: 30.0em;
}

#textDiv {
	position:relative; 
	left: 0; /*19em; */
	top:0;  
}

endTagLeft {
  LEFT: -316px;
  TOP: 0;
  POSITION: relative;
}

#titleBlock {
/*    POSITION: relative;
	width: 25.0 em;*/
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.0em; /*1.25em;*/
	font-style: normal;
	font-weight: normal;
	margin-left:1.0em;
	margin-bottom:1.0em;
	line-height: 1.5em;
	padding: 0;
	border: 0px none;
}

#titleBlock h1 {
	font-size: 1.0em; 
	line-height: 1.5em;
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: 0.5em;
}
#titleBlock p {
	text-transform: none;
	color: #000;
	line-height: 1.2em;
	margin-top:0;
	margin-left:0;
	margin-bottom:1.0em;
	padding:0;
}

#leftBottom {
    LEFT: 69px;
    POSITION: absolute;
    HEIGHT: 100%;
    BACKGROUND-COLOR: #ccc
    padding: 0;
    margin: 0;
    
}

#titleBlock a {
	text-decoration: none;
}

#titleBlock a:visited {
	text-decoration: none;
/*	font-weight: normal;
	color: #AF0080;*/
}
#titleBlock a:active {
	text-decoration: none;
/*	font-weight: normal;
	color: #3C5985;*/
}

#titleBlock a:hover {
	text-decoration: none;
/*	font-weight: normal;
	color: #FFFFFF;
	background-color: #3C5985*/
}


div#outer 
{position:relative;text-align:center; width:100%;
}
#left{
 position:absolute;
 left:0;
}
#right{
 position:absolute;
 right:0;
}
	
ul#navlist
{
padding: 0;
margin: 0;
list-style-type: none;
float: left;
width: 100%;
}

ul#navlist li { 
	margin-right:2.0em;
	display: inline; }
