/* CSS Document */

#divHeaderImg {
	width: 680px;
	height: 65px;
}
#divNav {
	width: 680px;
	background-color: #666666;
	height: 24px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}

#divNav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#divNav li a:hover {
	background-color: #66CCFF;
	color: #FFFFFF;
}
#divNav li {
	display: inline;
	font-size: 10.5px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
#divNav li a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 6px;
	float: left;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
}
body.Home #aHome,
body.Journalism #aJournalism,
body.Galleries #aGalleries,
body.Sports #aSports,
body.Stock #aStock,
body.Commercial #aCommercial,
body.Contact #aContact {
	background-color:#6699CC;
	color: #333333;
}
UL.thumbs LI {
      width: 200px;
      height: 230px;
}
UL.thumbs LI TABLE TD.slide {
      width: 200px;
      height: 230px;
}
