html {
	height:100%;
}

body {
	height:100%;
	width:100%;
	padding:0;
	margin:0;
	background: url(/images/bgback.jpg) repeat-x #525659;
	font-family:verdana;
	font-size:11px;
	color:#2f2f2f;
	line-height:15px;
}
a, a:hover {
	color:#3e3a5e;
	text-decoration:none;
	}
a:hover {
	text-decoration:underline;
	border:none;
	}	

img, img a, img a:hover, img a:visited, a img, a:hover img, a:visited img {
	text-decoration:none;
	border:none;
	}			
#login_heading {
  position:absolute;
  top:5px;
  left: 50%;
  margin-left:-400px;
  text-align:right;
  width: 800px;
  
  color:white;
}

#login_heading a, #login_heading a:visited {
  color:white;
  text-decoration:none;
  padding-bottom: 1px;
  border-bottom: 1px dotted white;
}

pre.nonfixed
{
	font-family:verdana;
	font-size:11px;
	color:#2f2f2f;
	line-height:15px;
}

h1 {
	font-size:18px;
	font-weight:normal;
}
h2 {
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}
h5 {
  font-size: 17px;
  color:#777;
  font-weight: normal;
  text-align:left;
  margin:30px 0px 5px 0px;
  
}

.ilabel {
  color: #999;
  padding:2px;
}


#container {
	width:820px;
	margin-left:auto;
	margin-top:30px;
	margin-right:auto;
}

#shadow-top {
	height:10px; 
	background:url(/images/shadow-top.jpg) no-repeat;
	margin:0;
	padding:0;
}

#shadow-bottom {
	height:10px; 
	background:url(/images/shadow-bottom.jpg) no-repeat;
	margin:0;
	padding:0;
}

#shadow-bottom {
	_margin-bottom:-9px;
}

#header {
	background:url(/images/shadow-middle.jpg) repeat-y;	
	margin:0;
	padding:0;
}

#header {
	_margin-top:-9px;
}

#header .content {
	background:url(/images/shadow-toplr.jpg) no-repeat;
	padding-left:10px;
	padding-right:10px;
}


#mainbody {
	background:url(/images/shadow-middle.jpg) repeat-y;	
	margin:0;
	padding:0;
	overflow:auto;
}

#mainbody .content{
	background:url(/images/shadow-bottomlr.jpg) bottom no-repeat;
	padding-left:40px;
	padding-right:40px;
	padding-bottom:10px;
	min-height:400px;
    height:auto !important;
}

#mainbody .content .right {
	float:right; 
	padding-top:40px;
	width:300px;
}

#mainbody .content .right2 {
	float:right; 
	padding-top:30px;
	width:450px;
}

#mainbody .content .left2 {
	padding-top:30px;
	width:200px;
}

#mainbody .content .left {
	width:400px;
}

#footnav {
	padding-top:5px;
	text-align:center;
	padding-bottom:50px;
}

#footnav ul {
	margin:0;
	padding:0;
}

#footnav ul li {
	display:inline;
	padding-left:20px;
	padding-right:20px;
}

#footnav ul li a {
	text-decoration:none;
	color:#dbdbdb;
}

#footnav ul li a:hover {
	text-decoration:underline;
	color:#c5c3ef;
}

.box {
	margin-top:8px;
	width:280px; 
	padding:10px 20px 10px 10px; 
	background-color:#d3d3d3;
	overflow:auto;
	line-height:normal;
}

.box .photo {
	float:left;
	padding-right:10px;
}

.box .text p {
	margin-bottom:5px;
	margin-top:0px;
}

.box .text strong{
	font-size:13px;
}


#menu {
	height:30px; 
	border-bottom:1px dashed #000000;
	margin-bottom:8px;
}

#menu dl {
	float: left;
	margin: 0 9px;
}

#menu dl {
	_margin: 0 7px;
}

#menu dt {
cursor: pointer;
text-align: center;
font-size:12px;
font-weight: bold;
padding-top:5px;
padding-right:10px;
padding-bottom:6px;
}

#menu dt a {
	color:#3d3b4a;
	text-decoration:none;
	padding-bottom:10px;
}

#menu dd {
	position:absolute;
	width:150px;
	font-size:11px;
	margin-top:4px;
	margin-left:-20px;
}

#menu dd {
_margin-top:0px;
}

#menu dd ul {
	list-style:none;
}

#menu li {
	min-height:16px;
	text-align: left;
	background: #3d3b4a;
}

#menu li a {
color: #ffffff;
padding-left:5px;
text-decoration: none;
display: block;
height: 100%;

}

#menu li a:hover {
background: #d1cee1;
}

#smenu1, #smenu2, #smenu3, #smenu4, #smenu5, #smenu6 { display:none}

.bigphoto {
	border-bottom:7px solid #a09ead; 
	height:349px;
}

.portrait {
	border-bottom:7px solid #a09ead; 
	height:349px;
	margin-left:-30px;
	margin-right:-30px;
	clear:both;
	
}

.spacer {
 clear:both; 
 height:10px;
}

.familytree ul {
	list-style-type:none;
	padding:2px;
	margin:5px;;
	text-align:center;
}
.familytree ul li, .familytree ul li a {
	color:#3e3a5e;
	display:inline;
	padding-right:0px;
	padding-left:0px;
	text-decoration:none;
	margin:0px 5px 0px 5px;
}
.familytree ul li a:hover {
	text-decoration:underline;
	}
#dashed {
	border-bottom:1px dashed #000000;
	margin-left:-30px;
	margin-right:-30px;
}

	
fieldset ul li { 
  display:block;
  margin:2px;
  padding:2px;
  float: left; 
  clear: left; 
  list-style-type: none; 
  }
  
fieldset ul li label { 
  width: 120px; 
  overflow: hidden; 
  float: left; 
  display: block; 
  }
fieldset ul { 
  font-weight:bold;
  width: 100%; 
  margin: 0; 
  padding: 0; 
  display: block; 
  }
  	
	
	
	
	
/* CALENDAR DATE SELECT */ 
	
	
/* the div that holds the date picker calendar */
.dpDiv {
	}


/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	background-color: #eee;
	border: 1px solid #AAAAAA;
	}


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
  background-color:#660000;
  color:white;
	}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #ece9d8;
	}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	}


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #000;
	cursor: pointer;
	color: white;
	}


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #777;
	border: 1px solid #AAAAAA;
	color: white;
	}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	font-weight: bold;
	}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: #660000;
	font-weight: bold;
	}


/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	padding: 0px;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	}	
	
/*---END CALENDAR DATE SELECT ---*/ 
a em, a:link em, em a, em a:link {
	text-decoration:underline;

	}	
