body {
  margin: 0;
  padding: 0;
  text-align: center;
  min-width: 800px;
  background: #306799;
}
DIV#centered {
  position: relative;
  top: 0;
  right: 0;
  margin: 0 auto;
  text-align: left;
  width: 800px;
  font-family:Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 18px;
}

DIV.study {
	height: 745px;
	background: url(Study_image.jpg) #306799 no-repeat top left;
}

DIV.device {
	height: 845px;
	background: url(Device_image.jpg) #306799 no-repeat top left;
}

DIV.candidate {
	height: 845px;
	background: url(Candidate_image.jpg) #306799 no-repeat top left;
}

DIV.information {
	height: 845px;
	background: url(Information_image.jpg) #306799 no-repeat top left;
}

DIV.unitedstates {
	height: 845px;
	background: url(Index_image.jpg) #306799 no-repeat top left;
}
DIV.prosthesis {
	height: 845px;
	background: url(blank_image.jpg) #306799 no-repeat top left;
}


H1 {
	color:#306799;
	font-size:18px;
	font-weight: bold;
}

H2 {
	font-size:16px;
	font-weight: bold;
	margin:0;
}

H2#homeLink {
	float: right;
	margin: 40px 40px 0 0;
}

DIV#homeLink a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

DIV#homeLink a:hover {
	text-decoration: underline;
}

IMG {
	border: none;
}

UL#nav {
	list-style-type: none;
	width: 30px;
	padding: 4px;
	margin: 130px 0 0 0px;
	float: left;
}

UL#nav li{
	padding: 4px 0 4px 0;
}

UL#nav li img {
	border-top: 1px solid #999;
	border-left: 1px solid #999;
}

UL#nav li img:hover {
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	border-top: none;
	border-left: none;
}



DIV#innerPanel {
	width: 535px; 
	margin: 140px 0 0 116px;
	_margin: 80px 0 0 16px;
	padding:0;
	float:left;
}

DIV#innerPanel P {
	width: 360px;
	_width: 370px;
}

DIV#innerPanel UL {
	width:330px;
	list-style: square;
}

DIV#footer {
	width: 100%;
	float:left;
	margin:50px 0;
	font-size: 11px;
	margin-bottom: 20px;
}

DIV#footer UL {
	text-align: center;
	margin:0;
	padding:0;
}

DIV#footer UL LI {
	display: inline;
	padding:0 3px;
	margin:0;
	border-right: 1px solid #333;
}

DIV#footer UL LI.nb {
	border: none;
}

DIV#footer UL LI A {
	text-decoration: none;
	color:#306799;
}
DIV#footer UL LI A:hover {
	text-decoration: underline;
}

DIV#footer H3 {
	 color:#306799;
	 font-size: 16px;
	 text-align: center;
	 margin: 6px 0;
	 font-weight: bold;
}
DIV#footer SPAN {
	color:#333333;
	font-size: 11px;
	text-align: center;
	margin:0;
	display: block;
	line-height: normal;
}