html, body, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
	scrollbar-base-color: #B1B6BF;
	scrollbar-arrow-color: #6D7481;
	scrollbar-track-color: #EEEEEE;

	scrollbar-shadow-color: #989EA6;
	scrollbar-lightshadow-color: #EEEEEE; 
	scrollbar-darkshadow-color: gray;

	scrollbar-highlight-color: white;
	scrollbar-3dlight-color: #989EA6;

}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #13494b;
}
a:hover {
	color: #464544;
	text-decoration: underline;
}
.left {
	float: left;
}
.right {
	float: right;
}
/*.more {
	float: right;
	text-transform : uppercase;
} */
.clear {
	clear: both;
}

body {
	background: #fff url(../images/page_bg.gif) repeat-x;
	text-align: center;
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	color: #464544;
}

/** layout **/
#wrapper {
	text-align: left;
	margin: auto;
	width: 728px;
  	position: relative;
	margin-left: auto;
	margin-right: auto;

}

h1 {
	position: absolute;
	top: 46px;
	left: 0;
	height: 43px;
	width: 465px;
	text-align: center;
	background: #989EA6;
	color: #ffffff;
	font: 1.8em "Times new roman", serif;
	font-weight: normal;
}
h1 strong {
  font-weight: normal;
  color: #0E1520;
}
#top-nav {
	position: absolute;
	top: 15px;
	left: 465px;
	width: 263px;
	height: 269px;
	background: #989EA6 bottom left url(../images/research3.jpg) no-repeat;
}
#top-nav ul {
  text-align: center;
  line-height: 32px;
}
#top-nav li {
  display: inline;
  font-size: 1em;
  color: #fff;
}
#top-nav a {
  text-decoration: none;
  font-weight: normal;
  color: #fff;
}
#top-nav a:hover {
  text-decoration: underline;
}

#header {
	background: url(../images/header_bg.jpg) no-repeat;
	position: absolute;
	top: 89px;
	left: 0px;
	width: 465px;
	height: 195px;
}

/** body **/
#spacer {
  height: 285px;
}

#body {
  background: url(../images/body_bg.gif) repeat-y;
  width: 100%;
}

#left {
  float: left;
  width: 462px;
}
#right {
  float: right;
  width: 262px;
}

#div-1a {
 float: left;
 margin-top:2px;
 margin-right:0;
 width:48px;
 height:100px;
}
#div-1b {
 float:left;
 margin-top:2px;
 margin-left:4px;
 width:190px;
 height:100px;
}
#div-1c {
 float:left;
 margin-top:8px;
 margin-left:2px;
 width:230px;
}

#menu{
	border:none;
	border:0px;
	margin:0px;
	padding:0px;
	}
	
#menu ul{
	list-style:none;
	margin:0;
	padding:0;
	font: 11px Verdana,Arial, Helvetica, sans-serif;
	}
#menu li{
  position:relative;
  float: left;
  height: 24px;
  line-height: 24px;
  text-align: left;
  background-color: #6D7481;
  border-left: 1px solid #989EA6;
  list-style: none;
	}
#menu li a{
	display:block;
	color:#FFFFFF;
	text-transform : uppercase;
	text-decoration : none;
	line-height:24px;
	margin:0px;
	padding:0px 8px;
	text-align:center;
	text-decoration:none;
	border-bottom: 1px solid #FFFFFF;
	}
		#menu li a:hover, #menu ul li:hover a{
			color:#FFFFFF;
			text-decoration:none;
			display: block; 
			}
	#menu li ul{
		display:none;
		height:auto;
		padding:0px;
		margin:0px;
		border:0px;
		position:absolute;
		z-index:200;
		left:-1px;
		}
	#menu li:hover ul{
		display:block;
		
		}
	#menu li li {
		display:block;
		margin:0px;
		padding:0px;
		width:208px;
		}
	#menu li:hover li a{
		background:none;
		display: block;
		
		}
	#menu li ul a{
		display:block;
		width: auto;
		height:24px;
		font-style:normal;
		margin:0px;
		padding:0px 10px 0px 13px;
		text-align:left;
		}
		#menu li ul a:hover, #menu li ul li:hover a{
			background:#989EA6;
			border:0px;
			color:#0E1520;
			text-decoration:none;
			}
	#menu p{
		clear:left;
		}		

#visit {
  background: #EEEEEE;
  padding: 15px 15px 10px 15px;
  min-height: 260px;
}
#visit h2 {
  font-size: 1.3em;
}
#visit h4 {
  font-size: 1em;
}
#visit a {
  color: #13494b;
  text-decoration: none;
}
#visit a:hover {
  text-decoration: underline;
}
#visit p {
  text-align: justify;
}
#visit ul {
  margin-top: 5px;
}
#visit li {
  list-style: none;
  margin-top: 10px;
  padding-left: 20px;
  background: 5px 3px url(../images/bullet.gif) no-repeat;
  text-align: justify;
}

#subs-left {
  float: left;
  width: 240px;
  padding-left: 15px;
  padding-bottom: 20px;
  margin-top: 8px;
  color: #fff;
  height: 110px;
  /*min-height:100%;
  height:100%;*/
}
#subs-right {
  float: right;
  width: 175px;
  padding-right: 0px;
  padding-bottom: 20px;
  margin-top: 8px;
 height: 110px;
  /* min-height:100%;
  height:100%;*/
}
#subs-left a {
  color: #fff;
  text-decoration: none;
}

#subs-left h3 {
  color: #000000;
  font-size: 1em;
  font-weight:normal;
  text-transform : uppercase;
}
#subs-left p {
  text-align: justify;
  margin: 1em 0;
}

#subs-right {
  color: #fff;
}
#subs-right h3 {
  color: #000000;
  padding-left: 20px;
  padding-bottom: 6px;
  font-size: 1em;
  font-weight:normal;
  text-transform : uppercase;
}
#subs-right h4 {
  color: #000000;
  font: 1.1em "Times new roman", serif;
  margin: 0.6em 0;
}
#subs-right ul {
 /* margin-top: 5px; */
}
#subs-right li {
  list-style: none;
  margin-top: 5px;
  padding-left: 20px;
  background: 5px 3px url(../images/bullet.gif) no-repeat;
}
/*#subs-right p {
  text-align: justify;
  margin: 0.6em 0;
} */

#subs-right a {
  color: #13494b;
  text-decoration: none;
}

#subs-right a:hover {
  text-decoration: underline;
}

#right-i {
  padding: 5px 8px 0 8px;
}
#right h2 {
  color: #323E51;
  font-size: 1.3em;
  text-align: center;
  margin-bottom: 12px;
}
#right h3 {
  color: #000000;
  margin-bottom: 5px;
  font-size: 1em;
  font-weight:normal;
  text-transform : uppercase;
}
#right p {
  margin-top: 0;
  color: #163348;
}
#right .left {
  margin-right: 4px;
}
#right a {
  color: #13494b;
  text-decoration: none;
}
#right a:hover {
  text-decoration: underline;
}

#table{
/*margin-bottom:3px;*/
border-collapse:collapse;
padding: 10px;
margin: 10px auto;

}

#table td{
padding: 5px 5px 7px 7px;
text-align: left;
border: 1px solid #FFFFFF;
}

.odd{
background-color: #FFFFFF;
}

.oddh{
color: #323E51;
background-color: #FFFFFF;
font-weight:bold;
}
/** footer **/
#copyright {
  background: #6D7481;
  color: #fff;
  text-align: center;
  font-size: 0.8em;
  float: right;
  width: 263px;
  padding: 10px 0;
  margin-bottom: 15px;
}
#copyright p {
  margin: 0;
  padding: 0;
}
