  p {
	display: block;
	clear: both;
	margin: 0;
	padding: 0;
	height: 1px;
	line-height: 1px;
	font-size: 1px;

} div#pagecontainer {
	position: relative;
	width: 770px;
	margin-left: -385px;
	left: 50%;
	background-color: white;
	border:thin solid #999999;

} div.fullcontainer {
	padding: 10px 8px 8px;


/*** header ***/
	} div#header {
		position: relative;
		height: 88px;
		margin-bottom: 17px;
	
	} div#headerlogo {
		position: absolute;
		width: 168px;
		height: 67px;
		left: 0px;
		bottom: 0px;

	} div#centertext {
		position: absolute;
		width: 330px;
		left: 200px;
		bottom: 0px;

	} div#headerinfo {
		position: absolute;
		width: 400px;
		height: 44px;
		right: 0px;
		bottom: 0px;
		text-align: right;

	} div#fastlinks {
		padding: 2px 2px 0;
		height: 30px;
		line-height: 20px;
		overflow: hidden;
		float:right;

	} div#fastlinks a {
		display: block;
		float: right;
		height: 15px;
		padding-left: 20px;
		margin-left: 10px;
		color: #666;
		text-decoration: none;
		font-size: 11px;

	} div#fastlinks a:hover {
		text-decoration: underline;

	} div#fastlinks a.webmail {
		background: url('') no-repeat top left;

	} div#fastlinks a.help {
		background: url('') no-repeat top left;

	

/*** top navigation ***/

	} div#topnav {
		position: absolute;
		z-index: 99;
		top: 88px;
		left: 0px;
		width: 770px;
		height: 17px;
		background:url(../images/nav-home.gif);

	} #topnav div {
		float: right;
		margin-right:15px;
	
	} #topnav div a {
		display: block;
		width: 154px;
		height: 17px;

	} #topnav div ul {
		display: none;
		overflow: hidden;
		list-style: none;
		width: 152px;
		margin: 0;
		padding: 4px 0 6px;
		border: 1px solid white;
		background-color: #5f5194;

	} #topnav div ul li a {
		padding: 0 0 0 24px;
		font-size: 9px;
		line-height: 20px;
		height: 20px;
		text-decoration: none;
		background: url('') no-repeat center left;
		color: #c9c4de;

	} #topnav div ul li a:hover {
		background: #9086b9 url('') no-repeat center left;
		color: white;


/*** footer ***/

	} div#footer {
		position: relative;
		height: 17px;
		line-height: 17px;
		font-size: 10px;
		color: #666666;
		background: url('/images/footerbg.gif');

	} div#footer a {
		display: block;
		float: left;
		padding: 0 11px 0 10px;
		background: url('/images/footerlinkdiv.gif') no-repeat top right;
		color: #666666;
		text-decoration: none;

	} div#footer a:hover {
		text-decoration: none;
		color: #0000cc;

	} div#copyright {
		position: absolute;
		right: 10px;
		top: 0px;
		
}

