/* CSS Document */

/* Universal local information styles */

#localdiv {
		width: 727px;
		padding: 10px;

		background-color: #eeeeee;
		border: 1px solid #4c1978;
}

/* Tab link style */
a:link.tablinks {
					font-size: 12px;
					text-align: center;
					color: #ffffff;
					text-decoration: none;
					background-color: #2F104B;
					font-weight: bold;
					font-family: Arial, Helvetica, sans-serif;
					padding: 5px;
					}

a:active.tablinks {
					font-size: 12px;
					text-align: center;
					color: #ffffff;
					text-decoration: none;
					background-color: #2F104B;
					font-weight: bold;
					font-family: Arial, Helvetica, sans-serif;
					padding: 5px;
					}

a:visited.tablinks {
					font-size: 12px;
					text-align: center;
					color: #ffffff;
					text-decoration: none;
					background-color: #2F104B;
					font-weight: bold;
					font-family: Arial, Helvetica, sans-serif;
					padding: 5px;
					}

a:hover.tablinks {
					font-size: 12px;
					text-align: center;
					color: #ffffff;
					text-decoration: none;
					background-color: #4c1978;
					font-weight: bold;
					font-family: Arial, Helvetica, sans-serif;
					padding: 5px;
					}

.tabselected {
					font-size: 12px;
					text-align: center;
					color: 2f104b;
					text-decoration: none;
					background-color: #eeeeee;
					font-weight: bold;
					font-family: Arial, Helvetica, sans-serif;
					padding: 4px;
					border: 1px solid #2f104b;
					border-bottom: 1px solid #eeeeee;
}

<!-- These are the styles for the weather page only -->

.mapdiv {
		display: block;
		width: 353px;
		height: 424px;
		border: 2px solid #cccccc;
		background-color: #cccccc;
		text-align: center;
}

.mapdiv p {
		text-align: left;
		font-size: 10px;
		margin-left: 5px;
		margin-right: 5px;
		margin-top: 0px;
		margin-bottom: 5px;
}

.mapdiv h2 {
		display: block;
		margin-left: 5px;
		margin-right: 5px;
		margin-bottom: 5px;
		margin-top: 5px;
		font-size: 10px;
		font-weight: bold;
		color: #ffffff;
		background-color: #2f104b;
		padding: 2px;
		text-align: left;
}

.maptitle {
		display: block;
		font-weight: bold;
		padding: 5px;
		font-size: 12px;
}

#threeday p {
		margin-top: 5px;
		margin-bottom: 5px;
}

<!-- These are the styles for the sport page only -->

.capleft {
		float: left;
		clear: left;
		display: block;
		background-color: #2f104b;
		color: #ffffff;
		font-size: 10px;
		font-weight: bold;
		text-align: center;
		padding-top: 2px;
		padding-bottom: 2px;
}

.capright {
		float: right;
		clear: right;
		display: block;
		background-color: #2f104b;
		color: #ffffff;
		font-size: 10px;
		font-weight: bold;
		text-align: center;
		padding-top: 2px;
		padding-bottom: 2px;
}






















