@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	color: #000;
	margin: 0px;
}
#all {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#all #indextop {
	background-attachment: scroll;
	background-image: url(images/indextop.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 75px;
	width: 950px;
}
#all #indexcontent #usertest {
	float: left;
	height: 225px;
	width: 190px;
	margin-top: 75px;
}

#all #indexflash {
	float: left;
	height: 250px;
	width: 950px;
}
#all #indextop #indexlogo {
	float: right;
	height: 50px;
	width: 220px;
	margin-top: 15px;
}
#all #indextop #indexlanguage {
	float: left;
	height: 22px;
	width: 168px;
	margin-top: 53px;
	padding-left: 5px;
}
#all #indexflash #indexphoto1 {
	background-attachment: scroll;
	background-image: url(images/photo1.jpg);
	background-repeat: no-repeat;
	height: 180px;
	width: 240px;
	position: absolute;
	z-index: 1;
	margin-left: 50px;
	visibility: hidden;
}
#all #indexflash #indexphoto2 {
	background-attachment: scroll;
	background-image: url(images/photo2.jpg);
	background-repeat: no-repeat;
	height: 180px;
	width: 240px;
	margin-left: 200px;
	position: absolute;
	z-index: 2;
	visibility: hidden;
}
#all #indexflash #indexphoto3 {
	background-image: url(images/photo3.jpg);
	height: 180px;
	width: 240px;
	position: absolute;
	z-index: 3;
	margin-left: 330px;
	visibility: hidden;
}
#all #indextop #indexlanguage img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#all #indexcontent {
	float: left;
	height: 300px;
	width: 950px;
	background-image: url(images/indexcontent.jpg);
}
#all #indexcontent #indexcontflash {
	float: left;
	height: 300px;
	width: 760px;
}

#all #indextop #indexnav {
	float: left;
	height: 30px;
	width: 462px;
	margin-top: 45px;
}
#all #indextop #indexnav img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#all #indexfooter {
	float: left;
	height: 125px;
	width: 950px;
	background-color: #003b6b;
	font-size: 0.8em;
	color: #EBFFFF;
}
#all #top {
	background-image: url(images/normaltop.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 175px;
	width: 950px;
}
#all #top #normallanguage {
	float: left;
	height: 21px;
	width: 200px;
	margin-top: 154px;
}
#all #top #normallanguage img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#all #top #homeflash {
	float: right;
	height: 70px;
	width: 281px;
	margin-top: 30px;
	margin-right: 30px;
}
#all #homenav {
	background-color: #01366A;
	float: left;
	height: 30px;
	width: 950px;
}
#all #subnav {
	float: left;
	width: 100px;
}
#all #homecontent {
	float: left;
	width: 850px;
}

#all #homenav img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
  #footer
  {
	float: left;
	height: 125px;
	width: 950px;
	background-color: #003b6b;
	font-size: 0.8em;
	color: #EBFFFF;	  
  }
#footer a:link {
	color: #FFF;
}

#footer a:hover {
	color: #FF0;
}

#footer a:visited {
	color: #FF6
}

