html {
    font-family: verdana, arial, sans-serif;
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    margin: 0;
    padding: 0;
    border: 0;
    background: #fff;
    color: #000;
}

img {
    border: none;
}

a:link, a:visited {
    color: #000;
}

a:hover, a:active {
    color: #777;
}

table {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    empty-cells: show;
}

td, th {
    border: none;
    text-align: left;
    padding: 0.3em;
}

tr.even {
    background: #e8ebf2;
    color: #000;
}

tr {
    margin: 0;
}

form {
    text-align: left;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

div.news {
    border: thin solid black;
    width: 70%;
    text-align: left;
    padding: 0.5em;
    margin: 0.5em;
}

span.button {
    font-size: 60%;
}

#links {
    height: 50px;
    color: #fff;
    background: #000;
}

#logo {
    position: absolute;
    width: 100%;
}

#content {
    width: 100%;
    position: absolute;
    top: 160px;
    text-align: center;
}

#leftlink, #centerlink, #rightlink {
    margin: 0;
    padding: 0;
    border: 0;
    position: absolute;
    top: 10px;
}
#leftlink  {
    width: 33%;
    left: 10px;
    text-align: left;
}

#centerlink {
    width: 34%;
    left: 33%;
    text-align: center;
}

#rightlink {
    width: 33%;
    right: 10px;
    text-align: right;
}

#ceag_logo {
    margin: 14px 0 0 5px;
    float: left;
}

#ceag_collage {
    float: right;
}

#tabmenu {
    position: absolute;
    top: 110px;
    width: 100%;
    float: left;
    background: #000;
    border-top: 0.5em solid black;
    margin: 0 0 0 0;
    padding: 0px;
}

#tabmenu li {
    display: inline;
    list-style-type: none;
    color: #000;
    background: #fff;
    float: left;
}

#tabmenu li a {
    float: left;
    color: #fff;
    background: #000;
    padding: 0 0.5em 0 0.5em;
    text-decoration: none;
}

li#mail, li#logg_out {
    float: right;
}

#map {
    position: relative;
    top: 30px;
    left: 20px;
    width: 640px;
    height: 480px;
    border: none;
}

/* Flash messages */

#fatal_img, #warning_img, #notice_img {
  vertical-align: middle;
}

#fatal, #warning, #notice {
    width: 90%;
    border-width: thin;
    border-style: solid;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.4em;
}

#fatal {
    border-color: #f00;
    background-color: #fcc;
}

#warning {
    border-color: #ff0;
    background-color: #ffc;
}

#notice {
    border-color: #0f0;
    background-color: #cfc;
}

.fieldWithErrors {
  padding: 2px;
  background-color: #ff9;
  display: inline-table;
  vertical-align: middle;
}