/*******************************************************************
  Core Layout - NO styles in here, please.
*******************************************************************/

html,body {
  margin:0;
  padding:0;
}

body {
  text-align:center;
}

div#header {
  height:94px;
  line-height:94px;
  margin:0;
  padding-left:10px;
}

div#topnavigation {
  width: 768px;
  position: absolute;
  top: 146px;
}

div#container {
  text-align:left;
  width:800px;
  margin:0px auto;
}

div#content {
  float:right;
  width:672px;
}

div#content_footer {
  width:672px;
  height:36px;
}

div#navigation {
  float:left;
  width: 125px;
}

div#extra {
  float:left;
  clear:left;
  width:100px;
}

div#footer {
  clear:both;
  width:100%;
  height:48px;
}


/*******************************************************************
  Display Styles
*******************************************************************/

body {
  font-family: arial,sans-serif;
  font-size: 1em;
  color: #344556;
  cursor: default;
  background-color: #e1dcc3;
}

div#star {
  width: 368px;
  height: 176px;
  position: absolute;
  top: 0px;
  margin-left: 432px;
  background-image: url(../images/toplogo_left.gif);
  background-repeat: no-repeat;
}

div#header {
  width: 432px;
  height: 176px;
  background-image: url(../images/toplogo.gif);
  background-repeat: no-repeat;
}

div#header h1 {
  display: none;
}

div#topnavigation {
  margin-left: 5px;
}

div#topnavigation ul {
  list-style: none;
  margin: 0;
  padding: 0em;
  padding-left: 0.5em;
}

div#topnavigation li {
  float: left;
  margin-left:20px;
  padding: 0.2em 0.5em 0.2em 0.2em;
}

div#topnavigation li a {
  color: #716539;
  font-weight: bold;
  font-size: 12px;
}

div#wrapper {
  margin-top: 2.5em;
}

div#container {
  background-image: url(../images/container_back.gif);
  background-repeat: repeat-y;
}

div#content {
  margin-top:-3px;
  background-image: url(../images/content_back.gif);
  background-repeat: repeat-y;
}

div#content_footer {
  background-image: url(../images/content_footer_back.gif);
  background-repeat: repeat-y;
}

div#pagetext {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  margin-left: 1em;
  margin-right: 3.5em;
}

div#related {
  border: 1px solid #e4e4e4;
  background-color: #f4f4f4;
  padding: 10px;
}

div#navigation {
font-size: 0.8em;
}

div#navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

div#navigation ul li {
  border-top: 1px solid #dfdfdf;
  margin-left:25px;
  padding: 0.5em 0.4em;
}

div#navigation ul li:hover {
  background-image: none;
  background-color: #fcfcfc;
}

div#navigation ul li.lastlink {
  border-bottom: 1px solid #dfdfdf;
}

div#extra {
  /* This can be used for items below the left nav. Handy for adverts, features, etc..
     Just use display: none; to hide.
  */
  display: none;
  margin-top: 1em;
  border: 1px solid #f4f4f4;
  background-color: #f8f8f8;
  color: #b0b0b0;
  font-size: 0.8em;
  margin-left:12px;
}

div#extra p {
  padding: 5px;
  margin: 0px;
}

div#footer {
  font-size: 0.7em;
  color: #3b3b3b;
  text-align: center;
  background-image: url(../images/footer_back.gif);
  background-repeat: no-repeat;
}

/*******************************************************************
  HTML Elements
*******************************************************************/


h1, h3 {
  margin: 0px;
  letter-spacing: -2px;
}

h2 {
  height:15px;
  font-size: 0.8em;
  color: #3b3b3b;
  margin-top: 0px;
  padding-left: 15px;
  padding-top: 10px;
  letter-spacing: 0px;
  background-image: url(../images/h2_back.gif);
  background-repeat: no-repeat;
}

a {
  text-decoration: none;
  font-weight: normal;
  color: #c7ad25;
}

img {
  border: none;
}

fieldset {
  border: none;
  line-height: 1.5em;
}

label {
  float: left;
  width: 180px;
  clear: both;
}

textarea {
  width: 100%;
}

acronym {
  cursor: help;
}

th {
  background-image: url(../images/bg_topmenu.gif);
  background-repeat: repeat-x;
  color: white;
  font-weight: bold;
}

td {
  vertical-align: top;
}

tr.highlight, td.highlight {
  background-color: #ffee66;
}

tr.row1, td.row1 {
  background-color: #f4f4f4;
}

tr.row2, td.row2 {
  background-color: #ffffff;
}

tr.unread, td.unread {
  background-color: #ffdd55;
}

/*******************************************************************
  Generic Classes
*******************************************************************/



.hidden, .printonly {
  display: none;
}

.calendar {
  background-color: #FAF4C8;
  border-right: 1px solid #E3DE9F;
  border-bottom: 1px solid #E3DE9F;
  width: 40px;
  text-align: center;
  font-size: 0.8em;
  float: left;
  margin: 0px 5px 3em 0px;
  line-height: 1.5em;
  font-weight: normal;
}

.eventItem {
  clear: both;
  margin-bottom: 1.5em;
}

.smaller {
  font-size: 0.9em;
}

.warning {
  background-image: url(../images/icon_exit.gif);
  background-repeat: no-repeat;
  padding-left: 20px;
  font-weight: bold;
  color: #f00;
}

.required {
  color: #f00;
  font-weight: bold;
  vertical-align: top;
  margin-left: 0.05em;
  font-size: 1.4em;
}

.linkItem {
  background-color: #f4f4f4;
  margin-bottom: 1em;
  padding: 5px;
  border-bottom: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
}

.searchTerm {
  background-color: #ffff99;
}

.origURL {
  color: green;
  font-size: 0.8em;
}
.titleBlock {
  background-color: #ddeeff;
}

.titleLine {
  background-color: #333333;
}

.rssimage {
  background-image: url(images/rss.gif);
  background-position: top;
}

.rssimage:hover {
  background-position: bottom;
}

div.messagingtoolbar {
  width: 100%;
  height: 2em;
  line-height: 2em;
  margin-bottom: 1em;
  font-size: 0.9em;
  background-color: #FAF4C8;
  border-right: 1px solid #E3DE9F;
  border-bottom: 1px solid #E3DE9F;
}

div.messagingtoolbar img {
  vertical-align: middle;
  margin-left: 20px;
}
