body {
	margin: 10px auto 0%;
	font-size: 14px;
	width: 750px;
	background: #3A3A3A url(backgrounds/csst_bg.gif);
}

#mainTable {
	margin: 0px 20px;
	border: 1px solid #999999;
	line-height: 1.5em;
	}
	
#maincontent {
	border-left: 2px solid #333;
	font-size: 14px;
	font-size: 100%;
	padding: 10px;
	background: #FFFFFF;
}

#maincontent a:link, #maincontent a:visited {	color: #CB913D;
	text-decoration: underline;
}

#maincontent a:hover, #maincontent a:active {	color: #666666;
	text-decoration: underline overline;
}

#sidebar {
	width: 140px;
	font-size: 12px;
	font-size: 85%;
	padding: 10px;
	color: #CCCCCC;
}

#header {
	background: #333333;
	height: auto;
}

#footer {
	color: #CCCCCC;
	text-align: center;
	background: #333333;
}

#footer a:link, #footer a:visited {
	color: #FFF;
	text-decoration: underline;
	}
	
#footer a:hover, #footer a:active {
	color: #FF9900;
	text-decoration: underline overline;
}

td, p, ul {
	font-family: "Trebuchet MS", Verdana, Georgia;
}
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: 140%; color: #CB913D;}
h2 { font-size: 120%; color: #CB913D;}
h3 { font-size: 100%; color: #CB913D;}
#sidebar a {
	/*/*/padding: 3px;
	display: block;
	border: 1px solid #CCC;
	text-decoration: none;
	line-height: 1em;
	width: 120px; /* */
}
#sidebar a:link, #sidebar a:visited {
	color: #FFCC00;
}
#sidebar a:hover, #sidebar a:active {
	color: #FFFFFF;
	border: 1px solid #000000;
	background: #FF9900;

}
#current a {
	color: #FFFFFF !important;
	border: 1px solid #000000!important;
	background: #333333;

}
#sidebar ul {
	list-style-type: none;
	margin-left: 1px;
	padding-left: 1px;
}

#sidebar li {
	/*/*/margin: 0px 0px 6px 0px; /* */
}
.imgfloatrt {
	float: right;
	padding-left: 20px;
}

#lefttd {
	background: url(imgs/sidex.gif) repeat-y;
	width: 25px;

}
#rigthtd {
	background: url(imgs/sido.gif) repeat-y;
	width: 25px;
}