/*------------------Main------------------*/

#container {
  margin: 0 auto;
  width: 955px;
  text-align: left;
  } 
  
body
{
text-align: center;
}

/*------------------Fonts------------------*/
.Blue{
	background: #FFFFFF; 
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #1a3967;
	top: auto;
	vertical-align:top;
	padding-left: 10px;
	padding-right: 10px;
}

.Title{
	top: auto;
	vertical-align:top;
	padding-top: -50px;
}


.Upcoming{
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #1a3967;
	top: auto;
	vertical-align:top;
	padding-left: 20px;
	padding-right:10px;
}

.Gold {
	background: #FFFFFF; 
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #1a3967;
	top: auto;
	vertical-align:top;
}


/*------------------Links------------------*/
a {
	color:#1a3967;
	text-decoration:none;
}

a:hover {
	color:#b49759;
	font-weight:bold;
	text-decoration:underline;
}

a:visited {
	color:#1a3967;
	text-decoration:none;
}

a:active {
	color:#1a3967;
	text-decoration:none;
}

.anavigation { 
	color: #ffffff;
	background-color:#1a3967;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
	padding-top: 11px;
} 

.anavigation:hover { 
	color: #ffffff;
	text-decoration:underline; 
} 

.anavigation:visited { 
	color: #ffffff;
	text-decoration:none;
}