a, h1, h2 {
	color: #06324b;
}

.attribution {
	text-align: right;
}

body {
	background: url("images/gradient2_sea.jpg");
	background-repeat: repeat-both;
	font-family: "Arial", sans-serif;
	color: #000033;
	font-size: 11pt;
	line-height: 1.3
}

.center {
	text-align: center;
}

#content {
	background: url("images/gradient1_sea.jpg");
	background-repeat: repeat-both;
	width: 928px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}

#donate	{
	background: #6899aa;
	text-align: center;
}

#donate a { 
	color: #D7C52D;
	font-family: "Helvetica", "Arial", sans-serif;
	text-decoration: none;
}

#donate a:hover {
	color: white;
}


#donate li {
	position: relative;
	margin-left: 0px;
	background: #000033;
	font-weight: bold;
	padding: 3px 6px 3px 6px;
}

#donate ul {
	width: 200px;
	list-style-type: none;
	padding: 0px;	
	border-top: 1px solid #333333;
	z-index: 2;
}

h1	{
	font-size: 14pt;
	font-family: "Skia", "Arial", sans-serif;
}

h2	{
	font-size: 12pt;
	font-family: "Arial", sans-serif;
}

h3	{
	font-size: 11pt;
	font-family: "Arial", sans-serif;
}

#header {
	padding: 0px;
	line-height: 0px;
}

hr {
	color: #032f48;
}

.indent	{
	margin-left: 20px
}

#left_sidebar {
	float: left;
	width: 200px;
	margin-right: 25px;
	margin-left: 5px;
}


#main	{
	padding: 25px;
	width: 600px;
	margin-left: 225px;
}

#main img, #left_sidebar img {
	border: 2px solid #ffffff;
}

#navigation {
	font-family: "Helvetica", "Arial", sans-serif;
}

#navigation a {
	text-decoration: none;
	color: #000033;
}

#navigation a:hover {
	color: white;
}

#navigation li {
	position: relative;
	margin-left: 0px;
	background: #6899aa;
	font-weight: bold;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	padding: 3px 6px 3px 6px;
}

#navigation li:hover > ul {
	visibility: visible;
	left: 198px;
	top: 0px;
}

#navigation ul {
	width: 200px;
	list-style-type: none;
	padding: 0px;	
	border-top: 1px solid #333333;
	z-index: 2;
}

#navigation ul ul {
	visibility: hidden;
	position: absolute;
}

.spacer {
	clear: both;
}

.testimonial {
	margin-left: 8px;
	margin-right: 8px;
	font-style: italic;
	line-height: 1.3;
}



