/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
	background-image:  url(../images/background.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
}

div#wrapper{
	width: 820px;
	background-image:   url(../images/itoi_back-ground.png);
	background-repeat: repeat-y;
}

div#header{
	width: 800px;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	background-image:  url(../images/headerbackground.gif);
	height: 100px;
	margin: 0px;
	padding: 0px;
}

div#header ul{
	text-decoration: none;
	list-style-type: none;
	font-weight: bold;
}

div#header li{
	display: inline;
	padding-right: 1.2em;
	padding-left: 1.3em;
}

div#main{
	margin: 0px;
	padding: 0px;
	width: 800px;
	background-color: #FFFFFF;
}

div#main ul{
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #000000;
	border-bottom-color: #000000;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 650px;
	margin-left: 50px;
	margin-top: 30px;
}

div#main li{
	list-style-type: none;
}

div#main p{
	margin-left: 50px;
}

div#main table{
	margin-left: 50px;
}

div#footer{
	width: 820px;
	clear: both;
}

div#footer li{
	font-size: 12px;
	line-height: 150%;
	color: #666666;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	list-style-type: none;
}

.menulink{
	color: #003333;
	text-decoration: none;
}

h1{
	text-indent: 20px;
	font-size: 13px;
	font-weight: bold;
	color: #006600;
	width: 700px;
	height: 20px;
	background-color: #99CC99;
	margin-left: 50px;
	margin-bottom: 50px;
	margin-top: 50px;
	padding-top: 7px;
}
