body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;

}
#textJust {
	text-align: justify;
}
#mainTable {
	border: 1px solid #000000;
	/*/*/lineheight: 1.5em: /* */
}
#mainTable td {
	padding: 10px;/* Pads each table cell in modern browsers*/
}
#maincontent {
	vertical-align: top;
	font-size: 14px;
	font-size: 100%;
}
#heading2 td { /*/*/ heading not in grey boxes /* */
	vertical-align: top;
 	font-size: 14px;
	font-color: #FFFFFF;  /* changed from #000000 makes no difference anyway */
	font-weight: bold;
	/*/*/font-size: 112%; /* */
}
#sidebar {
 	width: 400px;
	vertical-align: top;
 	font-size: 12px;
	/*/*/font-size: 85%; /* */
}
#logintable td{
	padding: 0px;
	width: 200px;
}
#gallerytable { /* this is new but could include table width */
	height: 32px; /* added to increase table height */
	vertical-align: top;
 	font-size: 14px;
	font-color: #FFFFFF;  /* changed from #000000 makes no difference anyway */
	/*/*/font-size: 112%; /* */
}

#gallerytable td{
	width: 700px;
	padding: 3px;
	background-color:#CCCCCC; /* change from #A0A0A0 */
	font-weight:bold; /* appears to be overridden by another property */
	font-color: #FFFFFF; /* changed from #000000 makes no difference anyway*/
}
#gallerytable a { /* new */
 	/*/*/padding: 1px;
 	border: 2px solid #CCCCCC; 
 	text-decoration: none;
 	line-height: 1em;
	font-weight: bold;
 	width: 674px; /* */
}
#header {
	background-color: #ffffff;
	color: #FFFFFF;
	background-image: url(csst_bg.gif);
	top: 0px;
	font-size: 14px;
}
td, p, ul {
 	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1:first-child {margin-top: 0;}/*starts first h1 in TD flush top*/
h2:first-child {margin-top: 0;}/*starts first h2 in TD flush top*/

h1 { font-size: 160%; }
h2 { font-size: 140%; }
#sidebar a {
 	/*/*/padding: 3px;
 	display: block;
 	border: 2px solid #ccc; 
 	text-decoration: none;
 	line-height: 1em;
 	width: 35px; /* */
}
#sidebar a:link, #sidebar a:visited, #logintable, #gallerytable a:link, #gallerytable a:visited { /* added gallerytable */
 	color: #fff; /* text color */
 	background-color: #CCCCCC; /* change from #A0A0A0 */
	
}
#sidebar a:hover, #sidebar a:active,#gallerytable a:hover { /* added gallerytable */
 	color: #000000;
 	background-color: #CCCCCC; /* change from #A0A0A0 */
 /*	border: 2px solid #A0A0A0; /*changed from #ccc, removed to prevent text jump*/
}
#sidebar ul {
 	/*/*/padding-left: 1em;
 	margin-left: 1em;
 	list-style-type: none; /* */
}
#sidebar li {
 	/*/*/margin: 0px 0px 6px 0px; /* */
}
#logintable td {
 	/*/*/margin: 0px 0px 6px 0px; /* */
	#logintable {
 	width: 200px;
	vertical-align: top;
 	font-size: 12px;
	/*/*/font-size: 85%; /* */
}
#sidebar a:visited {
 	color: #666;
}
#sidebar a:active {
 	color: #FFFFFF;
 	background-color: #CC0000;
 	border: 2px solid #000;
}
#current a {
 	color: #FFFFFF !important;
 	/*/*/background-color: #999999!important;
 	border: 2px dotted #999 !important; /* */
}

