﻿/* CSS Document */
* {
	margin:0;
	padding:0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(Media/WebImage/main_bg.jpg);
	background-repeat: repeat-x;
	background-color: #334f76;
}
h1, h2, h3, h4 {
	margin: 10px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;	
	color: #a3d038;
}
hr {
	border: 0;
	border: 1px solid #1e64c3;
	height: 0px;
	border-style: dashed;
	margin-bottom: 10px;
}
p {
	text-align: justify;
	line-height: 1.2em;
	margin-bottom: 10px;
}
img {
	border-style: none;
}
table,td {
	text-align: left;
	vertical-align: middle;
}
a, a:link, a:visited {
	color:  #ffae01;
	text-decoration: none;
	font-weight: normal;
}
a:hover, a:active {
	color:  #a3d038;
	text-decoration: none;
}
ul{
	margin-bottom: 10px;
}
.clear {
	clear: both;
	line-height: 0px; 
	display: block;
	visibility: hidden;
	overflow: hidden;
}
.title {
	margin: 10px 0px;
	color: #ffae01;
	font-size: 14px;
	font-weight: bold;
}
#container {
	width:770px;
	height:auto;
	margin:0px auto;
	background-color: #fff;
}
#header_top{
	background-image: url(Media/WebImage/header_top.jpg);
	background-repeat: no-repeat;
	height: 30px;
}
#footer_bottom{
	background-image: url(Media/WebImage/footer_bottom.jpg);
	background-repeat: no-repeat;
	height: 50px;
}
#header {
	background-image: url(Media/WebImage/logo.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 90px;
}
#header_nav {
	margin: 0px 00px 0px 360px;
	padding-top: 20px;
	color:  #1f4399;
	font-size: 11px;
	text-align: right;
}
#header_nav a, #header_nav a:link, #header_nav a:visited {
	color:  #1f4399;
	text-decoration: none;
	font-weight: bold;
}
#header_nav a:hover,#header_nav a:active {
	color:  #a3d038;
	text-decoration: none;
}
#header_nav ul {
	list-style: none;
	height: 15px;
	margin: 0px;
}
#header_nav li {
	float: left;
	margin: 0 3px;
	text-align: center;
	height: 10px;
}
#nav{
	background-image: url(Media/WebImage/nav_bg.jpg);
	width: 770px;
	height: 60px;
}
#faculty_nav {
	border-left: 1px solid;
	border-right: 1px solid;
	width: 768px;
	height:200px;
}
#welcome {
	width: 770px;
	height: 270px;
	background-image: url(Media/WebImage/welcome_bg.jpg);
}
#news {
	width: 220px;
	height: 250px;
	float: left;
	margin: 10px;
	padding-right: 15px;
	text-align: left;
	background-image: url(Media/WebImage/news_bg.jpg);
	background-repeat: no-repeat;
	background-position:right;
	color: #fff;
}
#introduction {
	width: 480px;
	height: 250px;
	text-align: left;
	margin: 10px 5px;
	float: left;
	color: #fff;
}
#contact {
	width: 220px;
	height: 240px;
	float: left;
	margin: 5px;
	padding-right: 15px;
	background-image:url(Media/WebImage/contact_bg.jpg);
	background-repeat:no-repeat;
	background-position: center;
}
#associated {
	width: 480px;
	height: 240px;
	text-align: left;
	margin: 10px;
	float: left;
}
#footer {
	width: 770px;
	height: 15px;
	line-height: 15px;
	text-align: center;
	color:  #1f4399;
	font-weight: bold;
}
#footer a, #footer a:link, #footer a:visited {
	color:  #1f4399;
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover,#footer a:active {
	color:  #ffae01;
	text-decoration: none;
}
#main {
	width: 700px;
	height: auto;
	padding: 10px 30px;
	text-align: left;
}
#left ul, #main ul{
	margin-left: 30px;
	margin-bottom: 10px;
}
#left {
	width: 460px;
	height: auto;
	float: left;
	padding: 10px 10px 10px 30px;
	text-align: left;
}
#right {
	width: 240px;
	height: auto;
	float: left;
	padding: 10px 20px 10px 0px;
	text-align: left;
}
.panel{
	width: 218px;
	padding: 10px;
	border: 1px solid #b1bdcd;
	margin-bottom: 20px;
}
.paneltop{
	width: 230px;
	padding-left: 10px;
	padding-top: 5px;
	background-image: url(Media/WebImage/paneltop.jpg);
	background-repeat: no-repeat;
	height:20px;
	color: #fff;
	font-weight: bold;
}
.panel ul
{
	list-style: disc;
	margin-left: 30px;
}
.panel li{
	line-height: 20px;
}
.panel a, .panel a:link, .panel a:visited {
	color:  #000;
	font-weight: normal;
}
.panel a:hover,.panel a:active {
	color:  #006cff;
}
.contact {
	width:220px;
	float: left;
}
.link2 a,.link2 a:link,.link2 a:visited {
	color:  #000;
	text-decoration:underline;
}
.link2 a:hover,.link2 a:active {
	color:  #ffae01;
	text-decoration: underline;
}
.link3 a,.link3 a:link,.link3 a:visited {
	color:  #000;
	text-decoration:none;
	font-weight:bold;
}
.link3 a:hover,.link3 a:active {
	color:  #ffae01;
	text-decoration: none;
}

.notice {
	font-size: xx-small;
	font-style: italic;
}
.inqtitle {
	width: 200px;
	height: auto;
	float: left;
	line-height: 20px;
	margin: 2px 0px;
}
.inqcontent {
	width: auto;
	height: auto;
	float: left;
	margin: 2px 0px;
}
#quicklink {
	margin: 5px 0px 0px 8px;
	height: auto;
	float: left;
}
#quicklink img {
	margin-left: 3px;
}
.testmpics{
	width: 200px;
	float: left;
	text-align: center;
}
.testm{
	width: 500px;
	float: left;
	font-style: italic;
}
.testm2{
	width: 500px;
	float: left;
}

A.testmjap {
	width: 155px;
	height: 180px;
	margin: 0 5px;
	padding: 1px;
	border: 3px #ccc solid;
	float: left;
}
A.testmjap:hover {
	border: 3px #8a9aad solid;
}
#gallery {
	margin: 0px 30px;
}
#gallery img {
	border: 3px #ddd solid;
	padding: 2px;
}
#policy ul {
	list-style: decimal;
}
#policy li {
	margin-bottom: 10px;
}
#policy li ul {
	list-style: lower-alpha;
}
#policy li li {
	margin-bottom: 5px;
}
#newsnav {
	text-align: right;
	margin-right: 5px;
}
#newsnav img {
	margin: 5px 2px;
	border-style: none;
	cursor: hand;
}



.kwickswrap {
	PADDING: 0px;
}
.kwicks {
	Z-INDEX: 2; POSITION: relative; PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; WIDTH: 780px; PADDING-RIGHT: 0px; HEIGHT: 200px; PADDING-TOP: 0px
}
.kwicks LI {
	Z-INDEX: 2; PADDING-BOTTOM: 0px; PADDING-LEFT: 0px; WIDTH: 154px; PADDING-RIGHT: 0px; DISPLAY: block; FLOAT: left; HEIGHT: 200px; OVERFLOW: hidden; CURSOR: pointer; PADDING-TOP: 0px
}
.kwicks LI A {
	Z-INDEX: 2; TEXT-INDENT: -9999px; OUTLINE-STYLE: none; OUTLINE-COLOR: invert; OUTLINE-WIDTH: medium; DISPLAY: block; BACKGROUND-REPEAT: no-repeat; HEIGHT: 200px; CURSOR: pointer
}
#kwick1 
{
	background-image: url(Media/WebImage/bg1.jpg);
	background-repeat: no-repeat;
}
#kwick2
{
	background-image: url(Media/WebImage/bg2.jpg);
	background-repeat: no-repeat;
}
#kwick3 
{
	background-image: url(Media/WebImage/bg3.jpg);
	background-repeat: no-repeat;
}
#kwick4
{
	background-image: url(Media/WebImage/bg4.jpg);
	background-repeat: no-repeat;
}
#kwick5
{
	background-image: url(Media/WebImage/bg5.jpg);
	background-repeat: no-repeat;
}
#kwick1 A {
	BACKGROUND-POSITION: 0px 0px;
}
#kwick1 A:hover {
	BACKGROUND-POSITION: 0px -50px;
}
#kwick1 #aktiv {
	BACKGROUND-POSITION: 0px -50px;
}
#kwick2 A {
	BACKGROUND-POSITION: -190px 0px;
}
#kwick2 A:hover {
	BACKGROUND-POSITION: -190px -50px;
}
#kwick2 #aktiv {
	BACKGROUND-POSITION: -190px -50px
}
#kwick3 A {
	BACKGROUND-POSITION: -380px 0px;
}
#kwick3 A:hover {
	BACKGROUND-POSITION: -380px -50px;
}
#kwick3 #aktiv {
	BACKGROUND-POSITION: -380px -50px
}
#kwick4 A {
	BACKGROUND-POSITION: -570px 0px;
}
#kwick4 A:hover {
	BACKGROUND-POSITION: -570px -50px;
}
#kwick4 #aktiv {
	BACKGROUND-POSITION: -570px -50px
}
#kwick5 A {
	BACKGROUND-POSITION: -760px 0px;
}
#kwick5 A:hover {
	BACKGROUND-POSITION: -760px -50px;
}
#kwick5 #aktiv {
	BACKGROUND-POSITION: -760px -50px
}
#kwick6 A {
	BACKGROUND-POSITION: -950px 0px
}
#kwick6 A:hover {
	BACKGROUND-POSITION: -950px -50px
}
#kwick6 #aktiv {
	BACKGROUND-POSITION: -950px -50px
}
