/* CSS Document */

/* Family Reunion */

body {
	text-align: center;
	margin: 0;
	background: #f2eecb;
	}
	
h1 {
	font: 26px verdana, sans-serif;
	color: #d44944;
	}

h2 {
	font: 16px verdana, sans-serif;
	color: #B4663C;
	border-bottom: 1px solid #B4663C;
	padding-top: 15px;
	} 

h3 {
	font: 15px verdana, sans-serif;
	color: #664D33;
	padding-top: 15px;
	} 

p 	{
	font: 12px verdana, sans serif;
	line-height: 150%;
	color: #333333;
	}

blockquote {
	margin-left:25px;
	font: 12px verdana, sans serif;
	line-height: 150%;
	color: #333333;
	border-left: 1px solid #ccebfd;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	}

a:link {
	color:#218E91;
	text-decoration:underline;
	}

a:visited {
	color:#186568;
	text-decoration:underline;
	}

a:hover {
	color:#218E91;
	text-decoration:none;
	}

a:active {
	color:#218E91;
	text-decoration:underline;
	}

.wrap {
	margin: auto;
	width: 800px;
	text-align: left;
	border:4px solid #d44944;
	background: white;
	}
	
.content {
	padding: 30px;
	}

.masthead {
	background: white url("banner.gif") no-repeat top left;
	background-color: white;
	width: 100%;
	height: 200px;
	border-top: 4px solid #ccebfd;
	}

.hotlinks {
	float: right;
	width: 230px;
	font: 12px verdana, sans-serif;
	font-weight: normal;
	border: #d44944 2px solid;
	background: #f2eecb;
	margin-left: 20px;
	}

.hotlinks ul {
	display: block;
	list-style: none;
	margin-left:0;
	padding-left:0;
	}

.hotlinks li {
	padding:10px;
	text-align: center;
	}

.hotlinks h1 {
	font: 16px verdana, sans-serif;
	color: #3CB4A2;
	text-align: center;
	padding-top: 10px;
	font-weight: bold;
	}

.footer {
	background: #ccebfd;
	width: 100%;
	clear: both;
	padding: 10px;
	font: 11px verdana, sans-serif;
	text-align: center;
	color: #663300;
	}

.footer a:link {
	text-decoration: underline;
	color: #663300;
	}

.footer a:active {
	text-decoration: underline;
	color: #663300;
	}

.footer a:visited {
	text-decoration: none;
	border-bottom: 1px dashed #663300 ;
	color: #663300;
	}

.footer a:hover {
	text-decoration: none;
	color: #663300;
	}