﻿
#topNavLinks
{
	position: relative;
	left: 0px;
	width: 950px;
	height: 50px;
	text-align: left;
	margin-top: 5px;
}

a.topNavLinks
{
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #0000FF;
}

a.topNavLinks:link
{
	text-decoration: underline;
	font-weight: bold;
	color: #0000FF;
}

a.topNavLinks:visited
{
	text-decoration: underline;
	font-weight: bold;
	color: #0000FF;
}

a.topNavLinks:hover
{
	color: #C1272D;
	font-weight: bold;
	text-decoration: none;
}

a.topNavLinks:active
{
	text-decoration: underline;
	font-weight: bold;
	color: #0000FF;
}

.topNavGeneralLinksContainer
{
	position: absolute;
	width: 500px;
	/*height: 20px;*/
	top: 10px;
	left: 0px; /*20px;*/
	text-align: center;
}

.JoinLinkContainer
{
	position: absolute;
	width: 475px; /*280px;*/
	/*height: 25px;*/
	top: 0px;
	left: 530px; /*685px;*/
	text-align: center;
}

.DonateLinkContainer
{
	position: absolute;
	width: 280px;
	height: 18px;
	top: 28px;
	left: 685px;
	text-align: center;
}

a.topNavJoinLinks
{
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #0000FF;
}

a.topNavJoinLinks:link
{
	text-decoration: underline;
	font-weight: bold;
	color: #0000FF;
}

a.topNavJoinLinks:visited
{
	text-decoration: underline;
	font-weight: bold;
	color: #0000FF;
}

a.topNavJoinLinks:hover
{
	color: #C1272D;
	font-weight: bold;
	text-decoration: none;
}

a.topNavJoinLinks:active
{
	text-decoration: underline;
	font-weight: bold;
	color: #0000FF;
}

