body {
	text-align: center;
	padding: 0px;
	/*margin:  0 150px 0 150px;*/
	margin:  0 10% 0 10%;
	background-image: url("../images/lace.png");
}
#container {
	padding: 0px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
	height: 100%;
}
#container table {
	padding: 0px;
	margin: 0px;
}

#header {
	border-collapse: collapse;
	text-align: center;
	background: #F3F2E5;
	font-family: verdana;
	font-size: 14pt;
	color: #768566;
	height: 90px;
	border-bottom: 4px gray solid;
	background-image: url("../images/leaves_header.png");
	background-repeat: no-repeat;
	background-position: right;
}
#header h1 {
	padding: 20px;
	margin: 0px;
	color: #768566;
}
/* this refers to the menu background including the leaf image at the bottom */
#menu_outer {
	background: #ce540b;
	background-image: url("../images/leaves_menu.png");
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
	height: 100%;
}
#menu {
	background: url("../images/border.jpg") right repeat-y;
	padding: 20px;
}
/* this refers to the type of list on the menu */
#menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

/* this refers to the images and text of the menu buttons */
#menu li {
	background-image: url("../images/menu_button.png");
	margin: 10px;
	text-align: center;
	color: #FFFFFF; 
	font-family: verdana; 
	font-size: 10pt;
	line-height: 2.0;	
}

#menu li a{
	text-decoration: none;
	color: #FFFFFF;
	line-height: 2.0;	
}

#menu li a:hover{
	text-decoration: none;
	color: #395933;
	line-height: 2.0;	
}

/* this refers to the main content area */
#content {
	background-image: url("../images/background.png");
	/*margin-left: 190px;*/
	padding: 20px;
	padding-bottom: 50px;
	font-size: 10pt;
	color: #000000;
	font-family: verdana;
	font-size: 10pt;
}

/* paragraphs have these properties and values */
#content p {
	color: #000000;
	font-family: verdana;
	font-size: 10pt;
}

/* this header is the main header: welcome */
#content h2 {
	color: #990000; 
	font-family: verdana; 
}
#content h3 {
	color: #990000; 
	font-family: verdana; 
}

/* this header is at the top of the page */
#content h4 {
	color: #990000;
	font-family: verdana;
	font-size: 14px;
	font-weight: normal;
	margin: 3px;
	

}

/* this header is the topic of paragraph */
#content h5 {
	color: #000000;
	font-family: verdana;
	font-weight: normal;
	margin: 3px;

}
/* this horizontal bar separates sections in the main content */
#content hr { 
	height: 3px;
	width: 50%;
	color: #803000;
	background-color: #803000;
	margin-top: 25px;
	margin-bottom: 40px;
}

/* these links are in the main content */
#content a:link {
	color: #395933; 
	text-decoration: underline;
	font-family: verdana;
	font-size: 12px;
}
#content a:visited {
	color: #395933; 
	text-decoration: underline;
	font-family: verdana;
	font-size: 12px;
}
#content a:hover {
	color: #808080; 
	text-decoration: underline;
	font-family: verdana;
	font-size: 12px;
}

#content a:active {
	color: #3366ff; 
	text-decoration: underline;
	font-family: verdana;
	font-size: 12px;
}


/* this refers to the footer background and font style */
#footer {
	background: #C2C9B9;
	color: #000000; 
	text-align: center; 
	font-family: verdana; 
	font-size: 8pt;
	border-top: 4px gray solid;
	padding: 10px;
}

#footer a:link {
	color: #395933; text-decoration: underline
}
#footer a:visited {
	color: #588D4D; text-decoration: underline
}
#footer a:active {
	color: #3366ff; text-decoration: underline
}
#footer a:hover {
	color: #588D4D; text-decoration: underline
}

/* this styles font as italic  */
.italic {
	font-style: italic;
	font-family: verdana;
	font-size: 10pt;
}

/* this styles font as italic  */
.notice {
	font-style: italic;
	font-family: verdana;
	font-size: 20px;
}

/* this styles DNA results charts */
.results {
	margin: auto;
	width: 100%;
	font-family: sans-serif;
	font-size: 8pt;
	border: 1px solid #000000;
	border-collapse: collapse;
}
.results td, th {
	border: 1px solid #000000;
}
/* this colors fast mutation marker in the charts red */
td.fastmutation {
	color: red;
	font-weight: bold;
	border: 1px solid #000000;
	
}
/* this is for the image pages */
.gallery_image {
	text-align: center;
	display: block;
    margin-left: auto;
    margin-right: auto;
	margin-top: 20px;
}
.gallery_image img {
	margin-top: 25px;
}
/* all of these are for the thumbnail page */
.gallery {
	text-align: center;
}
.gallery table {
	margin-left: auto;
	margin-right: auto;
}
/* this is for the thumbnail in the gallery */
.gallery img {
	border: 0px;
	margin-top: 20px;
	text-align: center;
}
/* this is for the caption under the photos on the thumbnail page */
.gallery th {
	border: 0px;
	background-color: #CDAA7D;
	font-family: verdana;
	font-size: 8pt;
	font-weight: normal;
	padding: 3px;
	width: 179px;
}
.gallery td {
	text-align: center;
	width: 179px;
}
.gallery a:hover img {
	border: 1px solid #803000;
}

/* this is for the lists of documents */
.documents {
	font-size: 10pt;
	font-family: verdana;
}

.documents td {
	padding: 3px;
}
.list {
	list-style-type: none;
	padding: 20px;
}
/* this styles transcriptions of documents when they need to be centered*/
.transcription {
	margin-left: 20%;
}

/* this is for person layouts */
.person {
	font-size: 10pt;
	font-family: verdana;
}

.person td {
	padding: 3px;
}
/* this is for the documents page */
#contentlist table {
	color: #000000;  
	font-family: verdana; 
	font-size: 10pt;

}
#contentlist td {
	text-align: center;
	border-bottom: 1px solid black; 
	padding-bottom: 5px;
	padding-top: 5px;
	
}

#contentlist .name {
	text-align: left !important;
	
}
#contentlist th {
	border: 0px;
	padding: 5px;
	text-align: center;
}

#contentlist img {
	border-width: 0;
	text-align: center;
	width: 16px;
	height: 16px;
}
