html {
padding: 0;
margin: 0px;
}
body {
	padding: 0;
	margin: 0;
	margin-top: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #5187B2;
	font-size: 13px;
	line-height: 1.5em;
}
a {
  color: #000;
}
.container {
  margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
    height: 800px;
/* 	background-color: #FFFFFF; */
    background-image: url("/new-images/background.jpg");
	background-position: top center;
	position: relative; 
	top: -17px;
}
.loginContainer {
	margin: auto;
	width: 1000px;
    height: 800px;
/*	background-color: #FFFFFF; */
    background-image: url("/new-images/background-login.jpg");
/*	position: relative; */
}
#logo {
    position: relative;
    left: 85px;
    top: 35px;
}
#slideContainer {
    position: absolute;
    left: 95px;
    top: 111px;
}
#index-content {
  text-align: center;
  }
#nav {
    position: absolute;
    top: 0px;
    left:  608px;
}
#subtitle {
    position: absolute;
    top: 65px;
    left: 465px;
}
#footer {
    position: absolute;
    top: 540px;
    left: 95px;
}
#footer h2 {
  font-size: 14px;
  padding-top: 0;
  margin-top: 0;
}
#footer table {
   font-size: 12px;
   font-family: Geneva, Arial, Helvetica, sans-serif;
   padding-top: 0;
   margin-top: -15px;
}
.smallertext2, .smallertext2 td {
  font-size: 11px;
  }
.smallertext {
  font-size: 10px;
  }
.smallertext p {
  line-height: 1.5em;
  }
#footer li {
  padding-bottom: 2px;
}
#loginForm {
  position: absolute;
  left: 150px;
  top: 220px;
}
#loginForm div {
	margin-bottom: 1em;
	margin-left: 2em;
}
label {
  float:left;
  width: 4.7em;
  line-height: 1.4em;
}
#loginSubmit
{
  padding-left: 105px;
}


