body {
	margin : 0;
	font-family: arial, sans-serif;
	background: #E5F3FA;
	color:#000;
}

#banner {
	position: relative;
	width: 100%;
	padding-top: 4px;
	color: #1313B5;
	border-bottom: 1px solid #ccc;
	background: #fff;
	background-color: #E5F3FA;
}

#banner table {
	margin: 0;
	padding: 0;
	border: 0;
}

#banner h1 {
	padding-bottom: 0;
	padding-top: 2px;
	padding-left: 0px;
	margin: 0px;
	font-weight:normal;
	font-size: 250%;
	text-align: center;
}

#banner p {
	font-weight: bold;
	font-size: 10pt;
	margin-top: 3px;
	margin-left: 0px;
	padding-top: 0;
	padding-left: 0px;
	text-align: center;
}

#banner img {
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 54px;
	padding-right: 0px;

}

#navigation {
	position: absolute;
	height: 100%;
	top: 0;
	z-index: 100;
}

#wrapper{
	position:relative;
}

#search {
	position: relative;
	top: 16em;
	font-size: 0.8em;

	margin-left: 10px;
}

#search input {
	border: 1px solid black;
}

#main {
	position: relative;
	margin: 0;
	padding:1em 0;
	left: 220px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	width: 60%;
	color: #111;
	background: #fff;
	font-family: arial,sans-serif;
	font-size:80%;
	
	z-index: 1;
}



#main h1 {
	margin:0;
	padding-left: 20px;
	padding-right: 40px;
	font-size: 18pt;
	margin-bottom: 0px;
	font-weight:normal;
}

#main h2 {
	padding-left: 20px;
	padding-right: 40px;
	font-size: 14pt;
	margin-bottom: 0px;
	font-weight:normal;
}

#main h3 {
	padding-left: 20px;
	padding-right: 40px;
	font-size: 14pt;
	margin-bottom: 0px;
		font-weight:normal;
}

#main p {
	padding:10px 40px 0 40px;
	margin-top: 0px;
	line-height:1.5em;
}

#main a:link, #main a:visited {
	text-decoration: none;
	color: #00c;
	background:#fff;
}

#main a:hover {
	text-decoration: underline;
	color: #aa2a2c;
	background:#fff;
}


#main ul {
	list-style-type: square;
}

#main ol {
	padding-left: 40px;
	padding-right: 40px;
}


#main img {
	margin-left: 20px;
	
}

.researchtable {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
	margin-top: 2px;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 40px;
	font-family: verdana, sans-serif;
	font-size: 10pt;
	color: #333;
	border-width: 1px;
	border-style: solid;
	border-color: #666;
	border-spacing: 1px;
	border-collapse: collapse; 
}

.researchtable th {
	background: #eee;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	border-width: 1px;
	border-style: solid;
	border-color: #666;
	border-spacing: 1px;
	vertical-align: top;
	padding: 5px;
	padding-right: 10px;

}

.researchtable td {
	margin: 0px 0px 0px 0px;
	border-width: 1px;
	border-style: solid;
	border-color: #666;
	border-spacing: 1px;
	vertical-align: top;
  	padding: 5px;
  	padding-right: 10px;
}


.stafftable {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
	padding-left: 20px;
	padding-right: 40px;
	font-family: verdana, sans-serif;
	font-size: 10pt;
	color: #666;
	border-width: 1px;
	border-style: solid;
	border-color: #666;
	border-spacing: 1px;
	border-collapse: collapse; 
}


.stafftable th {
	background: #eee;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	border-width: 1px;
	border-style: solid;
	border-color: #666;
	border-spacing: 1px;
	vertical-align: top;
	padding: 5px;
	padding-right: 10px;

}

.stafftable td {
	margin: 0px 0px 0px 0px;
	border-width: 1px;
	border-style: solid;
	border-color: #666;
	border-spacing: 1px;
	vertical-align: top;
  	padding: 5px;
  	padding-right: 10px;
}


.stafftitle {
	background: #eee;
	color: #000;
}

.staffheading {
	font-weight: bold;
	width: 20%;
	background: #eee;
	color: #000;
}



.tabletitle {
	font-weight: bold;
	background: #eee;
}

.projecttitle {
	font-weight: bold;
	width: 20%;
	background: #eee;
}

#main .projecttitle  a:link, #main .projecttitle  a:visited  {
	text-decoration: none;
	background: #eee;
	color: blue;
}

#main .projecttitle  a:hover  {
	text-decoration: underline;
	color: #aa2a2c;
	background:#eee;
}


#main .projecttitle  a:active  {
	text-decoration: underline;
	color: red;
	background:#eee;
}


#footer {
	margin:0;
	padding-right: 40px;
	font-size: 80%;
	text-align: left;
	border-top: 1px solid #ccc;
	background:#fff;
	color:#333;
}

#footer hr {display:none;
}

#counter {
	font-weight: bold;
}

.spacer {
	height:5em;
}


#navigation ul {
	position:absolute;
	margin: 5px 0 0 5px;
	padding: 0;
	list-style: none;
	width: 210px; /* Width of Menu Items */
	border-bottom: 1px solid #ccc;
	font-size: 10pt;
}

#navigation ul li {
	position: relative;
}
	
#navigation li ul {
	left: 204px; /* Set 1px less than menu width */
	top: -5px;
	display: none;
	background-color: white;
	z-index: 100;
}

/* Styles for Menu Items */
#navigation ul li a {
	display: block;
	text-decoration: none;
	color: #333;
	/* background: #fff; */ /* IE6 Bug */
	padding: 5px;
	padding-left: 8px;
	border: 1px solid #ccc;
	border-bottom: 0;
	background-color: white;
}


#navigation li a.expandable:link,
#navigation li a.expandable:visited {
	background: #fff url(arrow.gif) right no-repeat;
}

#navigation li a.expandable:hover,
#navigation li a.expandable:active{
	background: #f9f9f9 url(arrow_red.gif) right no-repeat;
}



/* Fix IE. Hide from IE Mac \*/
* html #navigation ul li { float: left; height: 1%; }
* html #navigation ul li a { height: 1%; }
/* End */

#navigation ul li a:hover { 
	color: #aa2a2c; 
	background: #f9f9f9; 
} /* Hover Styles */
		
#navigation li ul li a { 
	padding: 2px 5px;
}  /* Sub Menu Styles */ 
		
#navigation li:hover ul, #navigation li.over ul { 
	display: block;  
} /* The magic */


/*   Newsticker  */

#ntFrame { 
	position: relative;
	padding-top: 10px;
	padding-left: 16px;
	padding-bottom: 0;
	margin: 0;	
	z-index:234;
}

#ntOuter { 
	visibility:visible; 
	position:relative; 
	top: 0px;
	margin-top: 0px;
	border:0;
}

#ntOuter a { 
	text-decoration:none;
}

#ntOuter a:link { 
	color:#00c;
}

#ntOuter a:visited { 
	color:#800080;
}

#ntOuter a:hover, #ntOuter a:active {
	color:#aa2a2c; 
	text-decoration:underline;
}

.ntInner { 
	visibility:hidden;  
	position:absolute;
}

#ntLatestNews { 
	font-size:12px; 
	color:#CC0000; 
	font-weight:bold;
}

#ntLatestNewsLink { 
	font-size:12px; 
	color: blue; 
	padding-left:5px; 
}

#ntLatestNewsLink a:visited { 
	color: blue; 
}
