#wrapper_adjust{
	height:80px;
	width:100%;
	}
	
#menu_wrap {
	padding: 0;	
	margin:0px auto;
	margin-top:15px;
	width:900px;
}


#menu_wrap ul {
	clear: both;
	list-style: none;
}

#menu_wrap ul li {
	display:inline;
	position:relative;
	margin-right:15px;
	float:left;
	left:10px;
	top:-16px;
	list-style:none;

}

#menu_wrap ul li:hover{
	background-color:#92ca8e;
	color:#000;
}

#menu_wrap li a {
	float: left;
	display: block;
	color: #fff;
	text-decoration: none;
	text-shadow:0px 0px 20px #000;
	font-family: Tahoma, Bookman Old Style, serif;
	font-size: 14px;
	margin: 0 10px 0 0; 
	padding: 0 0 0 5px;
	height: 39px;
	line-height: 34px;
	text-align: center;
	cursor: pointer;
}

#menu_wrap li a b {
	float: left;
	display: block;
	height: 38px;
	padding: 3px 11px 0 11px;
}
	
body{
	position:relative;
	margin:-6px 0;
	padding:0;
	background: rgb(180,221,180); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(180,221,180,1) 0%, rgba(131,199,131,1) 17%, rgba(82,177,82,1) 33%, rgba(0,138,0,1) 67%, rgba(0,87,0,1) 83%, rgba(0,36,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(180,221,180,1)), color-stop(17%,rgba(131,199,131,1)), color-stop(33%,rgba(82,177,82,1)), color-stop(67%,rgba(0,138,0,1)), color-stop(83%,rgba(0,87,0,1)), color-stop(100%,rgba(0,36,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(180,221,180,1) 0%,rgba(131,199,131,1) 17%,rgba(82,177,82,1) 33%,rgba(0,138,0,1) 67%,rgba(0,87,0,1) 83%,rgba(0,36,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(180,221,180,1) 0%,rgba(131,199,131,1) 17%,rgba(82,177,82,1) 33%,rgba(0,138,0,1) 67%,rgba(0,87,0,1) 83%,rgba(0,36,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(180,221,180,1) 0%,rgba(131,199,131,1) 17%,rgba(82,177,82,1) 33%,rgba(0,138,0,1) 67%,rgba(0,87,0,1) 83%,rgba(0,36,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(180,221,180,1) 0%,rgba(131,199,131,1) 17%,rgba(82,177,82,1) 33%,rgba(0,138,0,1) 67%,rgba(0,87,0,1) 83%,rgba(0,36,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4ddb4', endColorstr='#002400',GradientType=0 ); /* IE6-9 */
	}

#wrapper{
	position:relative;
	background-color:white;
	width:960px;
	margin:100px auto 20px;
	}

.dwcsj_logo{
	position:relative;
	left:117px;
	top:-60px;
	width:80%;
	height:170px;
	border:2px solid black;
    -moz-border-radius:10px 10px;
	-webkit-border-radius:10px 10px;
	border-radius:10px 10px;
    -moz-box-shadow:5px 5px 10px black;
	-webkit-box-shadow:5px 5px 10px black;
	box-shadow:5px 5px 10px black;
	margin-bottom:20px;
	}

.title{
	font-family:Century Gothic, Bookman Old Style, serif;
	font-size:30px;
	color:#fff;
	}
	
#dwcsj_list{
	background-color:white;
	line-height:200%;
	font-family:Century Gothic;
	font-size:16px;
	text-align:center;
	border:2px solid green;
	width:750px;
	margin:0px auto;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	padding:15px;
	
	-webkit-box-shadow: 2px 2px 5px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    2px 2px 5px rgba(50, 50, 50, 0.75);
	box-shadow:         2px 2px 5px rgba(50, 50, 50, 0.75);
	}
	
#dwcsj_table{
	text-align:center;
	}
	
.dwcsj_table{
	border:1px solid #000;
	border-collapse:collapse;
	background-color:#fff;
	color:#111;
	margin:0;
	padding:0;
	font:1em "Lucida Grande", "Lucida Sans Unicode",
		"Lucida Sans", Verdana, Tahoma, sans-serif;
	width:60%;
	margin:20px auto 40px auto;
}

.dwcsj_table  td, .dwcsj_table th {
	border:1px solid #000;
}

.dwcsj_table td {
	padding:1em;
}

.dwcsj_table th {
	background-color:#bcbcbc;
}

.dwcsj_table caption {
	font-size:120%;
	font-weight:bold;
	background-color: rgb(0,0,0);
	color: rgb(255,255,255);
	padding:1em 0 1em 0;
	border:1px solid #000;
}

.dwcsj_table tr:nth-child(odd) {
	background-color: rgb(255,255,255);
	color:#000000;
}

.dwcsj_table tr:hover {
	background-color:#dfe7f2;
	color:#000;
}
	
#dwcsj_goals{
	text-align:left;
	line-height:200%;
	}
	
#dwcsj_seal{
	line-height:200%;
	font-family:Century Gothic;
	font-size:16px;
	text-align:justify;
	width:750px;
	margin:0px auto;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	padding:15px;
	
	-webkit-box-shadow: 2px 2px 7px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    2px 2px 7px rgba(50, 50, 50, 0.75);
	box-shadow:         2px 2px 7px rgba(50, 50, 50, 0.75);
	}
	
#dwcsj_seal p{
	text-indent:5em;
	}
	
#dwcsj_seal_pic{
	width:300px;
	margin:20px auto;
	}
	
#dwcsj_seal_pic img{
	width:300px;
	height:300px;
	margin:0px auto;
	}
	
#dwcsj_enrollment{
	text-indent:2em;
	line-height:180%;
	font-family:Century Gothic;
	font-size:16px;
	text-align:justify;
	width:750px;
	margin:0px auto;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	padding:15px;
	
	-webkit-box-shadow: 2px 2px 7px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    2px 2px 7px rgba(50, 50, 50, 0.75);
	box-shadow:         2px 2px 7px rgba(50, 50, 50, 0.75);
	}