html {
 overflow-y: scroll;
}


body{
	background-color : #FFFFFA; 
	margin : 0px;
	text-align:center;
	background-image: url("../img/bg.jpg");
	background-repeat: no-repeat;
	background-size: 100% 600px;
	background-color: #FFFFFF;
}

#wrapper{
     margin-left: auto;
     margin-right: auto;
     text-align:left;
     width:800px;
	 background : #FFFFFF;
}

#top {
	font-size: 12px;
	margin: 0px;
	padding: 3px;
	background : #1E90FF;
	color : #FFFAFA;
}

#h_img{
	background-color: #FFFFFF;
	height: 121px;
}

#h_work{
	height: 160px;
}

#h_bottom{
	height: 5px;
	margin: 5px;
	text-align: right;
	text-indent: 1em;
}

#head{
	background-color: #FFFFFF;
	height:28px;
}

#head a{
	display:block;
}

.left ul{
	margin: 0px;
	padding: 0px;
}

.left li{
	list-style-type: none;
}

.cl{
	clear: both;
	text-align: center;
}

.box{
	background-color: #FFFFFF;
	width: 800px;
	padding: 0px;
	margin: 0px;
	font-size: 15px;
}

.box ul{
	padding: 0px;
}

.content{
	background-color: #FFFFFF;
	float: right;
	width: 590px;
	margin: 0px;
	padding: 0 10px 15px 5px;
	/*border-left: solid 1px #0A0A0A*/

}

.content ul{
	padding: 0px;
	margin: 0 0 0 1em;
	list-style-position: outside;
}

.content li{
	padding: 3px;
        line-height: 1.3em;
}

.space1{
	margin: 0px;
	padding: 5px;
}

.left{
	background-color: #FFFFFF;
	float: left;
	width: 180px;
	margin: 0px;
	padding: 0px;
        word-break:break-all;
        
}

.left-space{
	height: 100px;
}

.date{
    text-align: center;
	font-weight: bolder;
}

.all{
	background-color: #FFFFFF;
	width: 800px;
	margin: 0px;
	padding: 15px;
}

.all ul{
	padding-left: 10px;
	margin: 10px;
}

.all ul li{
	padding: 3px
}

#link{
	background-color: #3366FF;
	color: #FFFFFF;
	padding: 5px;
	margin-top: 5px;
	text-align: center;
	font-size : 0.9em;
}

#footer{
	clear: both;
	color: #FFFAFA;
	background: url("../img/footer.jpg");
	background-repeat: no-repeat;
	padding: 5px;
	margin-top: 5px;
	text-align: center;
	font-size : 0.9em;
}

#footer a{
	a:link { color: #FFFFFF; }
	a:visited { color: #FFFFFF; }
	a:hover { color: #000000; }
	a:active { color: #000000; } 
}

.red{
	color: red;
}

.com table {
	border-collapse: collapse;
	width:100%;
}

.com td {
	border-bottom: #e3e3e3 1px dotted;
	text-align: left;
	padding: 10px;
	line-height : 1.2em;
}

.com th {
	border-bottom: #e3e3e3 1px solid;
	border-left: #e3e3e3 1px solid;
	text-align: center;
	background: #E0E0E0;
	padding: 10px;
	font-weight: normal;
	width: 170px;
}

.access ul{
	padding: 0px;
	margin: 0 0 0 1em;
	list-style-position: outside;
	list-style-type: circle;
}

.access ul li{

}


h1 {
	margin : 0 ;
	font-size : 1em;
	padding: 0;
}

h2 {
	color : #000000;
	margin: 0em, 0em;
	font-size : 1.2em;
    border-bottom:1px solid #BB2222;
    padding: 1em .3em .5em;
	text-indent: 12px;
}

h3 {
	color : #FFF;
    background: #CC3333;  
	margin: 15px 4px 10px 0px;
	padding: 10px 4px 8px 0px;
	font-size : 1.2em;
	text-align: center;
}

h4 {
	color : #000000;
	margin: 1em 0px 8px 0px;
	font-size : 1.2em;
	border-left: #BB2222 solid 6px;
	text-indent: 10px;
}

h5 {
	color : #000000;
	margin: 1em 0px 8px 0px;
	font-size : 1.1em;
	border-left: #505050 solid 6px;
	text-indent: 7px;
}

a img {
    border-style:none;
}

textarea{
	font-size: 0.8em;
}

p {
	margin-top : 0px;
	margin-bottom : 10px;
	text-indent : 1em;
	line-height : 1.4em;
}


strong {
	color : #FF0000;
}

.title{
	font-size : 1.2em;
	font-weight: 600;
	padding: 5px 0 0 0;
}

.title2{
	font-size : 1.1em;
	font-weight: 600;
	padding: 5px 0 0 0;
}

.lecture th td{
	border: 1px solid #b9b9b9;
}

.lecture th{
	background: #0000F0;
	font-size: 1.1em;
	padding: 5px;
	text-align: center;
}

#formWrap {
	width:600px;
	margin:0 auto;
	color:#000;
	line-height:120%;
	font-size:90%;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}

.button {
	display: inline-block;
	width: 180px;
	height: 56px;
	text-align: center;
	text-decoration: none;
	line-height: 56px;
	outline: none;
	background-color: #FFF;
	color: #CC3333;
	font-weight: bold;
        border-bottom: solid 1px #CC3333;
        border-right: solid 1px #CC3333;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.button:hover {
	background-color: #CC3333;
	color: #FFF;
}

.textright{
	text-align: right;
	margin-right: 5px;
	padding-right: 5px;
}

.program{
  width: 500px;
  margin: 30px auto 0 auto;
}

.new{
    margin: 0 0 0 10px;
    display: inline;
    font-size: 80%;
    color: red;
    -webkit-animation:blink 1.5s ease-in-out infinite alternate;
    -moz-animation:blink 1.5s ease-in-out infinite alternate;
    animation:blink 1.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}

.cs{
	color: #FFF;
}

.important-dates{
    margin-bottom: 8px;
}

.subject_btn td{
	margin: 10px 0 10px 30px;
	padding: 10px 0 10px 30px;
}

.comment {
  padding-left: 1em;
  text-indent: -1em;
  margin: 10px 0;
}

span.new {
vertical-align: super;
color: red;
}