
/* BEGIN COMMON CSS */
body						{
							margin:					0;
							padding:				0;
							background: 			#000;
							color: 					#000;
							font-family: 			Verdana, arial, sans-serif;
							font-size: 				10pt;
							line-height: 			13pt;
							}
html 						{
							min-height: 			100%;
							margin-bottom: 			1px;
							}
a							{color: 				#fef102;}
.blue-link 					{color:					blue;}
.red-link					{color:					red;}
.green-link					{color:					green;}
.black-link					{color:					black;}
.yellow-link				{color:					#fff200;}	
#maincontainer				{
							position: 				relative;
							height: 				auto;
							width: 					980px; /*Width of main container*/
							margin: 				0 auto; /*Center container on page*/
							border-width: 			0 3px 0px 3px;
							border-style: 			solid;
							border-color: 			#ed228f;
							background: 			#fafafa;
							}
#header						{
							position:				relative;
							width: 					980px;
							height: 				450px;
							}
#header	img					{border-width: 			0;}
#all-updates				{
							position:				relative;
							padding:				0px 0px 0px 33px;
							font-size:				75%;
							}
.join-now					{
							position:				relative;
							height:					80px;
							width:					980px;
							font-size:				24pt;
							line-height:			80px;
							text-align:				center;
							color:					blue;
							}

.join-now a:link			{text-decoration:		underline;}
.join-now a:visited			{text-decoration:		underline;}
.join-now a:hover			{text-decoration: 		underline;}
.join-now a:active			{text-decoration: 		underline;}

#footer						{
							clear: 					left;
							width: 					100%;
							color: 					#ed228f;
							border-width: 			1px 0 0 0;
							border-style: 			solid;
							border-color: 			#ed228f;
							background: 			#e6e6e6;						
							margin-top:				0;
							}
#disclaimer					{font-size: 			8pt;}
#disclaimer a 				{font-size: 			8pt;}
/* END COMMON CSS */
/* BEGIN NAVBAR */
.navbar						{
							position:				relative;
							height:					31px;
							width:					980px;
							font-weight:			bold;
							line-height:			31px;
							text-align:				center;
							border-top:				1px solid black;
							}
.navbar a:link				{text-decoration:		none;}
.navbar a:visited			{text-decoration:		none;}
.navbar a:hover				{text-decoration: 		underline;}
.navbar a:active			{text-decoration: 		none;}
.nav-1,
.nav-2,
.nav-3,
.nav-4,
.nav-5						{
							position:				absolute;
							width:					20%;
							}
.nav-1						{left:					0;}
.nav-2						{left:					196px;}
.nav-3						{left:					392px;}
.nav-4						{left:					588px;}
.nav-5						{left:					784px;}
.hor-dash					{
							height:					14px;
							width:					1px;
							position:				absolute;
							top:					10px;
							background:				black;
							}
.hor-dash-1					{left:					200px;}
.hor-dash-2					{left:					396px;}
.hor-dash-3					{left:					582px;}
.hor-dash-4					{left:					789px;}
/* END NAVBAR */
body {
background-color:#CF23C3;
color:#000000;
}
#disclaimer					{color: 				#000000;}
#footer a 					{color: 				#000000;}

