* {margin:0; padding:0;}
body{
	color:#000;
	font-family: Verdana;
	font-size:14px;
	background-color: #fff;
	text-align:left;
}
img {border:0px;}

h1 { 
	text-decoration:none;
	color: #000;
	font-weight:normal; 
	font-size:36px; 
}
h2 { 
	text-decoration:none;
	color: #000;
	font-weight:normal; 
	font-size:18px; 
}
h3 {
	text-decoration:none;
	font-weight:normal;
	color: #000;
	font-size:18px;
}

ul.navigation {
	width:720px;
	font-family: Segoe Print;
	font-size: 30px;
    text-align:center;
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 9px;
}

ul.navigation li {
    display: inline;
    margin: 5px;
}

ul.navigation a {
    padding: 8px;
    color: #000;
    text-decoration: none;
}

.nav1:hover {
    color: #00cc00;
}
.nav1.selected {
    color: #00cc00;
}
.nav2:hover {
    color: #0066cc;
}
.nav2.selected {
    color: #0066cc;
}
.nav3:hover {
    color: #cc0099;
}
.nav3.selected {
    color: #cc0099;
}
.nav4:hover {
    color: #ffcc00;
}
.nav4.selected {
    color: #ffcc00;
}

ul.navigation a:focus {
    outline: none;
}
.a2 { color: #000; text-decoration:none; font-style:italic; }
.a2:hover {  color: #0066cc; }
.a3 { color: #000; text-decoration:none; font-style:italic; }
.a3:hover {  color: #cc0099; }
.a4 { color: #000; text-decoration:none; font-style:italic; }
.a4:hover {  color: #ffcc00; }


#slider {
  width: 700px;
  margin: 0 auto;
  position: relative;
}

.scroll {
  height: 320px;
  overflow: auto;
  position: relative; 
  clear: left;
  background: #fff ;
}

.scrollContainer div.panel {
  padding: 0px;
  height: 320px;
  width: 700px; 
}

.scrollButtons {
  position: absolute;
  top: 212px;
  cursor: pointer;
}

.scrollButtons.left {
  left: -50px;
}

.scrollButtons.right {
  right: -50px;
}

.textblock {
  text-align:justify;
  width:340px;
  height:150px;
  margin:5px;
  float:left;
}
.textblock2 {
  position: relative;
  width:500px;
  height:150px;
  margin:5px;
  float:left;
}
.textblock2 a {
	margin-left:10px;
	text-decoration:none;
	color:#cc0099;
	font-style:italic;
}
.textblock2 ul {
	margin-top:5px;
	margin-left:10px;
	list-style:circle inside;
	line-height:20px;
}

.zF {
	color:#0066cc;
	position:relative;
}
.zFin {
display: none;
}
.zF:hover .zFin {
	text-align:left;
	position: absolute;
	top: 15px;
	left: 0px;
	padding: 5px;
	width:220px;
	display: block;
	background: #fff;
	border: 1px solid #ccc;
	color: #000;
}
