a
{
	color: yellow;
}
a:visited
{
	color: white;
}

a.greenlink:link {color: #00ff00; font-weight: bold; }
a.greenlink:visited {color: #00ff00; font-weight: bold; }
a.greenlink:hover {color: #008000; font-weight: bold; }
a.greenlink:active {color: #ffff00; font-weight: bold; }

#brotherLogo img, #topNav img /* Used to stop image borders from appearing up top (blame blog) */
{
	border: none;
	text-decoration: none;
}

body
{
	font-family: sans-serif;
	font-size: 14px;
	margin-top: 0px;
	margin-left: 40px;
	margin-right: 40px;
	background-color: #373737;
	color: white;
}
table
{
	font-size: small;
}
.hdr
{
	font-family: sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: white;
}

#middleWrapper
{
	border: solid black 1px;
	width: 99.8%;
	background-color: #CCC;
}
#eventBlock ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}
#eventBlock li
{
	margin-top: 10px;
	margin-bottom: 10px;
}
#affiliateList
{
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
#affiliateList li
{
	margin: 10px auto;
}
#affiliateList img
{
	display: inline;
}
#pureFooter p
{
	text-align: center;
	font-size: small;
}
#pageFooter
{
	text-align: center;
	font-size: x-small;
}
#linkSubTable ul
{
	list-style: none;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
#linkSubTable li
{
	margin: 10px auto;
}
