BODY {
	background-attachment: fixed;
	background-color: #6d77f6;
	background-image: url(images/bluegradient.png);
	background-repeat: repeat-x; 
	text-align: center;
}

#navpanel {
	height: 75px;
	width: 650px;
	text-align: left;
	background-color: #262990;
	background-image: url(images/subud.jpg);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-top: 0px;
	border: solid black;
	border-width: 1px;
	border-bottom-width: 0px;

}

#bodypanel {
	text-align: left;
	width: 650px;
	background-color: white;
	padding: 5px;
	border: solid black;
	border-width: 1px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 5px;
}

#navtable {
	margin-left: 80px;
	height: 75px;
	color: white;
}

#navheader {
	font-family: sans-serif;
	font-weight: bold;
	font-size: 200%;
	text-align: left;
}

#header {
	font-weight: bold;
	font-size: 125%;
	text-align: left;
	color: #262990;
}

#subheader {
	font-weight: bold;
	font-size: 75%;
	text-align: left;
	color: #262990;
}

#contactcategory {
	font-weight: bold;
	font-size: 125%;
	text-align: left;
	color: #262990;
}

#contact {
	font-weight: bold;
	font-size: 100%;
	text-align: left;
	background-color: #262990;
	width: 33%;
	color: white;
}

#contactinfo {
	font-size: 75%;
	text-align: left;
	vertical-align: top;
	padding-bottom: 1em;
}

A:link.nav, A:visited.nav {
	color: white;
	text-decoration: none;
	font-weight: bold;
}

A:link {
	color: #262990;
}

A:visited {
	color: #9B9DFD;
}

IMG {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
