body {
  margin: 0;
  padding: 0;
  background: white;
  color: black;
  font: 1em/1.3 Georgia,Garamond,Bookman,Times,"Times New Roman" serif;
}

h1 {
  color: black;
  font: 1.75em Arial,sans-serif;
  padding-left: 20px;
  background: url(images/little_bin.png) no-repeat;
  text-shadow: 1px 1px 1px #999;
  position: relative;
}

h2 {
  color: #666;
  padding-left: 20px;
  font: 1.6em Arial,sans-serif;
  background: url(images/little_bin.png) no-repeat;
  border-bottom: 1px solid #fbe78a;
}

h3 {
  color: #193f60; /* blue-grey */
  font: 1.3em Arial,sans-serif;
}

p {
  text-align: justify;
}

a {
  color: #193f60; /* blue-grey */
}

a img {
  border: none;
}

dt {
  font-weight: bold;
}

dd {
  padding-bottom: 1em;
}

th {
  background: #005098; /* the blue of the header */
  color: white;
  padding: 0.4em;
}

td {
  padding: 0.4em;
}

#datatable {
  width: 100%;
  /* overflow: auto; */
  font: 0.8em Verdana,sans-serif;
  white-space: nowrap;
}

#datatable td {
  padding: 0;
  margin: 0;
  border-right: 1px solid #ddd;
}

.leaderboard td {
  text-align: center;
}

.leaderboard td.alignleft {
  text-align: left;
}

td input {
  padding: 0;
  margin: 0;
  width: 95%;
}

tr:nth-child(odd) td {
  background: #e0eaf2; /* pale blue */
}

#homepage td {
  background: white;
}

.selector {
  font: bold italic 0.75em Verdana,sans-serif;
  color: #005098; /* the blue of the header */
  text-align: right;
}

.pdfdoc {
  background: url(images/pdficon.gif) bottom left no-repeat;
  padding-left: 20px;
}

.pptdoc {
  background: url(images/powerpoint.gif) bottom left no-repeat;
  padding-left: 20px;
}

/* HEADER */

#header {
  background: url(images/header_background.png) repeat-x;  /* blue */
  color:  #fbd833; /* yellow */
  font-weight: bold;
}

#curtinlogo {
  position: absolute;
  left: 0;
  top: 20;
}

#wdclogo {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2000;
}

#quote {
  text-align: center;
  margin-top: -1px;
  padding: 30px 0;
  text-shadow: 2px 2px 2px #000;
}

#container {
  position: relative;
  margin-top: -18px;
  z-index: 1010 !important;
}

#menu {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background: #fbd833;
}

#menu, #menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  box-shadow: 5px 5px 5px #666;
  -webkit-box-shadow: 5px 5px 5px #666;
  -moz-box-shadow: 5px 5px 5px #666;
}

#menu li {
  float: left;
  background: #fbd833;
  padding: 5px 10px;
}

#menu a {
  display: block;
  padding: 4px;
  font: bold 0.85em/1.5em Verdana, sans-serif;
  color: black;
  text-decoration: none;
  text-shadow: 1px 1px 1px #bbb;
  filter: Shadow(Color=#bbbbbb, Direction=135, Strength=5);
}

#menu a:hover {
  color: white;
  text-shadow: 1px 1px 1px #666;
}

#menu li ul {
  position: absolute;
  /* left: -999em; */
  display: none;
}

#menu li:hover ul, #menu li ul:hover {
  /* left: auto; */
  display:  block;
}

/* BODY CONTENT */

#content {
  margin-right: 30px;
  position: relative;
  padding-top: 40px;
}

#majorintro {
  background: #e0eaf2; /* pale blue */
  border: 1px solid #005098; /* royal blue */
  padding: 0 20px;
  margin-top: 20px;
}

#majorintro p, #majorintro li {
  font: 1.3em Arial,sans-serif;
}

#majorintro dl {
  float: right;
  margin-left: 30px;
  margin-top: 40px;
}

#majorintro dt {
  text-align: center;
  margin-top: -10px;
  color: #005098; /* royal blue */
}

#majorintro dd {
  margin: 0;
}

.halfblock {
  display: inline-block;
  width: 48%;
  margin: 20px 15px 0 0;
  vertical-align: top;
}

.halfblock img {
  float: left;
  margin-right: 10px;
}

.halfblock p {
  margin: 0 0 1em 220px;
}

#leftcol {
  float: left;
  width: 200px;
  z-index: 1;
  padding-top: 20px;
}

#homepage #leftcol {
  padding-left: 20px;
}

#homepage #leftcol h1 {
  background: none;
  padding-left: 0;
  font-size: 1.4em;
}

#homepage #leftcol p {
  font-size: 0.8em;
  text-align: left;
}

#photocol {
  float: right;
  width: 280px;
}

.leftpic {
  float: left;
  margin-right: 10px;
}

#photocol img, .leftpic {
  padding: 5px;
  border: 1px solid #ccc;
}

.withpics {
  margin-right: 300px
}

#bodytext {
  margin-left: 230px;
}

#bodytext li {
  padding-bottom: 0.5em;
}

.data dd {
  position: relative;
  top: -1.2em;
  left: 6.5em;
  margin-bottom: -1.2em;
}

#leftcol li, .buttonlink {
  list-style: none;
  border: 1px solid #005098; /* blue */
  margin: 1px;
  font: 0.9em Arial, sans-serif;
  font-weight: bold;
  z-index: -4 !important;
}

#leftcol li a {
  display: block;
}

.buttonlink {
  view: 0;
  height: 1;
  display: inline-block;
  padding: 0;
  *display: inline;
}

#leftcol li a, .buttonlink a {
  text-decoration: none;
  background: #e0eaf2;
  padding: 5px;
  z-index: -5 !important;
}

#leftcol li a:hover, .buttonlink a:hover {
  background: #548aba;
  color: white;
}

.introduction {
  font-size: 1.2em;
}

.reference {
  font-size: 0.65em;
}

dl.captionedpic {
  border: 1px solid #005098; /* blue */
  display: inline-block;
}

.captionedpic dd {
  margin-left: 0;
  margin-bottom: -1.2em;
}

.captionedpic dt {
  background: #e0eaf2;
  padding: 5px;
  font-weight: bold;
  font-size: 0.8em;
}

#testimonials {
  padding-top: 10px;
  font-size: 0.75em;
  font-style: italic;
  padding-left: 20px;
}

#homepage #testimonials {
  font-size: 0.9em;
  padding-left: 0;
}

#homepage #testimonials p {
    text-align: justify;
}

/* FOOTER */

#footer {
  color: white;
  background: #005098 url(images/dropshadow_to_blue.png) top right repeat-x;
   /* blue */
  margin-bottom: -1em;
  clear: both;
}

#footer p {
  font-size: 0.8em;
  text-align: center;
  padding-top: 1em;
}

#footer a {
  color: white;
}

