/** { border: solid black 1px; }*/

body {
  max-width: 1200px;
}

#logo {
  z-index: 23;
}

div#front_wrapper {
  margin-top: 80px;
  text-align: center;
}

table.front_table {
  margin: 0 20px
}

#front_top_div {
  margin: 0 20px;
  height: 125px;
  background: url(/images/front_top_bg.jpg) repeat-x;
  position: relative;
}

#front_top_spacer {
  width: 275px;
  height: 100%;
  background: #DCDECB;
  position: absolute;
  right: -1px; top: 0;
}

#front_top_spacer img.top_right { left: -10px; top: 0; }

td#top_images {
  background: url(/images/front_top_bg.jpg) repeat-x;
  text-align: right;
}

img.top_left, img.top_right, img.bottom_left, img.bottom_right { position: absolute; z-index: 50; }
img.top_left { top: 0; left: 0; }
img.top_right { top: 0; right: 0; }
img.bottom_left { bottom: 0; left: 0; }
img.bottom_right { bottom: 0; right: 0; }

td#left_images {
  background: url(/images/front_left_bg.jpg) repeat-y;
}

#left_image_wrapper {
  position: relative;
  width: 100%;
  height: 125px !important;
  background: #DCDECB;
}

#left_image_wrapper img.bottom_left { top: -10px; left: 0; }

div.front_content_wrapper {
  position: relative;
  height: 100%;
  padding: 0; margin: 0;
}

td.front_content {
  background: #EAECE0;
}

h1 {
  margin: 0; padding: 0;
  font-size: 150%;
}

#front_text {
  margin: 0; padding: 1em;
}

#front_text p {
  line-height: 1.5em;
}

div#register { background: url(/images/corners/returned_hover_bg.gif);
  height: 33px; width: 300px; margin: 0 auto; padding: 0; position: relative; }

#register a {
  display: block;
  margin: 0; padding: 0;
  font-size: 18px;
  line-height: 33px;
  font-weight: bold;
  text-align: center;
  color: #500;
}

h3 {
  padding: 3px;
  margin: 0;
  margin-top: 1em;
  border-bottom: solid #DDE4D0 1px;
}

div#course_list {
  margin: 0; padding: 0;
  text-align: center;
}

td.front_login {
  width: 18%;
  background: #B2D48E;
  font-size: 80%;
  text-align: center;
  vertical-align: top;
}

.front_login h2 {
  text-align: center;
  padding: 1em 10px;
}

.front_login p {
  padding: 10px;
  padding-top: 0;
  margin: 0;
  font-weight: bold;
}

p.login_box { text-align: left; }

.front_login input[type=text], .front_login input[type=password] {
  width: 100%;
}

p.login_box a { font-weight: normal; font-style: italic; font-size: 90%; }

p.software_blurb {
  font-weight: normal !important;
  padding: 1em !important;
  text-align: left;
}

a.software_icon {
  display: block;
  margin: 1em 0;
}

#copyright {
  font-size: 80%;
  text-align: center;
}