/* CSS Document */

/*   body */
body {
	background-color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	background-image: url(images/odi_back.jpg);
	background-repeat: repeat;
	background-position: center top;
	margin: 0px;
}
#mytop{
	background-image: url(images/odi_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: static;
	margin-left: auto;
	margin-right: auto;
	top: 0px;
	height: 150px;
	width: 800px;
	z-index:3;
}

/* header links   */	
ul{	
	list-style-type:none;
	}
#mytop ul.navi{
	width:410px;
	display:block;
	margin:99px -50px 0 0px;
	float:right;
	font-size:0px;
	padding:0 0 0 0px;
	height: 28px;
	}
#mytop ul.navi li{
	display:block;
	margin:0 0px 0 0px;
	float:left;
	}
#mytop ul.navi li a.navi1{
	width:auto;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000099;
	text-decoration:none;
	text-indent:0px;
	text-align:center;
	padding: 5px;
	border: 1px solid #000099;
	}
#mytop ul.navi li a.navi1:hover{
	background:#FFFFFF url(images/menuhover.gif) no-repeat center bottom}
/* header links   */	
	
div.mybodycopy{
	height: auto;
	width: 800px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index:2;
	background-color: #FFFFFF;
	border:1px #FFFFFF;
	/*border: 1px solid #022770;*/
}
div.mycontent{
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
div.mycontent a:link, a:visited, a:active{
	color: #000099;
}
div.mycontent a:hover {
	color: #000099;
	text-decoration: none;
	background-color: #FFFF66;
}

img.pict-right{
	float: right;
	margin-left: 10px;
}
img.pict-left{
	float: left;
	margin-right: 10px;
}
h1 {
	font-size: 24px;
	color: #000099;
	text-align: center;
	font-weight: bold;
	line-height: 30px;
}
h2{
	font-size: 18px;
	background-color: #FFFFCC;
	text-align: center;
	display: block;
	width: 80%;
	padding: 2px;
	border: 1px solid #000099;
	font-weight: bold;
	margin:0 auto;
}
.name{font-size:24px; color:#000099; font-weight:bold}
/*----FOOTER PANEL----*/
.myfooter{
	position: relative;
	left: auto;
	z-index:10;
	width: 100%;
	height: 25px;
	color: #000066;
	right: auto;
	line-height: normal;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #000000;
	background-position: center center;
	text-align: center;
	margin-top: 3px;
	padding-top: 2px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	font-weight: bold;
	margin-right: auto;
	margin-left: auto;
}
