/* CSS Document */

body { 
	padding:0; 
	margin:0;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
}

a:link, a:visited, a:active {
	font-size:12px; 
	text-decoration:none;
	color:#000;
}

a:hover {
	font-size:12px; 
	text-decoration:underline;
	color:#000;
}

img { 
	border:none;
}

.logo {
	position:absolute; 
	margin-left:30px; 
	margin-top:30px;	
}

#menu { 
	position:absolute;
	height:50px;
	width:230px;
	background-image:url(/i/menuPBG.png);
	left:380px;
	top:50px;
	display:none;
	padding-top:5px;
	padding-bottom:5px;
}

.square { 
	padding:5px;
	padding-left:10px;
	vertical-align:middle;
}

#menu a:link, #menu a:visited, #menu a:active { 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#FFF;
	text-decoration:none;
	padding:5px;
}

#menu a:hover { 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#FFF;
	text-decoration:underline;
	padding:5px;
}

li { 
	margin-bottom:5px;
	list-style-type:square;
}

.mainT { 
	margin-top:50px;
	position:relative;
}

.menuBG { 
	background-image:url(/i/menuBG.gif);
	background-repeat:repeat-x;
	height:33px;
}

.menuT { 
	margin-right:50px;
}

.menuS { 
	width:51px;
	height:33px;
	background-image:url(/i/menuS.png);
	background-repeat:no-repeat;
}

.menuT a:link, .menuT a:visited, .menuT a:active { 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#FFF;
	text-decoration:none;
}

.menuT a:hover { 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#FFF;
	text-decoration:underline;
}

.lineB { 
	color:#530304;
	height:3px;
	background-color:#530304;
	margin-bottom:10px;
	padding-bottom:10px;
}

.content {
	padding-left:20px;
	padding-right:20px;
	padding-top:20px;
	padding-bottom:20px;
}

.copyright { 
	padding-left:30px;
	padding-right:30px;
	padding-bottom:15px;
	padding-top:15px;
}

.certification { 
	background-color:#72bf44;
	width:4px;
}

.education { 
	background-color:#0076c0;
	width:2px;
}

.design { 
	background-color:#f47920;
	width:2px;
}

.other {
	background-color:#530304;
	width:4px;
}

.textM {
	padding-left:15px; 
	padding-right:15px;
}

.textMM {
	padding-left:15px; 
	padding-right:15px;
	padding-top:15px;
	vertical-align:top;
}

.title, h1 { 
	color:#530304;
	font-size:22px;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	vertical-align:top;
}

.date { 
	color:#d8cbcc;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	font-weight:bold;
}

.partT { 
	text-align:center;
}

.newsT img { 
	cursor:pointer;
}

.loading {
 display: none;
 width: 100px;
 height: 100px;
 position: absolute;
 left: 50%;
 margin-left: -50px;
 top: 50%;
 margin-top: -50px;
 border:1px solid #999;
}

a.seminar:link, a.seminar:visited, a.seminar:active, a.seminar:hover  {
	font-size:12px; 
	text-decoration:underline;
	color:#0076c0;
}


#viewer {
	height:110px; 
	width:650px; 
	clear:both; 
	overflow:hidden; 
}

#viewerFrame {
	clear:both; 
	padding:0;
}

#viewer img {
	display:inline; 
	border:0;
	border:#999 1px solid;
}

#viewer a {
	display:block; 
	float:left;
	width:100px;
	height:100px;
	padding:5px;
}

#next, #prev { 
	cursor:pointer;
	margin:10px;
}