

body {
	margin: 0px;
	background-color: #eeeeee;
}

.framework {
	position: absolute;
	left: 50%;
	top: 40px;
	width: 790px;
	height: 800px;
	margin-left: -395px;
	background-color: #ffffff;
}

.content {
	position: absolute;
	left: 0px;
	top: 100px;
	width: 690px;
	z-index: 1;
}

.leftcolumn {
	position: absolute;
	left: 0px;
	top: 70px;
	width: 450px;
	padding-left: 50px;
	padding-right: 290px;
	padding-bottom: 40px;
	background-color: #ffffff;
	z-index: 2;
}

.rightcolumn {
	position: absolute;
	left: 522px;
	top: 70px;
	width: 205px;
	padding-left: 20px;
	border-left: 1px #999999 dotted;
	z-index: 2;
}

table {
	margin-left: 52px;
}

.logo {
	position: absolute;
	left: 52px;
	top: 32px;
	z-index: 3;
}

h1 {
	font-family: arial;
	font-size: 16px;
	line-height: 1em;
	color: #000000;
	margin: 5px 0px 5px 0px;
}

p {
	font-family: arial;
	font-size: 13px;
	line-height: 28px;
	color: #000000;
	margin: 5px 0px 20px 0px;
}

.list {
	font-family: arial;
	font-size: 13px;
	line-height: 1.2em;
	color: #000000;
	margin: 2px 10px 2px 10px;
	border-bottom: 0px;
}

a {
	text-decoration: none;
	color: #000000;
	border-bottom: 1px #999999 dotted;
}

a:hover {
	text-decoration: none;
	color: #000000;
	border-bottom: 1px #000000 solid;
}

a.img {
	border-bottom: 0px;
}

a.img:hover {
	border-bottom: 0px;
}

div.panic {
	height: 27px;
	width: 186px;
	padding-top: 10px;
	padding-left: 11px;
	background-image: url('menubg0.gif');
	margin-bottom: 20px;
}

td.td0 {
	height: 40px;
	background-image: url('menubg0.gif');
	border-right: 3px #ffffff solid;
}

td.td1 {
	height: 40px;
	background-image: url('menubg1.gif');
}

td.td2 {
	height: 40px;
	background-image: url('menubg2.gif');
}