/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 12pt;
	color: #000000;
	margin: 0px;
	text-align: justify;
	background:#27343C; 
}			

#container {
	background: #FFF;
	margin: 30px auto;
	padding: 10px 20px;
	width: 780px;
}		
		
#topbox {
	position:relative;
	top:4px;
	height:340px;
	width:100%;
	background-color:#FFF;
	text-align: center;
	left: 0px;	
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid black;
}

#topnav {
	position: relative;
	left: 0px;
	height:45px;
	width: 780px;
	margin: 0px;
	text-align:center;
	font-size: 13px;
	font-weight:bold;
}
	
#content {
	position:relative;
	width:760px;
	height:auto;
	left: 20px;
	background: #FFF;
}
	
#mic {
	position:relative;
	width:170px;
	height:227px;
	margin-top:2px;
	margin-left:50px;
	margin-bottom:5px;
	background-image:url('mic.gif');
}

#hidden
	{
	display:none;
	}	  
	  
#rightlogo{
		position:relative;
		left:500px;
		top:4px;
		width:226px;
		height:86px;
		background-image:url(../ntu_logo.gif);
		}
		
ul,li	{
		list-style:none;
		margin-left:0px;
		margin-top:6px;}

.mainlist{
		list-style:circle;
		}
h1 {
		font-size: 22px;
		color: #6B7D8F;
		font-weight: bold;
		line-height:20px;
			}
h2 {
		font-size: 14px;
		color: #6B7D8F;
		margin-top:0px;
		margin-bottom:0px;
 		font-weight: bold;
		border-bottom:0px;
			}

a:link, a:visited, a:active {
		color: #4D87BB;
		text-decoration: none;
		font-weight:bold;
		outline: none;
		target:framed;
		}
	a.top {color:#FFFFFF;}

a:hover,top:hover{color:#CC0006;}

#bottom {
			position:relative;
			width:100%;
			text-align:center;
			font-size: 11px;
			color: #666666;
			font-weight: bold;
			margin-bottom:20px;}
#bottom:hover {
				COLOR: black;}	
#wrapper {
				margin-right: auto;
				margin-left: auto;
				text-align: left;
				width: 750px; }
#rightcol{
	position: absolute;
	top: 0px;
	width: 460px;
	height:710px;
	margin: 0px;
	text-align: justify;
	font-size:10pt;
	left: 295px;
}
			
#datapage{
	position: absolute;
	top: 0px;
	width: 460px;
	height:600px;
	margin-right: 10px;
	text-align: justify;
	font-size:10pt;
	left: 0px;
	right:10px;
	padding-right:10px;
	overflow-x:hidden;
	overflow-y:auto;
	background: #FFF;
		}
			
#leftcol {
			position: relative;
			left: 0px;
			top:0px;
			width: 275px;
			line-height: 12pt;
			margin: 0px;
			margin-bottom:0px;
			text-align: justify;
			font-size:10pt;}
.small {
	font-size: 11px;
}

#menu {
	position: relative;
	left: 0px;
	height:50px;
	width: 780px;
	margin: 0px;
	text-align:center;
	font-size: 13px;
	font-weight:bold;
}

#menu ul {
	line-height: normal;
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu li {
	float: left;
	margin: 0 19px;
	border-left: 1px solid #4D87BB;
	border-right: 1px solid #4D87BB;
}

#menu li a {
	background: #FFF;
	border: none;
	display: block;
	padding: 1px 10px 1px 10px;
	text-align: center;
	text-decoration: none;
}

#menu li ul {
    background: #FFF;
    border: 1px solid #B2B2B2;
    display: none;
	margin: 0;
	position: absolute;
	width: 150px;
    z-index: 200;
}

#menu li:hover ul {
    display: block;
}

#menu li li {
	margin: 0;
    width: 150px;
	border: none;
}

#menu li:hover li a {
    background: #FFF;
}

#menu li ul a {
    background: none;
    display: block;
    padding: 5px;
	text-align: left;
	border: none;
}

#menu li ul a:hover, #menu li ul li:hover a {
    background: #DDD;
    text-decoration: none;    
}
