@charset "UTF-8";
body {
	font: 1em Verdana, Arial, Helvetica, sans-serif; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #003300;
	background-color: #FFF;
}
.oneColFixCtrHdr #container {
	width: 940px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
}
.oneColFixCtrHdr #header {
	font-family:Georgia, "Times New Roman", Times, serif;
	position: relative;
	color: #003300;
	background-color: #DEE6DE;
	background-image: url(images/nusalogo2.gif);
	background-repeat: no-repeat;
	background-position: 20px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border: 0px;
	border-radius: 15px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
}
.oneColFixCtrHdr #header h1 {
	font-size: .9em;
	margin-left: 200px;
}
.oneColFixCtrHdr #header h2 {
	margin-left: 200px;
	color: #003300;
	font-size: 0.8em;
	font-style: normal;
	font-weight: normal;
}
.oneColFixCtrHdr #header h3 {
	margin-left: 200px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	font-style: italic;
	font-weight: bold;
	font-variant: normal;
}
.headerP1 {
	font-size: 0.8em;
	padding-left: 200px;
	font-weight: bold;
}
.headerP2 {
	margin-left: 200px;
	color: #003300;
	font-size: 0.7em;
	font-style: normal;
	font-weight: bold;
}
.headerP3 {
	margin-left: 200px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	font-style: italic;
	font-weight: bold;
	font-variant: normal;
}

.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	font-size: 0.7em;
	line-height: 1.9em;
	color: #333;
	padding: 0;
	text-align: left;
}
.oneColFixCtrHdr #mainContentright {
	background: #FFFFFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.7em;
	line-height: 1.9em;
	padding-left:5px;
	padding-right: 5px;
	padding-top: 0;
	padding-bottom: 0; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 20px;
	margin-left: 13em;
}
.oneColFixCtrHdr #footer {
	background:#FFF;
	text-align: center;
	border-top: 1px solid #003434;
	padding: 10px;
	clear: both;
	font-size: .7em;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.menubardiv {
	width: 100%;
	overflow: hidden;
	background: #066;
	border-bottom: 1px solid black;
}
.menubardiv ul {
	margin: 0;
	padding: 0;
	padding-left: 0px;
	list-style-type: none;
	font-family: Verdana;
	font-size: .6em;
	font-weight: bold;
}
.menubardiv li {
	display: inline;
	margin: 0;
}
.menubardiv li a {
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 7px 8px;
	border-right: 1px solid white;
	color: white;
	background: #066; /*background of tabs*/
}


.menubardiv li a:hover, .menubardiv li.selected a {
	background-color: #E2ECE4;
	color: #007C7B;
}

#mainContent h1 {
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 3em;
	line-height: 1.1em;
}
#mainContent h2 {
	text-align: center;
	font-size: 1.2em;
	font-family: Verdana, Geneva, sans-serif;
}
#mainContent h3 {
	font-size: 1.2em;
	font-weight: bold;
	position: relative;
	color: #333;
}
a {
	font-family: Verdana, Geneva, sans-serif;
	color: #003434;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	background-color: #666;
}
#headline {
	background: #D7E8DE;
	border-top: 2px solid #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}

#current {
	background-color: #E2ECE4;
	color: #007C7B;
	padding-right: 10px;
	padding-left: 10px;
}
.oneColFixCtrHdr #sidebar1 {
	float: left;
	width: 10em;
	background-color: #FFF;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 5px;
	border: 1px solid #FFF;
}
.oneColFixCtrHdr #sidebar1 h3, .oneColFixCtrHdr #sidebar1 p {
	font-size: 0.7em;
	line-height: 1.8em;
	padding-left: 1px;
	margin-top: 20px;
}
.oneColFixCtrHdr #container #footer a {
	text-decoration: underline;
}
.oneColFixCtrHdr #container #mainContentright a {
	text-decoration: underline;
}
.oneColFixCtrHdr #container #sidebar1 a {
	text-decoration: underline;
}
.oneColFixCtrHdr #container #mainContent a {
	text-decoration: underline;
	font-weight: bold;
	width: 10px;
	font-family: Verdana, Geneva, sans-serif;
}

#flagbox {
	float: left;
	overflow: hidden;
	margin-top: 40px;
	margin-right: 20px;
	margin-bottom: 20px;
	clear: left;
	font-size: 1.2em;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
#topbanner {
	height: auto;
	width: auto;
	margin: 0px;
	padding-left: 100px;
}
#leftoftopbanner {
	float: left;
	width: 150px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	background-color: #E2ECE4;
	border: 1px solid #666;
	padding: 5px;
}
#right_skyscraper {
	float: right;
	margin-top: 10px;
	margin-left: 10px;
}
#left_skyscraper {
	float: left;
	margin-top: 10px;
	margin-right: 15px;
}
#rightbox {
	float: left;
	padding: 5px;
	clear: none;
	margin-top: 5px;
	margin-right: 10px;
}
.leftsidebar {
	float: left;
	margin-top: 10px;
	padding-right: 0px;
	padding-top: 0px;
}
#mainContent .leftsidebar h4 {
	font-style: italic;
}

#idented ul li {
	margin-left: 20px;
}


th {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}


td {
	height:13px;
	padding-top:1px;
	padding-right:1px;
	padding-left:1px;
	text-align:left;
	vertical-align:bottom;
	border:none;
	white-space:nowrap;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#content {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .7em;
}
.scrollbox {
	border: 3px solid #CCC;
	overflow: auto;
	height: 300px;
	padding: 5px;
}

.navbardiv {
	width: 100%;
	overflow: hidden;

}
.navbardiv ul {
	margin: 0;
	padding: 0;
	padding-left: 0px;
	list-style-type: none;
	font-family: Verdana;
	font-size: 1.2em;
	font-weight: normal;
}
.navbardiv li {
	display: inline;
	margin: 0;
}
.navbardiv li a {
	float: left;
	display: block;
	text-decoration: underline;
	margin: 0;
	padding: 7px 8px;
	color: #666;
}

.navbardiv li a:visited {
	color: #666;
}

.navbardiv li a:hover, .navbardiv li.selected a {
	background-color: #999;
	font-size: 1.2em;
	color: #fff;
	text-decoration: underline;
}
.navbardiv ul li #current {
	font-size: 1.3em;
	color: #FFF;
	background-color: #333;
}
#sidebar2 {
	width: 200px;
}
.likebutton {
	font-family: Verdana, Geneva, sans-serif;
	left: 0px;
	position: relative;
	right: auto;
}

