/* This affects the outside margins. */

body {
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: small;
	background-image: url(images/background1.gif);
}

/* This is for the contents of each division */

#header, #main, #sidebar, #footer, #allcontent {
	border: 1px solid black;
	background-image: url(images/background2.gif);
	margin-bottom: 10px;
}

/* This affects the 2nd level */

#allcontent {
	background-image: url(images/background3.gif);
	width: 800px;
	padding: 20px;
	margin-right: auto;
	margin-left: auto;
}

#main {
	line-height: 130%;
	width: 586px;
	padding: 10px;
	float: right;

}

#sidebar {
	width: 176px;
	padding-top: 10px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 10px;
}

#footer {
	font-size: 75%;
	margin-top: 10px;
	clear: both;
}

hr {
	color: black;
}

h1 {
	color: #A33033;
}

h2 {
	color: #A33033;
}


h3 {
	color: #000000;
}

em {
	font-weight: bold;
}

.bold {
	font-weight: bold;
}

.smallFont {
	font-size: 85%;
	line-height: 110%;
}
.center {
	text-align: center;
}

.alignLeft {
	text-align: left;
}

.underline {
	text-decoration: underline;
}

hr {
	color: black;
}
a img {
	border: none;
}

.justify {
	text-align: justify;
}

.newUpdate {
	position: relative;
	top: 5px;
}


#seahawk {
	color: #000080;
	font-size: 130%;
	font-weight: bold;
}

#small {
	font-size: 75%;
}

.autoreply {
	border: thin solid #A33033;
	margin-right: 55px;
	margin-left: 55px;
	margin-top: 50px;
	padding: 10px;

}

#cwmr {
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
}

a:visited {
	color: blue;
}

a:hover {
	color: red;
}

#login1 {
	float: left;
	width: 325px;
	margin-right: 10px;
	margin-left: 20px;
}

#funbun1 {
	width: 175px;
	
}

#islandtext {
	float: left;
	width: 410px;
	margin-right: 30px;
}

#islandpic {
	margin-left: 30px;
}

#islandtext2 {
	clear: both;
}

#family {
	margin-top: 50px;
}

.floatright {
	float: right;
}

.floatleft {
	float: left;
}

.indent {
	text-indent: 20px
}

#famhist1 {
	border-collapse: collapse;
	padding: 0px;

}

#famhist2 {
	border-collapse: collapse;
	padding: 0px;
	width: 98%;
	margin-left: 1%;
	margin-right: 1%;
	text-align: center;
}

.oneLevel {
	margin-left: 0px;
	margin-bottom: 2px;
	list-style-type: none;
}

.twoLevel {
	margin-left: 45px;
	margin-bottom: 2px;
}

.threeLevel {
	margin-left: 75px;
	margin-bottom: 2px;
	list-style-type: circle;
}