﻿body {
	background-image: url('bgtile.png');
}
.bodyDiv {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #252525;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
.mainHeader {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	background-color: #333333;
}
.connect {
	width: 180px;
	border-top-style: groove;
	border-right-style: solid;
	border-width: 2px;
	border-color: #999999;
	text-align: center;
	border-bottom-style: solid;
	height: 1180px;
}
.connectElement {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	font-weight: bold;
}
.connectHeader {
	color: #FFFFFF;
	background-color: #006699;
	margin-bottom: 10px;
	font-weight: bold;
}
.footer {
	clear: both;
	text-align: center;
	background-color: #333333;
}
a:link {
	color: #FFFF00;
}
.mainBlurb {
	width: 590px;
	padding-left: 10px;
	padding-right: 10px;
	float: right;
	padding-bottom: 10px;
}
.orgsPanel {
	padding: 5px;
	clear: both;
	border: 2px inset #999999;
	background-color: #333333;
}
.mainOrgs {
	width: 590px;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	float: right;
}
.mainBlurbBlock {
	clear: both;
	border: 2px inset #808080;
}
.moreInfoButton {
	vertical-align: text-top;
	margin-left: 15px;
}
.headerMenuChoice {
	text-align: center;
	background-color: #222222;
	color: #FFFF00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	border: 4px outset #808080;
	font-weight: bold;
}

.headerMenuChoice:hover {
	background-color: #808080;
	border: 4px inset #808080;
}

.headerMenuAnchor {
	display: block;
	width: 100%;
	}

.headerMenuAnchor:link {
	color: #FFFF00;
	text-decoration: none;
	}
	
.headerMenuAnchor:visited {
	color: #FFFF00;
	text-decoration: none;
	}