html {
  font-size: 100%;
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  font-size: 1em;
  font-family: Gill Sans MT, Tahoma, Arial, Helvetica;
  height: 100%;  
  color: #FFFFFF;
  background-color: #0A3E57;
}

img {
  border: 0;
}

#container {
  text-align: left;
  margin: 0 auto;
  background-color: #FFF;
  background-image: url(images/main_bg.jpg);
  background-repeat: repeat-x;
  background-position: left top;
  border-left: 0px solid #474747;
  border-right: 0px solid #474747;
  position: absolute;
  left: 0;
  top: 0;
  min-width: 970px;
  width: 100%;
}

#nav {
  padding-left: 35px;
  width: 730px;
  height: 24px;
  font-size: 0.7em;
  padding-top: 4px;
}

#nav ul {
  list-style-type: none; 
  display: inline;
  margin-right: 8px;
}

#nav li {
  display: block;
  float: left;
  margin-right: 12px;
  background-image: url(images/nav_separator.gif);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 12px;
}

#nav li.first {
  background-image: none;
}

#nav a:link {
  text-decoration: none;
  color: #FFF;
}

#nav a:visited {
  text-decoration: none;
  color: #CCC;
}

#nav a:hover, #nav a:active {
  text-decoration: underline;
  color: #FFF;
}

#date {
  position: absolute;
  font-size: 0.7em;
  text-align: right;
  top: 4px;
  color: #FFF;
  width: 175px;
  height: 24px;
  right: 30px;
}

#search {
  position: absolute;
  width: 200px;
  height: 55px;
  top: 24px;
  left: 25px;
  font-size: 0.7em;
  color: #FFF;
  padding-left: 20px;
  margin: 0;
}


#searchsubmit {
  width: 48px;
  height: 20px;
  background-color: #743D94;
  border: 1px solid #FFF;
  font-size: 1em;
  color: #FFF;
  font-weight: bold;
  padding: 0;
  margin: 0;
}

#search form {
  margin: 0;
  margin-top: 5px;
}

#searchBox {
  vertical-align: text-top;
  margin: 0;
  padding: 0;
  height: 18px;
}

#logo {
  text-indent: -9999px;
  position: absolute; 
  background-image: url(images/oup_logo.gif);
  background-repeat: no-repeat;
  background-position: center center;
  width: 410px;
  height: 35px;
  left: 245px;
  top: 40px;
  padding: 0;
  margin: 0;
}



.photo {
  float: right;
  margin-top: 0px;
  margin-left: 10px;
  margin-bottom: 10px;
}

#left {
  float: left;
  width: 190px;
  margin: 0;
  padding: 0;
}

#right {
  float: right;
  width: 170px;
  margin: 0;
  padding: 0;
}

.txtlink {
  color: #16A2F9;
  text-decoration: none;
}

.txtlink a {
  color: #16A2F9;
  text-decoration: underline;
}

.txtlink a:hover {
  color: #FFF;
  text-decoration: underline;
}


.footer {
  font-size: 0.8em;
  color: #FFF;
}


.footer a {
  color: #16A2F9;
  text-decoration: none;
}

.footer a:hover {
  color: #FFF;
  text-decoration: none;
}

.footerLeft {
  float: left;

}

.footerRight {
  float: right;
  text-align: right;
}


.left {
  float: left;
}

.right {
  float: right;
}


.sitemap {
  font-size: 0.8em;
}

