@charset "utf-8";
/* CSS Document */

/*------------------------------------*\
	NAV
\*------------------------------------*/
#nav{
	list-style:none;
	font-weight:bold;
	/* Clear floats*/
	float:left; 
	width:100%;
	/* Bring the nav above everything else--uncomment if needed.*/
	position:relative;
	z-index:5;
	background-color:#0082d1;
	margin: 0;
	padding: 0;
	height:42px;
	
}
#nav li{
	float:left;
	margin-right:0px;
	margin-bottom:0px;
	position:relative;
	list-style:none;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}
#nav a{
	display:block;
	padding:14px;
	font-family: Arial, Helvetica, sans-serif;
	color:#FFF;
	text-decoration: none;
	list-style: none;
	margin: 0;
	
}
#nav img{
	float: right;
	right: 0px;
}
#nav a:hover{
	list-style: none;
	margin: 0;
	color:#CCC;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
}

/*--- DROPDOWN ---*/
#nav ul{
	background:#666; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
	background:rgba(255,255,255,0); /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
	list-style:none;
	position:absolute;
	left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
	float:left;
}
#nav ul li{
	padding-top:1px; /* Introducing a padding between the li and the a give the illusion spaced items */
	float:left;
}
#nav ul a{
	white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
}
#nav li:hover ul{ /* Display the dropdown on hover */
	left:0; /* Bring back on-screen when needed */

}
#nav li:hover a{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
	background:#666;
	text-decoration:none;
}
#nav li:hover ul a{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
	text-decoration:none;
}
#nav li:hover ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
	background:#666;
}


body {
	background-image: url(images/img-bg.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	width: 990px;
	padding: 0;
	float: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
div {
	margin: 0;
	padding: 0;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #0082d1;
	text-decoration: none;
}
a:focus {
	outline: none;
}
a:hover, a:active {
	text-decoration: underline;
	color: #000;
}
p, h1, h2, h3, h4 {
	margin: 3px 0px 7px 0px;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 36px;
	color: #00ab3d;
}
h2 {
	font-size: 24px;
	color: #0082d1;
}
h3 {
	font-size: 18px;
	color: #000000;
}
h4 { 
	font-size: 14px;
	color: #000000; 
}
h5 {
	margin: 5px 0px 0px 0px;
	font-size: 12px;
	color: #000000;
}
h6 {
	margin: 0;
	font-size: 11px;
	font-weight: normal;
	font-style: italic; 
	color: #000000; 
}
ul {
	margin-top: 0px;
	margin-bottom: 0px; 
	margin-left: 20px; 
	padding: 0;
}
li {
	margin: 0;
	padding: 0;
}
hr {
	border-top: 1px solid #999999; 
	height: 0px;
	width: 75%;
}
.clear {
	clear: both;
	display: block;
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
} 

#splash {
	position:relative; 
	width: 990px;
	height: 250px;
	background-color:#FFF; 
}
#banner {
	position:relative;
	width: 990px;
	height: 300px;
	background-color:#FFF;
}
#banner2 {
	position: relative;
	width: 750px;
	height: 250px;
}
#content {
	position: relative;
	margin-top: -2px;
	width: 990px;
	background-color: #FFFFFF;
}
html>body #content {
	margin-top: 40px;
}
#column {
	position: absolute;
	width: 686px;
	top: 16px;
	left: 27px;
	height: 600px;
}
#sidebar {
	position: absolute;
	width: 205px;
	top: 17px;
	right: 33px;
	padding-left: 10px;
	border-left: 2px solid #999999;
	height: 763px;
}
#sidebar2 {
	position: absolute;
	width: 205px;
	top: 100px;
	right: 35px;
	padding-left: 10px;
	border-left: 2px solid #999999;
}
#welcomeheader {
	position: absolute;
	width: 543px;
	height: 45px;
	top: 25px;
	left: 25px;
	border-left: 5px solid #999999;
	padding: 5px 0px 0px 10px;
	color: #999999;
}
#welcometext {
	position: absolute;
	width: 556px;
	height: 120px;
	top: 80px;
	left: 26px;
}
#welcometext img {
	border: 2px solid #999999;
	margin-right: 10px;
}
#newsheader {
	position: absolute;
	width: 543px;
	height: 25px;
	top: 215px;
	left: 25px;
	border-left: 5px solid #999999;
	padding: 5px 0px 0px 10px;
	color: #999999;
}
#newstext {
	position: absolute;
	width: 558px;
	height: 262px;
	overflow:inherit;
	top: 250px;
	left: 25px;
}
#highlight {
	position: absolute;
	width: 298px;
	height: 350px;
	top: 27px;
	left: 618px;
	border-left: 2px solid #999999;
	padding: 0px 10px 0px 15px;
}
.keyline {
	border: 2px solid #999999;
	margin-right: 10px;
}
#focus {
	position: relative;
	width: 900px;
	height: 190px;
	top: 720px;
	left: 25px;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;

}
#focus1 {
	position: absolute;
	width: 285px;
	height: 175px;
	top: 10px;
	left: 0px;
}
#focus2 {
	position: absolute;
	width: 273px;
	height: 175px;
	top: 11px;
	left: 316px;
	padding-left: 10px;
	border-left: 2px solid #999999;
}
#focus3 {
	position: absolute;
	width: 273px;
	height: 175px;
	top: 10px;
	right: -16px;
	padding-left: 10px;
	border-left: 2px solid #999999;
}
#focusA {
	position: absolute;
	width: 297px;
	height: 100px;
	top: 361px;
	left: 618px;
	padding: 0px 10px 0px 15px;
	border-left: 2px solid #999999;
}
#focusB {
	position: absolute;
	width: 295px;
	height: 100px;
	top: 438px;
	left: 618px;
	padding: 0px 10px 0px 15px;
	border-left: 2px solid #999999;
}
#focusC {
	position: absolute;
	width: 294px;
	height: 110px;
	top: 521px;
	left: 618px;
	padding: 0px 10px 0px 15px;
	border-left: 2px solid #999999;
}
#footer {
	position: relative;
	width: 990px;
	padding-bottom: 15px;
	text-align: center;
	line-height: 10px;
	background-color: #FFFFFF;
}
html>body #footer {
	margin-top: -5px;
}
#dhtmltooltip {
	position: absolute;
	border: 1px solid #003366;
	padding: 8px;
	background-color: #FFFFFF;
	background-image: url(images/bg-tipgrad.gif);
	background-repeat: repeat-x;
	visibility: hidden;
	z-index: 100;
}
.contactform {
	width: 90%;
	margin: 0px 0px 10px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid #CCCCCC;
}	
.contactbutton {
	width: 85px;
	margin-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
li.resource {
	list-style-image: url(images/icon-pdf.gif);
	font-weight: bold;
}	
li.image {
	list-style-image: url(images/icon-img.gif);
	font-weight: bold;
}	
li.author {
	list-style-type: none;
	font-style: italic;
}
li.desc {
	list-style-type: none;
	margin-top: 2px;
	margin-bottom: 12px;
}
img.resource {
	margin-top: -5px;
}
h5.form {
	margin: 5px 0px 10px 0px;
	border-bottom: 1px dotted #999999;
	font-size: 12px;
	color: #000000;	
}
td.form {
	color: #666666;
	font-weight: bold;
	font-size: 12px;
}
table#navi td {
	margin: 0;
	padding: 0;
	border-top: 1px solid #E7E7E7;
	font-size: 11px;
	font-style: italic;
	color: #666666;
}
table#schedules td {
	border-bottom: 1px solid #E7E7E7;
}
table#schedules td.remarks {
	font-size: 11px;
	font-style: italic;
}
table#schedules td.header {
	background-color: #0082D1;
	font-weight: bold;
	color: #FFFFFF;
}
table.conf2008 td.header  {
	background-color: #003366;
	font-weight: bold;
	color: #FFFFFF;
}
table.conf2008 a {
	font-weight: bold;
	color: #000000;
}
#precon1 {
	padding: 5px;
	background-color: #FADADD;
}
#precon2 {
	padding: 5px;
	background-color: #ffe2ae;
}
#precon3 {
	padding: 5px;
	background-color: #ffffcc;
}
.regbtn {
	position: absolute;
	width: 150px;
	height: 44px;
	left: 485px;
	text-align: center;s
	font-weight: bold;
	font-size: 11px;
	padding: 3px 7px;
	vertical-align: middle;
	background-image: url(images/button_gryellow.gif);
}
.regbtn a {
	color: #000000;
	padding: 0;
	line-height: 1.15em;
}
.regbtn a:hover {
	text-decoration: underline;
}
#tablecontent {
	margin-left: 20px;
	margin-top: 20px;
}

.verticaltext {
}

