body {
  height: 100%;
	margin:0px;
	padding: 0px;
  text-align: center;
  vertical-align: middle;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 0.8em;
  color: #ffffff;
  background-color: #003399;
}


a {
  color: White;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
#nav {
  margin: 0px 0px 1px;
  padding-bottom: 1px;
  white-space: nowrap;
  background-color: #003399;
  color: White;
  width: 100%;
}
#nav ul {
  margin: 0;
  padding-left: 0;
}
#nav ul li {
  display: inline;
  width: 14%;
  float: left;
  margin-left: 1px;
}
#nav ul li a {
  background-color: #003399;
  color: White;
  text-decoration: none;
  border-right-width: 1px;
}
#nav ul li a:hover {
  font-weight: bold;
  color: White;
}
.content_wrapper {
  margin-right: auto;
  margin-left: auto;
  position: relative;
  width: 800px;
  height: 470px;
  clear: both;
}
.content {
  border-style: solid;
  border-color: #d2d2d2;
  border-width: 1px 0px;
  padding: 8px 20px 20px;
  overflow: auto;
  width: 780px;
  height: 465px;
  color: #ffffff;
  background-color: #3366ff;
  text-align: left;
  clear: both;
}
.footer {
  margin: 10px 0px 0px;
  text-align: center;
  color: #ffffff;
  background-color: #003399;
  font-size: 0.8em;
}
.pagetitle {
  margin: 2px 0px 5px;
  font-size: 1.4em;
  font-weight: 800;
  color: #ffffff;
  text-align: left;
}
.serc_def {
  font-size: 1.6em;
  color: #ffffff;
  font-family: "Times New Roman",Times,serif;
  font-style: normal;
  font-weight: 400;
  padding-top: 5px;
}
.whats_new_title {
  font-size: 2em;
  font-weight: 800;
  color: #ffffff;
  text-align: center;
}
.whats_new_body {
  font-size: 1.4em;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
}
.login_box {
  border: 1px solid #d2d2d2;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  margin-top: 100px;
  width: 320px;
  height: 220px;
  color: #ffffff;
  background-color: #3366ff;
  clear: both;
}
