<style type="text/css">

	.blank {
	}
	html, body {
		margin:0px;
		padding:0px;
		background-color:#484848;
		font-family:tahoma, verdana, san-serif;
		text-align:center;
		height:auto;
	}

	body {
		overflow-y: scroll;
		overflow-x: auto;
	}
	 
	form {
		padding: 0px 0px 0px 0px;
		margin: 20px 0px 20px 0px;
		clear:both;
	}

	label {
		font-weight:bold;
	}

	input, select, option {
		font-family:tahoma, verdana, san-serif;
		font-size:1.1em;
	}

	/* begin IE - Firefox 100% height hack */
	#container {
		margin: 0px auto;
		background-color: white;
		border-left: 1px solid black;
		border-right: 1px solid black;
		width: 768px;
		text-align: left;
		height:100%
	}

	#main {
		margin: 0px auto;
		background-color: white;
		width: 768px;
		text-align: left;
	}
	/* end IE - Firefox 100% height hack */

	#logo {
		margin: 40px 0px 0px 40px;
		float: left;
		border:0px;
	}

	#pos {
		margin: 60px 60px 0px 0px;
		float: right;
	}

	#navbar {
		clear:both;
		float: left;
		/* border-right: 1px solid #9f9f9f; */
		/* height: 315px; */
		width: 194px;
		text-align: right;
		margin: 0px 0px 0px 20px;
		padding: 0px 0px 0px 20px;
	}

	#navbar ul {
		list-style-type: none;
		list-style-position: outside;
		margin:0px;
		padding:0px;
		text-align:right;
	}

	#navbar li {
		font-size:.75em;
	}

	#navbar a {
		display:block;
		width:183px;
		color:#2f6fc9;
		padding:6px;
	}

	#navbar a:hover {
		background-color:#9f9f9f;
		color:#000000;
		text-decoration:none;
	}

	#content {
		font-size: .75em;
		letter-spacing: .05em;
		line-height: 2em;
		border-left: 1px solid #9f9f9f;
		float: left;
		width: 450px;
		padding: 0px 10px;
		color: #5c5c5c;
		margin-bottom: 60px;
	}

	#stations {
		margin: 0px 0px 0px 0px;
		border: 0px;
		font-size: .9em;
		text-align: left;
	}

	#stations th {
		font-weight:bold;
		color:#666666;
		padding: 1px 3px 1px 3px;
	}

	#stations td {
		font-family: arial narrow, helvetica, geneva, san-serif;
		text-align: left;
		vertical-align: middle;
		background-color: #F1F6FB;
		padding: 1px 3px 1px 3px;
		white-space: nowrap;
		border-bottom: 1px solid white;
		margin-bottom: 1px;
	}

	#stations td a {
		font-family:tahoma;
		text-align: center;
		vertical-align: middle;
		background-color: #2f6fc9;
		font-size: .8em;
		font-weight: bold;
		text-transform: uppercase;
		color: #FFFFFF;
		border-top: 2px solid #6f9cda;
		border-left: 2px solid #6f9cda;
		border-bottom: 2px solid #142f54;
		border-right: 2px solid #142f54;
		padding: 1px 5px 1px 5px;
		float: right;
		text-decoration: none;
	}

	#stations td a:hover {
		background-color: #3eba45;
		border-top: 2px solid #95dc99;
		border-left: 2px solid #95dc99;
		border-bottom: 2px solid #297b2e;
		border-right: 2px solid #297b2e;
	}

	#hdradio {
		text-align: center;
		margin: 20px 0px 0px 20px;
	}

	#player {
		text-align: center;
		background-color:#FFFFFF;
		margin: 0px 0px 20px 35px;
	}

	#footer {
		clear: both;
		font-size: .55em;
		color: #9f9f9f;
		text-align: center;
		border-top: 1px solid #9f9f9f;
		margin: 0px 60px 0px 60px;
		padding:20px 0px 20px 0px;
		letter-spacing: .15em;
		line-height: 1.8em;
	}

	#footer a {
		color:#6296de;
	}

	.headline {
		color:#2f6fc9;
		font-size:1.3em;
		letter-spacing:0em;
		margin-bottom:0px;
		margin-top:0px;
		padding-top:0px;
		clear:both;
	}

	.tagline {
		color:#2f6fc9;
		font-size:1.3em;
		letter-spacing:0em;
		margin-bottom:0px;
		margin-top:0px;
		padding-top:20px;
		clear:both;
	}

	.indent {
		padding: 0px;
		margin: 0px 0px 0px 40px;
	}

	.subhed {
		font-weight: bold;
		clear: both;
	}

	.small {
		font-size: .9em;
		line-height: 1.3em;
	}
	
	.note {
		font-size: .75em;
		line-height: 1em;
		color:#888888;
	}

	.leftcol {
		float:left;
		text-align:right;
		width:200px;
		padding:2px;
		clear:both;
	}

	.rightcol {
		float:left;
		text-align:right;
		width:auto;
		padding:2px;
	}

	.subbtn	{
		width:100%;
		clear:both;
		text-align:center;
		padding-top:20px;
	}

	.optin {
		font-size: .9em;
		line-height: 1.3em;
		padding-top:20px;
		clear:both;
		width:100%;
		text-align:center;
	}

	.prodlist {
		font-weight:bold;
		margin:5px;
		padding:0px;
		line-height:1em;
	}

	.prodimg {
		float: left;
		margin: 10px 10px 0px 10px;
	}
</style>