#events_sidebar {
	float: left;
	width: 170px;
	color: #050845;
	padding: 5px 5px 5px 5px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
#events_sidebar h5 {
	margin: 15px 0px 5px 0px;
	color: #050845;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: center;
}
#events_sidebar a:link, events_sidebar a:visited {
	color: #050845;
	text-decoration: none;
}
#events_content {
	float: right;
	width: 480px;
	padding: 15px;
	margin: 0px 0px 5px 0px;
	background-color: #EFF7FF;
	color: black;
	border-left: 1px solid #b9d2e3;
}
#events	{
	width: 100%;
}
#events h3	{
	margin: 5px 0px 5px 0px;
	color: #0107FF;
	font-family: "Times New Roman";
	font-style: normal;
	text-decoration: underline;
	font-weight: 600;
	text-align: center;
}
#events tbody tr td {
	font-family: "lucida grande", verdana, sans-serif;
	font-size: 8pt;
	padding: 5px;
	border-left: 1px solid #D9D9D9;
	text-align: left;
}
#tournaments	{
	width: 100%;
}
#tournaments h3	{
	color: #0107FF;
	font-family: "Times New Roman"; 
	font-style: normal;
	text-decoration: underline;
	font-weight: 600;
	text-align: center;
}
#zone	{
	position: relative;
	float: left;
	border: 1px solid #D9D9D9;
	width: 48%;
}
#zone table	{
	width: 100%;
}
#zonehead	{
	background-color: #1E19FF;
	color: #ffffff;
	font-family: "Times New Roman";
	font-size: 10pt;
	font-weight: 600;
	padding: 3px;
	text-align: center;
	border: 1px solid #D9D9D9;
}
#zonecontent th {
	background-color: #edf3fe;
	color: #000000;
	font-family: "lucida grande", verdana, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #D9D9D9;
	border-top: 1px solid #D9D9D9;
}
#zonecontent tbody tr td {
	font-family: "lucida grande", verdana, sans-serif;
	font-size: 8pt;
	padding: 5px;
	border-left: 1px solid #D9D9D9;
	text-align: left;
}
#prov	{
	position: relative;
	float: right;
	border: 1px solid #D9D9D9;
	width: 48%;
}
.boxheader	{
	background-color: #1E19FF;
	color: #ffffff;
	font-family: "Arial";
	font-size: 10pt;
	font-weight: 600;
	padding: 3px;
	text-align: center;
	border: 1px solid #D9D9D9;
}
#prov table	{
	width: 100%;
}
#provcontent th {
	background-color: #edf3fe;
	color: #000000;
	font-family: "lucida grande", verdana, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #D9D9D9;
	border-top: 1px solid #D9D9D9;
}
#provcontent tbody tr td {
	font-family: "lucida grande", verdana, sans-serif;
	font-size: 8pt;
	padding: 5px;
	border-left: 1px solid #D9D9D9;
	text-align: left;
}
#nat	{
	position: relative;
	float: right;
	border: 1px solid #D9D9D9;
	width: 48%;
}
#nat table	{
	width: 100%;
}
#natcontent th {
	background-color: #edf3fe;
	color: #000000;
	font-family: "lucida grande", verdana, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #D9D9D9;
	border-top: 1px solid #D9D9D9;
}
#natcontent tbody tr td {
	font-family: "lucida grande", verdana, sans-serif;
	font-size: 8pt;
	padding: 5px;
	border-left: 1px solid #D9D9D9;
	text-align: left;
}
.trnInfoContainer {
	border: 1px solid #000000;
	margin: 0px 0px 20px 0px;
}
.trnEntryContent   {
    padding: 3px;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: 500;
}
a:link {color: #050845}     /* unvisited link */
a:visited {color: #050845}  /* visited link */
a:hover {color: #C00000}   /* mouse over link */
a:active {color: #050845}   /* selected link */