/* CSS Document */

body{ 
	margin:0px;
	padding:0px;
	background-image:url('./images/bgimage.png');
	background-repeat: repeat-x;
	background-attachment:fixed;
	background-color:D0D0D0;  
}

h1 {
	font-size:12px;
	color: white;
	line-height:1;
	margin-top: -3px;
}
a:link{
	color:white;
	text-decoration:none;
}
a.nav:link { 
	color: black; 
	text-decoration:underline; 
}

a:visited {
 	color:#EAEAEA; 
	text-decoration:none;
/*	font-style:italic; */
font-style: normal;
}

a.nav:visited {
/*	color:#CC0000; */
color: black; 
	text-decoration:underline;
font-style: normal; 
}

a:hover {
	color:#610012;
	text-decoration:none;
}
a.nav:hover {
	color:#CC0000;
	text-decoration:underline;
}
.header, .header TD, .header TH
{
	position:absolute;
	width:100%;
	clear:both;
	padding:0px;
	top:80px;
	height:27px;
	background-image:url('./images/spacer.gif'); 
	repeat-y: no;
	background-color:white;
	z-index:1;  
}
#top{
	height:80px;
	position:absolute;
	left:0;
	top:0;
}

#nws img{
	margin-top:0px;
	width:211px;
	height:80px;
}


div#content {
	margin-top:50px;
	padding: 0px 143px 5px 143px;
	margin-left:50px;
	margin-right:50px;
}

div#rightBar
{
	float:right;
	margin-top:23px;
	height: 200px;
	width:133px;
	border-bottom: 1px solid #3E3E35;
	border-left: 1px solid #3E3E35;
	background-position:right;
	background-repeat:repeat-y;
	background-color:#CCCCCC;
}

div#leftBar
{
	float: left;
	position:absolute;
	top:82px;
	margin-top:25px;
	width:153px;
	background-repeat:repeat-y;
	background-color:#999999; 
	border-bottom: 1px solid #3E3E35;
	border-right: 1px solid #3E3E35;

}

div#leftBarContent
{
	list-style: disc inside;
	color: white;
	margin: 5 5 5 5;
	font-variant:small-caps;
	font-weight:bold;
}


div#footer {
	clear:both;
	font-family:Arial;
	font-size:10;
	text-align:center;
}

.images{
	padding:0px;
}
#thumbs TD {


}
div#thumbs{
	height:56px;
	width:75px;
	padding:2px;
}
