body {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#index{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#top-navi{
	clear: both;
	float: left;
	width: 650px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 25px;
	background-color: #1261A2;
	color: #FFFFFF;
	padding-left: 130px;
}
#top-navi ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#top-navi a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-right: 17px;
}
#top-navi a:hover{
	color: #000000;
	background-color: #FFFFFF;
}
#top-navi li { /* all list items */
	float: left;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
#top-navi li li{
    width:12em; 
}
#top-navi li ul { /* second-level lists */
	position: absolute;
	background: #1261A2;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	width: 12em;
	padding-top: 5px;
}

#top-navi li:hover ul, #top-navi li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#top-navi li li ol{
	margin: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	list-style-type: none;
}

#main{
	clear: both;
	float: left;
	width: 780px;
	padding-bottom: 20px;
}
h1{
	font-size: 15px;
	background-color: #CCCCCC;
	background-image: url(../images/in1p.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
	padding-top: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
}
h2{
	font-size: 13px;
	padding-left: 5px;
}
p{
	line-height: 130%;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#main table{
	background-color: #000000;
	margin-left: 20px;
	margin-bottom: 15px;
}
#main th{
	background-color: #9BBDBD;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 2px;
	text-align: center;
}
#main td{
	background-color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 2px;
	text-align: center;
}
.pic {
	text-align: center;
	width: 80%;
	padding-left: 20px;
}
.pic img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 20px;
}

#footer{
	clear: both;
	float: left;
	width: 780px;
	background-color: #CCCCCC;
}
#footer p{
    text-align:center;
}
