/* CSS Document */

body {
	background-color:#fff;
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:12px;
	color:#444444;
	margin:0;
}

/* ----------------------------------------------------------------------------------------- */

#header {
	background-image:url(../images/backgrounds/menu.jpg);
	background-position:top;
	background-repeat:repeat-x;
}
#header-container {
	margin:-1 auto;
	padding:29px 0 0 0;
}
#header-icra {
        float: right;
	margin:1 auto;
	padding:29px 0 0 0;
}

#header img {
	float:left;
	margin:0 30px 0 0;
}


/* ----------------------------------------------------------------------------------------- */

#sidebar {
	float:left;
	width:220px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#777;
	line-height:20px;
	border-bottom:1px solid #eee;
}


#sidebar h1 {
	color:#CB43A5;
	font-size:16px;
	font-family:"Trebuchet MS", Arial, Verdana;
}
#sidebar ul {
	margin:0;
	padding:0;
}
#sidebar li {
	margin:0;
	padding:0;
	list-style:none;
}
#sidebar li a {	
	display:block;
	padding:5px 5px 5px 10px;
	margin:0 0 1px 0;
	background-color:#f6f6f6;
	border-right:10px solid #fff;
	color:#666;
	text-decoration:none;
	border-left:2px solid #ddd;
}
#sidebar li a:hover {
	background-color:#eee;
	color:#333;
	border-right:10px solid #eee;
}

/* ----------------------------------------------------------------------------------------- */
.content {
	margin:0 0 0 220px;  /* (top, right, bottom, left) */
	border-left:1px solid #eee;
}
.content h1 {
	font-family:Garamond, Georgia, "Times New Roman", Times, serif;
	font-size:34px;
	font-weight:normal;
	color:#000;
	letter-spacing:-1px;
	background-image:url(../images/backgrounds/h1.jpg);
	background-position:left;
	background-repeat:no-repeat;
	padding:50px 10px 10px 30px;
	border-top:2px solid #eee;
}
.content h2 {
	font-family:Garamond, Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	font-weight:normal;
	color:#000;
	letter-spacing:-1px;
	padding:15px 15px 15px 40px;
}
.content h3 {
	font-family:"Trebuchet MS", Tahoma, Verdana;
	font-size:14px;
	font-weight:normal;
	color:#008CBA;
	letter-spacing:-1px;
	padding:0px 15px 0px 40px;
	margin:0;
}
.content h4 {
	font-family:"Trebuchet MS",Garamond, Georgia, Times, serif;
	font-size:18px;
	font-weight:normal;
	color:#000;
	letter-spacing:-1px;
	background-image:url(../images/backgrounds/h1.jpg);
	background-position:left;
	background-repeat:no-repeat;
	padding:50px 10px 10px 30px;
	border-top:2px solid #eee;
}
.content p {
	padding:20px 50px 20px 50px;
	line-height:20px;
}
/* .content ul {
	margin: 10px 10px 10px 30px;
} */
.content li {
	list-style:decimal;
	/* padding:0px 5px 0px 20px;
	margin:15px 0 15px 0; */
}

.content input {
	width:300px;
	background-color:#f6f6f6;
	border:1px solid #ccc;
	/* border-right:1px solid #f9f9f9;
	border-bottom:1px solid #f9f9f9;
	border-left:1px solid #ccc; */
	font-family:"Trebuchet MS", Tahoma, Verdana;
	color:#ccc;
	padding:4px;
	margin:3px 3px 3px 50px;
}
.content input:hover {
	border:1px solid #999;
	color:#666;
}
.content input:focus {
	border:1px solid #999;
	color:#333;
}

.content textarea {
	width:300px;
	background-color:#f6f6f6;
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
	font-family:"Trebuchet MS", Tahoma, Verdana;
	color:#ccc;
	padding:4px;
	margin:3px 3px 3px 50px;
}
.content textarea:hover {
	border:1px solid #999;
	color:#666;
}
.content textarea:focus {
	border:1px solid #999;
	color:#333;
}

.content a {
        color:#0000ff;
        text-decoration:underline;
        background-color:none;
        border-bottom:none;
}
.content a:hover {
        color:#ffcc31;
        text-decoration:underline;
        background-color:none;
        border-bottom:none;
}

.content img {
	float:right;
	border:none;
	margin:10px 10px 10px 20px;
	padding:none;

}

/* ----------------------------------------------------------------------------------------- */

.fanfoldone {
       font-family: arial, serif;
       font-weight: bold;
       background-color :#FCFBF5;
           }

/* Name, Born, Location */

.fanfoldtwo {
       font-family: arial, serif;
       background-color :#DEF6FA;
           }

.fanfoldthree {
       font-family: arial, serif;
       background-color :#ffffff;
           }

/* Married, Location (Yellow) */

.fanfoldfour {
       font-family: arial, serif;
       background-color :#E0F6E9;
           }

.fanfoldfive {
       font-family: arial, serif;
       background-color :#FFFFEE;
           }

/* Died, Location (Green) */

.fanfoldsix {
       font-family: arial, serif;
       background-color :#CFF6E9;
           }

.fanfoldseven {
       font-family: arial, serif;
       background-color :#EEFFEE;
           }

/* Buried, Location (Red) */

.fanfoldeight {
       font-family: arial, serif;
       background-color :#E0E5E9;
           }

.fanfoldnine {
       font-family: arial, serif;
       background-color :#FFEEEE;
           }


/* ----------------------------------------------------------------------------------------- */

#old_link {color:#0000ff;text-decoration:underline;background-color:#ffffff;border-bottom:none;}

.old_links {color:#0000ff;text-decoration:underline;background-color:#ffffff;border-bottom:none;}
.articlemenu {
	border-top:1px solid #eee;
	margin:50px 0 0 0;
	padding:0;
	text-align:right;
}


.clear {
	clear:both;
}

#search {
        float: right;
	padding:6px 10px 8px 0;
        margin:0;
}

#printer-friendly {
        float: right;
	padding:6px 10px 8px 0;
        margin:0;
}

#not-just-links {
        float: left;
	padding:6px 10px 8px 0;
        margin:0;
}

#creative-commons {
        text-align: center;
        margin-left: auto;
        margin-right: auto;

}

.floatleft {
        float:left;
        text-align: center;
        margin-left: auto;
        margin-right: auto;

}

#counter {
        float: right;
        text-align: center;
	padding:6px 10px 8px 0;
        margin:0;
}

#container {
	width:965px;
	margin:20px;
}

#line {
        color:#777;
        border-bottom:1px solid #eee;
      }



#sidebar img {
	padding:5px;
	border:5px solid #eee;
	float:left;
	margin:10px 10px 0px 0px;
}
#description {
	width:720px;
	background-color:#FFFFFF;
	padding:20px 20px 10px 20px!important;
	padding:30px 20px 10px 20px;
	margin:-35px auto 0 auto !important;
	margin:-35px auto 50px auto;
	font-size:16px;
	color:#32C601;
	font-family:"Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
	background-image:url(../images/backgrounds/description.jpg);
	background-position:top;
	background-repeat:repeat-x;
	border:1px solid #fff;
	line-height:25px;
}
#description a {
	font-weight:bold;
	color:#21b500;
	text-decoration:none;
}

#newcontent a {
	color:#333;
	background-color:#eee;
	border-bottom:1px solid #ccc;
	padding:0 4px 0 4px;
	text-decoration:none;
        width:420px;
}
#newcontent a:hover {
	background-color:#ddd;
	border-bottom:1px solid #bbb;
	color:#000;
}

#footer {
	padding:15px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	margin:50px 0 50px 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999;
	clear:both;
}
#footer a {
	color:#666;
}
#footercontent {
	margin:0 auto 0 auto;
}

#navigation a {	
	width:265px;
	margin:20px;
        font-weight: bold;
	display:block;
	padding:5px 5px 5px 10px;
	margin:0 0 1px 0;
	background-color:#f6f6f6;
	border-right:10px solid #fff;
	color:#666;
	text-decoration:none;
	border-left:2px solid #ddd;
}
#navigation a:hover {
        font-weight: bold;
	background-color:#C1C2FF;
	color:#333;
	border-right:10px solid #eee;
}
#navigation img {
	float:right;
	border:none;
	margin:10px 10px 10px 20px;
	padding:5px;
	background-color:#fff;
	/* border:3px solid #eee;*/
}

#navigation-library a {	
	width:365px;
	margin:20px;
	display:block;
	padding:5px 5px 5px 10px;
	margin:0 0 1px 0;
	background-color:#f6f6f6;
	border-right:10px solid #fff;
	color:#666;
	text-decoration:none;
	border-left:2px solid #ddd;
}
#navigation-library a:hover {
	background-color:#C1C2FF;
	color:#333;
	border-right:10px solid #eee;
}
#navigation-library img {
	float:right;
	border:none;
	margin:10px 10px 10px 20px;
	padding:5px;
	background-color:#fff;
	border:3px solid #eee;
}
#sitemap a { 
	float:right;
	width:265px;
	margin:20px;
        font-weight: bold;
	display:block;
	padding:5px 5px 5px 10px;
	margin:0 0 1px 0;
	background-color:#f6f6f6;
	border-right:10px solid #fff;
	color:#666;
	text-decoration:none;
	border-left:2px solid #ddd;
}

#sitemap a:hover {
        font-weight: bold;
	background-color:#C1C2FF;
	color:#333;
	border-right:10px solid #eee;
}

#old a {
	color:#0000ff;
	text-decoration:none;
}
#old a:hover {
	color:#0000ff;
	text-decoration:underline;
}

#findings h3 {
	font-family:"Trebuchet MS", Tahoma, Verdana;
	font-size:16px;
	font-weight:normal;
	color:#000;
	letter-spacing:-1px;
	padding:0px 0px 0px 0px;
	margin:0;
}

#findings-printer-friendly {
        float: right;
	font-size:10px;
	padding:6px 10px 8px 0;
	border:1px, 1px, 1px, 1px, solid #eee;
	text-align:right;

}

#migration img {
        float: right;
        margin: 200px;
}
