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*/
}
#mainTable a:link { color: #000; text-decoration: underline; }
#mainTable a:hover { color: #000; text-decoration: underline; 
	background-color: #e0e0e0;
}

#maincontent {
	border-left: 1px dotted #333;
        font-size: 14px;
	/*/*/font-size: 100%; /* */
}
#sidebar {
	width: 200px;
	font-size: 12px;
	/*/*/font-size: 85%; /* */

}
#bottommenu {
	font-size: 12px;
	/*/*/font-size: 85%; /* */

}
#header {
	background-color: #333333;
	color: #CCCCCC;
	font-size: 160%;
        font-weight: bold;
}
#footer {
	background-color: #333333;
	color: #CCCCCC;
	background-image: url(csst_bg.gif);
}

td, p, ul {
	font-family: Arial,  serif;
}

div.purplebox { border: solid;
        border-width: 1px;
        background: #CCCFFF;
        padding: 1em;
}

p.padded {
        padding-left:1cm;
}

div.dotted {border-style:solid; border-width:1px; margin-bottom:0px; margin-top:5px; background: #9BD1FA;}

div#nifty{ background: #9BD1FA; }

b.rtop, b.rbottom{display:block;background: #FFF}
b.rtop b, b.rbottom b{display:block;height: 1px;
    overflow: hidden; background: #9BD1FA}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}


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: 1px dotted #CCC;
	text-decoration: none;
	line-height: 1em;
	width: 160px; /* */
}
#sidebar a:link, #sidebar a:visited {
        text-decoration: underline;
	color: #666;
}
#sidebar a:hover, #sidebar a:active {
	color: #000000;
	background-color: #e0e0e0;
	border: 1px solid #000;
}
#current a {
	color: #FFFFFF !important;
	/*/*/background-color: #999999!important;
	border: 1px solid #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; /* */

/* Sortable tables */
table.sortable th {
    background-color:#eee;
    color:#666666;
    font-weight: bold;
    cursor: default;
}



