/* CSS Document */

body {
	margin: 20px;
	padding: 0;
	text-align:center;
}

#content {
   text-align: center;
   border: 1px solid #007283;
   padding: 0;
   margin: 0;
	width:730px; /*actual width */
	/*box model hack */
	voice-family: "\"}\""; 
  	voice-family: inherit;
  	width: 728px; /* 730-0-1-0-1=728 */

}
/* be nice to opera rule */
html>body #content {
  	width: 728px;
	}

p { 
	margin: 40px; 
	padding-top: 10px; 
   	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: x-small;
	font-weight: normal;
	line-height: 140%;
	border-top: 1px solid #007283;
	color: #666;
}

#header {
	height: 279px; /* height of background image */
   background-image:url(banner2010.jpg);
   background-position:top left;
   background-repeat:no-repeat;
	border-bottom: 1px solid #007283;
}

#subheader {
	height: 30px; 
	padding: 5px;
   background-color: #007683;
   color: #fff;
   font-size: large;
   font-weight: bold;
   text-align: left;
font-family: Verdana, Arial, Helvetica, sans-serif; 
}

#IOnavcontainer
{
padding-top: 0; 
margin: 0 auto 0 auto;
z-index: 1;
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: x-small;
font-weight: normal;
}

#IOnavcontainer ul
{
list-style-type: none;
text-align: center;
margin: 0 0 36px 0;
padding: 0;
position: relative;
z-index: 2;
}

#IOnavcontainer li
{
display: inline;
text-align: center;
margin: 0 5px;
}

#IOnavcontainer li a
{
padding: 4px 7px;
color: #007283;
background-color: #fff;
border: 1px solid #007283;
text-decoration: none;
}

#IOnavcontainer li a:hover
{
color: #007283;
background-color:#C4E4E8;
}

#IOnavcontainer li a#current
{
color: #fff;
background-color:#E67229;
font-weight: bold;
border: 1px solid #007283;
}

#IOsubnav ul { 
   	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: x-small;
	margin-left: 60px;
	line-height: 160%;
	font-weight: bold;
	color: #E67229;
	text-align: left;
	list-style: none;
	text-decoration: none;
}

#IOsubnav ul a { 
	color: #E67229;
	line-height: 160%;
	font-weight: bold;
	text-align: left;
	list-style: none;
	text-decoration: none;
}

#IOsubnav ul a:hover {
	color: #FFF;
	background-color:#E67229;
}

#IOsubnav li ul { 
	font-size: 90%; 
	font-weight: normal;
	color: #666;
	margin: 5px 40px;
	text-align: left;
	list-style: disc;
	list-style-position:outside;
	text-decoration: none;
}

#IOsubnav li ul a { 
	font-weight: normal;
	color: #666;
	text-align: left;
	list-style: disc;
	list-style-position:outside;
	text-decoration: none;
}

#IOsubnav li ul a:hover {
	color: #666;
	background-color:#C4E4E8;
}

