body {
	margin: 0 10% 0 10%;
	padding: 0;
	font-size: 14px;
	background-color: #FFF;
}

#mainTable {
	margin: 0 auto;
	border: 1px solid #000;
	width: 800px;
	/*/*/line-height: 1.5em; /* */
}
#mainTable td {
	padding: 20px;/*Pads each table cell in modern browsers*/
}
#maincontent {
	border-left: 2px dotted #333;
	font-size: 14px;
	/*/*/font-size: 100%; /* */
}
#sidebar {
	width: 200px;
	font-size: 12px;
	/*/*/font-size: 85%; /* */

}

#header {
	background-color: #0767D7;
	color: #CCCCCC;
	background-image: url(img/header2.jpg); 
	height: 85px;
}
#footer {
	background-color: #0767D7;
	color: #CCCCCC;
	height: 20px;
	/* background-image: url(csst_bg.gif); */
}

#formi td{ padding: 5px; }
#formi input { width: 200px; };
#formi textarea { width: 300px; height: 200px; no scrollbars; };

td, p, ul {
	font-family: Georgia, "Times New Roman", Times, 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%; }

#langbar {
	margin-left: 1em;
}

#langbar td {
  width: 32px;
  height: 20px;
  border: 1px black;
	padding: 7px;/*Pads each table cell in modern browsers*/
	margin-left: 20px;
}

#langbar a {
	padding: 3px;
	display: block;
	border: 2px dotted #CCC;
	text-decoration: none;
	line-height: 1em;
}

#langbar a:link, #langbar a:visited {
	color: #666;
	width: 37px;
}
#langbar a:hover, #langbar a:active {
	color: #FFFFFF;
	background-color: #aabbff;
	border: 2px solid #000;
	width: 37px;
}

#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: #666;
}
#sidebar a:hover, #sidebar a:active {
	color: #FFFFFF;
	background-color: #aabbff;
	border: 2px solid #000;
}

#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; /* */
}

#current a, #current a:visited {
	color: #FFFFFF;
	background-color: #aabbff;
	border: 2px solid #000;
	font-width: bold;
}

#nostyle a, #nostyle a:hover, #nostyle a:active, #nostyle a:visited{
	text-decoration: none;
	border: 0px;
	background-color: #FFFFFF;
	

}