body {
	margin: 0 0 0 0;
	padding: 0;
	font-size: 14px;
	font-family: "Comic Sans MS", sans-serif;
	background-color: #000000;
}

#mainTable {
	margin: 0 auto;
	border: 1px solid #000;
	background-color: #999;
	width: 700px;
	/*/*/line-height: 1.5em; /* */
}
#mainTable td {
	padding: 20px;/*Pads each table cell in modern browsers*/
}
#maincontent {
	border-right: 2px dotted #333;
	font-size: 14px;
	/*/*/font-size: 100%; /* */
}
#sidebar {
	width: 200px;
	font-size: 12px;
	/*/*/font-size: 85%; /* */

}
#header {
	background-color: #5b5b5b;
	color: #CCCCCC;
	background-image: url(../images/csst_bg.gif);
  text-align:center;
}
#footer {
	background-color: #5b5b5b;
	color: #CCCCCC;
	background-image: url(../images/csst_bg.gif);
	text-align:center;
}

td, p, ul {
	font-family: "Comic Sans MS", sans-serif;
}
h1:first-child {margin-top: 0;}/*starts first heading in a TD flush top*/
h2:first-child {margin-top: 0;}/*starts first heading in a TD flush top*/
h1 { font-size: 160%; }
h2 { font-size: 140%; }

#sidebar a {
	/*/*/padding: 3px;
	display: block;
	border: 2px dotted #CCC;
	text-decoration: none;
	line-height: 1em;
	width: 160px; /* */
}
#sidebar a:link, #sidebar a:visited {
	color: /*#ffcc66; #ffcc33*/#fff;
}
#sidebar a:hover, #sidebar a:active {
	color: #FFFFFF;
	border: 2px solid #000;
}

a:link, a:active, a:visited {
	color: #ff9999;
	text-decoration: none;
	}
	
a:hover {
	color: /*#ffffff; #ffffff*/#fff;
	text-decoration: none;
	}
#current a {
	color: #FFFFFF !important;
	/*/*/background-color: #999999!important;
	border: 2px dotted #999 !important; /* */
}
#sidebar ul {
	/*/*/padding-left: 1em;
	list-style-type: none;
	margin-left: 1em; /* */
}

#sidebar li {
	/*/*/margin: 0px 0px 6px 0px; /* */
}
#n4shell {
/* Happy hunting. This rule will allow you to create an outer border around the layout table in netscape 4. Wrap the entire table inside a div and assign to the div this id */
	border: 1px solid #000;
	/*/*/border: 0; /* */
}

a.thumb{
position:relative; 
display:blok; 
width:100px; 
height:100px; 
background:url() no-repeat;
}
a.thumb img{display:none; color:#000;}
a.thumb:hover{color:#999;} /* for IE */
a.thumb:hover img{display:block; position:absolute; top:0; left:0;}
