@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'ArchitecMedium';
    src: url('fonts/architec_med.eot');
    src: url('fonts/architec_med.eot?#iefix') format('embedded-opentype'),
         url('fonts/architec_med.woff') format('woff'),
         url('fonts/architec_med.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AecNewsRegular';
    src: url('fonts/architec.eot');
    src: url('fonts/architec.eot?#iefix') format('embedded-opentype'),
         url('fonts/architec.woff') format('woff'),
         url('fonts/architec.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'kittithada';
    src: url('fonts/pslxkittithada-webfont.eot');
    src: url('fonts/pslxkittithada-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/pslxkittithada-webfont.woff') format('woff'),
         url('fonts/pslxkittithada-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'kittithada-bold';
    src: url('fonts/pslxkittithada_bold-webfont.eot');
    src: url('fonts/pslxkittithada_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/pslxkittithada_bold-webfont.woff') format('woff'),
         url('fonts/pslxkittithada_bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'kittithada-italic';
    src: url('fonts/pslxkittithada_italic-webfont.eot');
    src: url('fonts/pslxkittithada_italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/pslxkittithada_italic-webfont.woff') format('woff'),
         url('fonts/pslxkittithada_italic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'kittithada-bold-italic';
    src: url('fonts/pslxkittithada_bolditalic-webfont.eot');
    src: url('fonts/pslxkittithada_bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/pslxkittithada_bolditalic-webfont.woff') format('woff'),
         url('fonts/pslxkittithada_bolditalic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.department-name{
	width: 1000px;
	height: 33px;
	color: #060;
	font-size: 28px;
	font-family: kittithada-bold, Tahoma;
	font-style: normal;
	font-weight: normal;
	text-shadow: 1px 1px #aaa;
	margin: 0;
	border-bottom: #060 thin solid;
}

.title-p {
  font-size: 14px;
  font-family: 'Tahoma',Geneva,sans-serif;
  font-weight: 700;
  margin: 0;
  color: #337ab7;
  line-height: 30px;
}

.lec-name {
  font-size: 14px;
  font-family: 'Tahoma',Geneva,sans-serif;
  font-weight: 700;
  margin: 0;
   color: #337ab7;
  line-height: 30px;
}

.text-dean {
    color: #333;
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 13px;
    text-align: justify;
    text-indent: 30px;
    width: 100%;
}

.text-history {
    color: #333;
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 13px;
    width: 100%;
}

.topic-news {
    color: ##0060b1;
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 13px;
	line-height: 18px;
	padding-bottom: 5px;
}


.pic-right {
    float: right;
    margin: 5px;
}

.pic-left {
    float: left;
    margin: 5px;
}