@charset "utf-8";
/* CSS Document */
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #006AB5;
	background-image: url(../image/bg_background.jpg);
	background-repeat: repeat-x;
}
input {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	color: #00AFF0;
}
.main_table {
	background-color: #FFF;
	width: 800px;
}
/* header */
.header_main {
	height: 153px;
	background-image: url(../image/header1.gif);
	background-repeat: no-repeat;
}
/* navbar */
.nav {
}
.nav td a {
	display: block;
	text-decoration: none;
	text-transform: capitalize;
	padding-top: 6px;
	padding-bottom: 6px;
	border: 1px solid #666;
	background-image: url(../image/btn_normal.jpg);
	color: #666;
	text-align: center;
}
.nav td+td a {
	text-align: center;
	border-left-width: 0px;
}
.nav td a:hover {
	background-image: url(../image/btn_hover.jpg);
	color: #000;
	text-decoration: underline;
}
/* search */
.search_main {
	margin-left: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
}
/* sidebar */
.sidebar_main {
	margin-bottom: 10px;
	margin-left: 15px;
}
.sidebar_header {
	background-image: url(../image/sidebar_header_bg.jpg);
	height: 23px;
	width: 195px;
	color: #FFF;
	font-size: 18px;
	line-height: 23px;
	font-weight: bold;
	border: 1px solid #666;
	padding-left: 5px;
}
.sidebar_contents {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	padding: 5px;
}
.sidebar_contents div a {
	text-decoration: none;
	color: #00AFF0;
}
.sidebar_contents div a:hover {
	text-decoration: underline;
}
.sidebar_entry_contents {
	background-image: url(../image/arrow_blue.jpg);
	background-repeat: no-repeat;
	padding-left: 10px;
	background-position: 1px 5px;
}
.sidebar_entry_contents a {
	color: #00AFF0;
	text-decoration: none;
}
.sidebar_entry_contents a:hover {
	text-decoration: underline;
}
.sidebar_entry_enroll {
	font-size: 11px;
	width: 60%;
	color: #333;
	padding-left: 2px;
	text-decoration: none;
	display: block;
}
.sidebar_entry_enroll:hover {
	color: #09F;
}
.sidebar_entry_enroll_border {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #CCC;
}
/* contents */
.contents_main {
	padding: 15px;
}
.contents_header {
	font-size: 28px;
	color: #00AFF0;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
/* home */
.home_image {
	margin-top: 10px;
}
.home_title {
	font-size: 20px;
	color: #0085C9;
	margin-top: 10px;
}
/* news & alumni*/
.article_entry {
	clear: right;
	margin-top: 20px;
}
.article_image {
	width: 150px;
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
}
.article_title {
	font-size: 22px;
	color: #0085C9;
}
.article_author {
	color: #999;
}
.article_date {
	color: #999;
	margin-bottom: 20px;
}
.article_contents {
	padding-bottom: 20px;
}
/* administration */
.admin_entry {
	clear: both;
	height: 75px;
	width: 400px;
}
.admin_image {
	float: left;
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 5px;
	height: 65px;
	width: 65px;
}
.admin_name {
	font-size: 18px;
	padding-top: 30px;
	color: #039;
}
.admin_position {
	color: #666;
}
/* admission */
.admission_title {
	font-size: 18px;
	color: #0085C9;
	margin-top: 10px;
}
/* gallery */
/* gallery albums */
.album_details {
	padding-left: 15px;
	padding-bottom: 0px;
	padding-top: 10px;
	padding-right: 0px;
}
.album_details div {
	color: #0085C9;
	font-size: 20px;
	text-decoration: none;
}
.album_details div a {
	color: #0085C9;
	font-size: 20px;
	text-decoration: none;
}
.album_details div a:hover {
	text-decoration: underline;
}
.album_details div+div {
	color: #999;
	font-size: 12px;
}
.album_images {
}
.album_images div {
	float: left;
	text-align: center;
	width: 33%;
	height: 120px;
}
.album_images div img {
	max-width: 90%;
	max-height: 85%;
	border: 1px solid #CCC;
	padding: 3px;
	margin: 5px;
}
/* contact */
.contact_main {
	background-color: #ABD6E4;
}
.contact_main table tr td {
	background-image: url(../image/bg_footer.jpg);
	height: 29px;
	color: #FFF;
	font-weight: bold;
}
.contact_main table tr+tr td {
	background-image: none;
	font-size: 9px;
	color: #000;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* footer */
.footer_main {
	color: #FFF;
	background-image: url(../image/bg_footer.jpg);
	height: 29px;
	line-height: 29px;
	font-weight: bold;
	text-align: center;
}
/* new stuff */
.sidebar_block {
	width: 195px;
	border: 1px solid #231F20;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right: 10px;
}
.sidebar_block #header {
	color: #FFF;
	font-weight: bold;
	font-size: 18px;
	background-color: #0067B3;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 30px;
	border-right-style: solid;
	border-right-color: #00ADEE;
	padding-bottom: 3px;
	font-family: Verdana, Geneva, sans-serif;
}
.sidebar_block #content {
	background-color: #FFF;
	min-height: 90px;
	padding: 5px;
}
.sidebar_block #department {
	color: #0067B3;
	margin: 15px 10px;
	font-weight: bold;
	font-size: 16px;
}
.sidebar_block #admin {
	margin: 10px 10px;
	font-size: 11px;
	line-height: 14px;
}
.sidebar_block #admin #name {
	color: #0067B3;
	font-size: 12px;
	font-weight: bold;
}
.bg_mouse {
	background-position: right bottom;
	background-repeat: no-repeat;
}
.bg_girl {
	background-repeat: no-repeat;
	background-position: right bottom;
}
