body {
	font:11px/13px Geneva, Verdana, Arial, Helvetica, sans-serif;
	background-image: url(image/bodyBackground.jpg);
	background-repeat:repeat-x;

	}

#pageWrapper {
	width:800px;
	margin:auto;
	border:1px solid #ccc;
	}
	
.cscBanner {
	height:250px;
	/*background-image: url(image/banner.jpg)*/
	}
	
.cscSearch {
	position:relative;
	top:-220px;
	left:600px;
	}
	
#contentWrapper {
	background-color:#fff;
	width:800px;
	}
	
#breadcrumb, #google {display:none;}

#nav {
	width:250px;
	background-color:#ccc;
	}

.m1 {
	background-image: url(image/navBackground.jpg);
	height:30px;
	width:242px;
	margin-left:-35px;
	}

.article li {
	background: url(image/bullet.gif) no-repeat left center;
	}
	
.article ul { /* all lists */
	padding-left: 5px;
	margin-left: 5px;
	list-style: none;
}
	
.article li { /* all list items */
	position : relative;
	margin-bottom : -1px;
}
	
.article li {
	display : block;
	color : black;
	text-decoration : none;
	padding : 0.1em;
	padding-left: 1em;
}
	
	
.article ul li  {
	padding-left: .5em;
}
	

/*#nav ul.level1  {
	list-style-type:none;
	list-style-image:none;
	list-style-position:outside;
		border-top:12px solid #ccc;
margin-top:-5px;
padding-bottom:5px;
	
	}
*/
#nav li a {
	display:block;
	text-decoration:none;
	margin-top:0px;
	padding-top:7px;
	color:#fff;
	font-weight:bold;
	margin-left:30px;
	}


	
#content {
	width:550px;
	margin-left:250px;
	border-top:12px solid #ccc;
	}
	
#contentWrapperInside {
	margin:5px;
	}
	
#footer {
	text-align:center;
	background-color:#fff;
	color:#999;
	padding-bottom:5px;
	}
	
#footer hr {
	background-color:#177020;
	color:#177020;
	width:80%;
	margin:auto;
	height:5px;
	margin-top:5px;
	}
	
#footer a {}