body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	background-image:url(assets/rose.gif);
/*	background-color:#D8AF9D;
*/	padding: 0px;
	margin-top: 0px;
	margin-right: 5%;
	margin-bottom: 0px;
	/*margin-left: 5%;*/
}

a {
	text-decoration: none;
	color: black;
}

a:link, #sidebar a:visited {
 	color: black;
 }
 
a:hover, #sidebar a:active {
 	color: black;
 	border-bottom: 2px dotted #000;
 }

#mainTable {
	border: 1px solid #000000;
	background-color:#FFFFFF;
/*	width:780px;
*/	/*/*/line-height: 1.5em; /* */
 }
 #mainTable td {
 	padding: 20px;/*Pads each table cell in modern browsers*/
 }
 #maincontent {
 	/*border-left: 2px dotted #333;*/
 	font-size: 14px;
	width: 820px;
	/*/*/font-size: 100%; /* */
 }
 #sidebar {
 	position:absolute;
	top: 380px;
	left: 660px;
 	width: 200px;
	vertical-align:top;
	color: #000000;
 	font-size: 14px;
	/*/*/font-size: 100%; /* */
	padding-top:8px;
	padding-left:5px;
 }
 #header {
 	background-color: #333333;
 	color: #CCCCCC;
	padding: 0;
	width:860px;
 }
 #footer {
 	background-color: #333333;
 	color: #CCCCCC;
/* 	background-image: url(csst_bg.gif);
*/ }
 #menubar {
 	padding: 0;
 }
 #menubar a {
  	border:none;
 	text-decoration: none;
 }
 td, p, ul {
 	font-family: Georgia, "Times New Roman", Times, serif;
	vertical-align:top;
 }
 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*/
 h3:first-child {margin-top: 0;}
 h1 { font-size: 160%; }
 h2 { font-size: 140%; margin-bottom: 0.5em; }
 h3 { font-size: 120%; 
 	margin: 0; 
/*	text-align:center;
*/}
 #sidebar a {
 	/*/*/padding: 3px;
 	display: block;
	padding-left: 3px;
 	border: 2px dotted #000;
	color: black;
 	text-decoration: none;
 	line-height: 1em;
 	width: 180px;
	margin-left:-5px; /* */
 }
 #sidebar a:link, #sidebar a:visited {
 	color: #000;
 }
 #sidebar a:hover, #sidebar a:active {
 	color: #FFFFFF;
 	background-color:#0000CC;
 	border: 2px solid #000;
 }
 #sidebar ul {
 	/*/*/padding-left: 1em;
 	margin-left: 1em;
 	list-style-type: disc;
	margin-top:0em; /* */
 }
 #sidebar li {
 	/*/*/margin: 0px 0px 0px 0px; /* */
 }
 #current a {
 	color: #FFFFFF !important;
 	/*/*/background-color: #999999!important;
 	border: 2px dotted #999 !important; /* */
 }
 #maincontent ul {
 	/*/*/margin-top: 0em; /* */
 }
 #maincontent li {
  	/*/*/margin: 0px 0px 0px 0px; /* */
 }
.CCSpace {
	float:right;
	padding: 5px;
	width: 213px;
	height: 320px;
 }
 .images {
 	padding-left:20px;
	padding-right:20px;
}
.leftborder {
 	border-left: 2px dotted #333;
	margin-left: 30px;
}