body {
	background-color: #364366;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#container {
	width: 740px;
	background-image:url(images/bground.png);
	background-repeat:repeat-y;
	margin: 0 auto;
}
#topBar {
	height: 65px;
	width: 740px;
	background-image:url(images/top_banner.png);
	background-repeat:no-repeat;
}
#imageBar {
	text-align: center;
	height: 140px;
	width: 740px;
	background-image:url(images/image_bar.jpg);
	background-repeat:no-repeat;
}
#bottomBar {
	height: 106px;
	width: 740px;
	background-image:url(images/bottom_bar.png);
	background-repeat:no-repeat;
	font-size: 70%;
	vertical-align:bottom;
}
#bottomBar p {
	padding-top:75px;
	font-size: 100%;
}
#bottomBar a:link a:visited {
	color:#5a6fa8;
}
#bottomBar a:hover {
	text-decoration:underline;
	color:#5a6fa8;
}
#bottomBar a {
	color:#5a6fa8;
}

/* content	*/

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	line-height: 150%;
}
#bodytext {
	padding-left:200px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	/*float: right;*/
	text-align: left;
	height: auto;
}
h1 {
	font-size:120%;
	color: #364366;
}
h2 {
	font-size:110%;
	color: #364366;
}
h3 {
	font-size:100%;
	color: #364366;
}
h4 {
	font-size:110%;
	color: #364366;
	padding-bottom: 3px;
}
table {
	font-size: 80%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	float: right;
}
th {
	background-color: #364366;
	color: #FFFFFF;
	text-align:center;
}
tr {
/*border-bottom: #bec9e5 solid 1px;*/
	}
td {
	line-height: 150%;
}
#bodytext li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	line-height: 150%;
	border-bottom: #ccc dotted 1px;
	margin-bottom: 15px;
	padding-bottom: 20px;
	padding-left: 55px;
	background: url(images/fish_bullet.gif) left top no-repeat
}
#bodytext ul {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-right: 0px;
}
/* nav	*/		
	
.download {
	border: solid 1px #CCCCCC;
	padding: 20px;
	width: 450px;
	text-align: center;
	font-size: 80%;
	font-weight:bold;
	line-height: 150%;
}
#nav {
	margin-left: 0px;
	width: 186px;
	margin-bottom: 0em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: relative;
	font-size: 80%;
	padding-top: 36px;
	float: left;
	text-align:left;
	padding-left: 0px;/*	left: 54px;
	top: 236px;*/
}
#nav ul {
	list-style: none;
	border: none;
	padding-left: 0px;
	margin-left: 20px;
}
#nav li {
	padding-top: 0px;
}
#nav li a {
	padding-left: 3px;
	padding-top: 5px;
	display: block;
	border-top: 1px solid #dde2f1;
	border-left: 1px solid #dde2f1;
	border-right: 1px solid #7e8aa9;
	border-bottom: 1px solid #7e8aa9;
	color:#364366;
	text-decoration: none;
	width: 100%;
	background-color: #bec9e5;
}
body #nav li a {
	width: auto;
	height: 20px;
}
#nav li a:hover {
	border-top: 1px solid #7e8aa9;
	border-left: 1px solid #7e8aa9;
	border-right: 1px solid #dde2f1;
	border-bottom: 1px solid #dde2f1;
	color: #FFF;
	background-color: #364366;
}
/* ticker	*/

#tickerTop {
	background-image:url(images/ticker_top.gif);
	height: 7px;
	background-repeat:no-repeat;
}
#ticker {
	background-image:url(images/ticker_bground.gif);
	background-repeat:repeat-y;
	height:auto;
	position: relative;
	float: right;
	width: 206px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #FFF;
	margin: 10px;
}
#ticker p {
	padding: 8px;
}
#tickerBottom {
	background-image:url(images/ticker_bottom.gif);
	background-repeat:no-repeat;
	height: 7px;
}
.larger {
	font-size: 150%;
}
a {
	color: #3366CC;
	text-decoration: none;
}
a:hover {
	color:#00CC33;
	text-decoration:underline;
}
a:visited {
	color:#666666;
}
/* TDSBrian - paging Digg.com style */ 
#pagination-digg li {
	border:0;
	margin:0;
	padding:0;
	font-size:11px;
	display:inline;
	list-style:none;
	margin-right:2px;
	margin-left:2px;
}
#pagination-digg a {
border:solid 1px #9aafe5; margin-right:2px;
}
#pagination-digg .previous-off, #pagination-digg .next-off {
border:solid 1px #DEDEDE; color:#888888; display:block;
	float:left;
	display:inline;
	font-weight:bold;
	margin-right:2px;
	padding:3px 4px;
}
#pagination-digg .next a, #pagination-digg .previous a {
/*font-weight:bold;*/
}
#pagination-digg .active {
	background:#364366;
	color:#FFFFFF;
	font-weight:normal;
	display:block;
	float:left;
	padding:3px 5px;
}
#pagination-digg a:link, #pagination-digg a:visited {
 color:#364366 display:block;
	float:left;
	padding:3px 6px;
	text-decoration:none;
}
#pagination-digg a:hover {
	color:#0000EE;
	border:solid 1px #364366;
	padding:2px 5px;
}
.clearall {
	clear: both;
}
.floatRight {
	float: right;
	padding: 10px;
}
/** zebra table rules **/ 
#playlist {
	border: 1px solid #5e6985;
}
#playlist tbody tr td {
	font-family: "lucida grande", verdana, sans-serif;
	font-size: 80%;
	padding: 3px 8px;/*	border-left: 1px solid #D9D9D9;*/
}
#playlist td {
	background-color: #edf3fe;
	color: #000;
	font-weight: normal;/*	border-left: 1px solid #7DAAEA;
		border-bottom: 1px solid #7DAAEA;*/
}
.selected {
	background-color:#336699;
}
.tds {
	font-variant:small-caps;
	color:#5a6fa8;
	text-align:center;
}
.tds a {
	color:#5a6fa8;
}
.tda a:hover {
	text-decoration:underline;
}
.report-author {font-weight:bold; font-style:italic;}