@charset "UTF-8";
#background {
	background-color: inherit;
	border-bottom: 1px silver solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 2px 2px 2px;
	padding: 2px;
}
#main {
	border: 0;
	display: table;
	border-collapse: collapse;
	width: 100%;
}
#leftcolumn {
	width: 180px;
	min-width: 180px;
	border: 0;
	vertical-align: top;
}
nav {
	vertical-align: text-top;
	display: table-cell;
	width: 180px;
}
nav ul {
	margin: 0;
}
nav .gr {
	font-weight: bold;
	text-align: center;
	margin: 0;
}
nav .linkhead {
	font-weight: bold;
	text-align: center;
	font-size: 93%;
	margin: 0 auto 0 auto;
	padding-top: 6px;
}
nav a {
	display: block;
}
nav li {
	list-style-type: disc;
	list-style-position: outside;
	font-size: 90%;
	font-style: italic;
	margin-left: 1.5em;
	padding: 0 0 .4em 0;
}
nav li a:hover {
	color: navy;
	background-color: #EEEEEE;
}
#fb {
	border: none;
	overflow: hidden;
	width: 180px;
	height: 21px;
}
#livearea {
	display: table-cell;
	width: auto;
	background-color: white;
	border-color: gray;
	border-width: 0 1px 0 1px;
	border-style: dashed;
	padding: 0 1em 0 1em;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	vertical-align: top;
}
article {
}
article h1 {
	text-align: center;
	font-size: 138.5%;
	padding-top: 6px;
}
article li {
	padding: 0 0 .5em 0;
}
article fieldset {
	background-color: #eee;
	border: 2px groove threedface;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-top-color: threedface;
	border-right-color: threedface;
	border-bottom-color: threedface;
	border-left-color: threedface;
	display: block;
	margin-left: 2px;
	margin-right: 2px;
	padding: 0.35em 0.75em 0.625em;
	padding-top: 0.35em;
	padding-right: 0.75em;
	padding-bottom: 0.625em;
	padding-left: 0.75em;
}
article .left {
	text-align: left;
}
article .center {
	text-align: center;
}
article .right {
	text-align: right;
}
article legend {
	font-weight: bold;
	background-color: #fff;
}
#rightcolumn {
	display: table-cell;
	width: 180px;
	border: 0;
	vertical-align: top;
}
#rightcolumncontent img {
	border: 0;
}
#rightcolumncontent {
	width: 180px;
	margin: 0;
	padding-left: .75em;
}
#rightcolumncontent #grlogo {
	margin-bottom: 6px;
}
#rightcolumncontent #thebird {
	margin-top: 6px;
}
footer {
	display: block;
}
footer p {
	font-weight: bold;
	padding-top: 1em;
	text-align: center;
}

