/* CSS Document */

body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #43827E;
}

table {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#40224F;
}

#wrapper {
	width:100%;
	padding:20px 0 20px 0;
}

#content {
	width:800px;
	margin:0 auto 0 auto;
	vertical-align:top;
}
#contentbox {
	width:500px;
	text-align:left;
	font-size:14px;
	margin:10px 0 10px 0;
	padding:0 10px 0 10px;
	color:#40224F;
	vertical-align:top;
}

.quote {
	width:100%;
	margin:10px 0 0 0;
	padding:0;
}

.contenttext {
	margin:0 0 10px 10px;
	background:inherit;
}

.contenttext a:link {
	color: #990000;
	text-decoration:underline;
}

.contenttext a:visited {
	color: #990000;
	text-decoration:underline;
}

.contenttext a:hover {
	color: #339999;
	text-decoration:underline;
}

#contentbox ul {
	margin-left:10px;
	background:inherit;
}

#contentbox ul li {
	margin-left:10px;
	background:inherit;
}

.contenttextblack {
	color:#000000;
	}

div.navigation {
	text-align:center;
	vertical-align:middle;
	width:100%;
	height:100%;
	font-size:14px;
	text-decoration:none;
	color:#990000;
	background-color:#EBDFD9;
	margin:0;
	padding:3px;
}

div.navigation a:link {
	text-decoration:none;
	color:#990000;
	vertical-align:middle;
	width:100%;
	height:100%;
}

div.navigation a:visited {
	text-decoration:none;
	color:#990000;
	vertical-align:middle;
	width:100%;
	height:100%;
}

div.navigation a:hover {
	background-color:#EBDFD9;
	text-decoration:none;
	color:#339999;
	vertical-align:middle;
	width:100%;
	height:100%;
}

.photoright {
	text-align:left;
	border:1px #40224F solid;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	font-weight:bold;
	margin:12px 10px 0 10px;
	background:inherit;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	margin: 6px 10px 10px 10px;
	background:inherit;
}