body {
	font-family: verdana, arial, sans-serif;
	color: #666;
	font-size:11px;
	font-weight:normal;
	line-height:16px;
	margin: 20px 20px 20px 20px;
	background: #EEE;
}

.vertical-link-down{
	border-left : thin solid Black;
	empty-cells : show;
	width: 1px;
	vertical-align : -26;
	height : 50;
}

.top-vertical-link-down{
	border-left : thin solid Black;
	empty-cells : show;
	width: 1px;
	vertical-align : top;
	height : 20;
	margin-bottom : 2;
}
.bottom-vertical-link-up{
	border-left : thin solid Black;
	empty-cells : show;
	width: 1px;
	vertical-align : top;
	height : 20;
	margin-top : 2;
}

.vertical-link-up{
	border-left : thin solid Black;
	empty-cells : show;
	width: 1px;
	vertical-align : 22;
	height : 50;
}
.horizontal-link{
	border-top : thin solid Black;
	empty-cells : show;
	vertical-align : 35%;
	width :1px;
	
}

.horizontal-link-right{
	border-top : thin solid Black;
	empty-cells : show;
	vertical-align : 35%;
	width :50px;
	margin-right : 2;
}
.top-horizontal-link-right{
	border-top : thin solid Black;
	empty-cells : show;
	vertical-align : top;
	width :50px;
}
.bottom-horizontal-link-right{
	border-bottom : thin solid Black;
	empty-cells : show;
	vertical-align : bottom;
	width :50px;
}
.bottom-horizontal-link{
	border-bottom : thin solid Black;
	empty-cells : show;
	vertical-align : bottom;
	width :1px;
}
.horizontal-link-left{
	border-top : thin solid Black;
	empty-cells : show;
	vertical-align : 35%;
	width :50px;
	margin-left : 2;
}

.top-horizontal-link-left{
	border-top : thin solid Black;
	empty-cells : show;
	vertical-align : top;
	width :50px;
}

.bottom-horizontal-link-left{
	border-bottom : thin solid Black;
	empty-cells : show;
	vertical-align : bottom;
	width :50px;
}

.blank-person{
	width: 100;
	margin: 2;
}

.blank-person2{
	width: 50;
	margin: 2;
}
.person{
	border : thin dashed;
	padding : 3;
	width : 100;
	white-space : pre;
	margin : 2;
}
.male{
	border : thin dashed;
	padding : 3;
	width : 100;
	white-space : pre;
	margin : 2;
		background : #D7D8E8;
}
.female{
	border : thin dashed;
	padding : 3;
	width : 100;
	white-space : pre;
	margin : 2;
		background : #E7CFC7;
}
pre{
	border : thin dashed;
	padding : 3;
	width : 50px;
	white-space : pre;
}

#page-logo {
  width: 600px;
  font-family: georgia, times new roman, times, serif;
  color:#FFF;
  font-size: 24px;
  font-weight: normal;
  border-left:1px solid #FFF;
  border-right:1px solid #FFF;
  border-top:1px solid #FFF;
  background:#003366;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

#page-logo * {
  width: 600px;
  font-family: georgia, times new roman, times, serif;
  font-size: 24px;
  font-weight:normal;
  color: #ffffff;
}

#page-title {
  width: 630px;
  font-family:verdana, arial, sans-serif;
  font-size: 10px;
}

#page-tagline {
  width: 600px;
  font-family:verdana, arial, sans-serif;
  color:#FFF;
  font-size:11px;
  font-weight:bold;
  border-left:1px solid #FFF;
  border-right:1px solid #FFF;
  background:#003366;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  padding-bottom: 15px;
}

#page-buttons {
  width: 600px;
  padding:15px;
  background:#FFF;
  text-align:center;
}

#page-wrapper {
  width: 100%;
  display: table-row;
  table-layout: fixed;
  background:#FFF;
}

#page-content {
  width: 600px;
  float: left;
  display: table-cell;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  margin-bottom:15px;
  background:#FFF;
}

#page-portlet-1 {
  float: right;
  display: table-cell;
  top: 0px;
  width: 29%;
  padding-left:15px;
  margin-bottom:15px;
  background:#FFF;
  border-left: 1px solid #003366;

  font-family: verdana, arial, sans-serif;
  color: #666;
  font-size:11px;
  font-weight:normal;
  line-height:16px;
}

#page-portlet-2 {
  display: none; /* hide */
}


/* the actual content */
#page-bottom {
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  background:#FFF;
  text-align: center;
}

.page-header {
  width: 600px;
  font-family: georgia, new roman, times, serif;
	font-size: 16px;
	color: #000000;
	text-transform: none;
  border-bottom: 1px solid #003366;
  margin-bottom: 10px;
}