#windowbox {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 1160px/* -- adjust this in parallel with height of worksnotice 650px*/ ;
	}

#workshadow {
	height: 830px/*533px*/; 	
	}

#worksnotice {
	height: 1065px/*613px 563px*/;	
	margin:20px 10px 10px 30px;
top: 50px;
	}

#worksnotice p {
	font-size: 12px;
margin: 5px 10px 0 30px;
	}

#worksnotice h1 {
	font-size: 18px;
	font-weight: bold;
	}

#worksnotice h2 {
	font-family: 'Courier New', Georgia, serif;
	font-size: 14px;
	margin: 10px 10px 0px 30px;
	padding: 0;
	color: green;
	font-weight: bold;
	}

#worksnotice ul, ol {
	margin: 5px 20px 0 45px;
	padding: 0 20px 0 15px;
	color: purple;
	font-family: arial, verdana, sans-serif;
	font-size: 9pt; 
	font-weight: normal;
	}

#worksnotice ol {
	padding: 0 20px 0 20px;

	}

#worksnotice li {
list-style-type: disc;
	background: none;
	margin: 0 30px 10px 20px;
	padding: 0;
	}

#worksnotice ol li {
	font-weight: bold;
	list-style-type: circle;
	margin-left: 20px;
	text-align: center;
	}

.head {
	font-size: 13px;
	font-weight: bold;
	color: purple;
	}

.ies, .learning {
	font-weight: bold;
	}

.ies {
	color: purple;
	}

.learning {
	color: green;
	}

#worksnotice .close {
	text-align: center;
	}

