html {
  background-color: #FFFFFF;
}

body {
  border: 0px hidden #CCCCCC;
  text-align: center;
}

/* all img default*/
img {
  border-collapse: collapse;
  border: 0px hidden #CCCCCC;
}

#content_body {
  width: 97%;
  margin: 0px auto;
  /*background: url("images/masks.gif") center center no-repeat;*/
  font-family: Arial, monospace;
  font-size: 10pt;
}

#logo_box {
  float: left;
  background-color: #BADCEA;
  background-image: url('images/bottom_right.gif');
  background-position:  right bottom;
  background-repeat: no-repeat;
  width: 150px;
  height: 115px
}

#header_box {
  height: 115px;
  margin-top: -16px;
  margin-left: 152px;
  margin-bottom: 2px;
  background-color: #BADCEA;
  background-image: url('images/header_border.gif');
  background-position:  left bottom;
  background-repeat: no-repeat;
  font-family: "Arial", monospace

}

.title {
  font-size: 36px;
  font-weight: bold;
  color: #DA251C;
  line-height: 100%;
}

.strapline {
  margin-top: -16px;
  font-size: 14pt;
  font-style: italic;
  color: #0066FF;
  overflow: visible;
}

#sidebar_box {
  clear: left;
  float: left;
  width: 135px;
  min-height: 135px;
  background-color: #BADCEA;
  background-image: url('images/sidebar_border.gif');
  background-position:  right top;
  background-repeat: no-repeat;
  padding-top: 15px;
  padding-left: 0px;
  padding-right: 15px;
  text-align: right
}

.sidebar_link {
  width: 136px;
  height: 25px;
  display: block;
  border-bottom: 2px dotted #FFFFFF;
  line-height: 25px;
  vertical-align: middle;
  padding-right: 2px;
}

.sub_menu {
  visibility: hidden;
  position: absolute;
  background-color: #A2CFE1;
  text-align: left;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
}

.text_sub_menu {
  opacity: 1.0;
  background-color: transparent;
}

#outer_body_box {
  min-width: 100px;
  /*max-width: 800px;*/
  min-height: 200px;
  background: url('images/bottom_right.gif') no-repeat bottom right;
  margin-left: 152px;
  padding: 0px;
  text-align: left
}

#inner_body_box {
  background: url('images/top_left.gif') no-repeat top left;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 20px;
  min-height: 200px
}

.item_header {
  font-size: 28px;
  font-weight: bold;
  color: #DA251C;
}

.news_header {
  font-size: 22px;
  font-weight: bold;
  color: #DA251C;
}

.item_sub_header {
  color: #0066FF;
}

div.past_item_odd {
  border-style: dashed;
  border-color: #A5BEFF;
  padding: 3px;
}

img.past_item_odd {
  float: right;
}

div.past_item_even {
  border-style: dashed;
  border-color: #FF8383;
  padding: 3px;
}

img.past_item_even {
  float: left;
  margin-right: 5px;
}

.events_link {
  text-align: center;
}
#footer_box {
  margin-left: 152px;
}

.footer_link {
}

.float_clear {
  margin: 0px;
  text-align: center;
  clear: both;
  visibility: hidden;
}

#WC3 {
  margin-top: 5px;
}

.table_normal {
  border-collapse: collapse;
  border: thin solid #000000;
  cellspacing: 0px;
}

.table_normal_cell {
  border-bottom: thin solid #000000;
}

.table_header {
  font-weight: bold;
}

table.history {

}

.history_cell1 {
  width: 150px;
  padding: 5px;
}

.history_cell2 {
  width: 200px;
}

.history_cell3 {
  width: 100px;
}

/* Links */
/*Image links just for IE7 */
a:link img{  border: none; }
a:visited img{ border: none; }
a:hover img{ border: none; }
a:active img{ border: none; }

a.sidebar_link:link { color: #000000; text-decoration: none; font-weight: bold; font-size: 10pt; }
a.sidebar_link:visited { color: #000000; text-decoration: none; font-weight: bold; font-size: 10pt; }
a.sidebar_link:hover { color: #000000; text-decoration: none; font-weight: bold; font-size: 10pt; }
a.sidebar_link:active {  color: #000000; text-decoration: none; font-weight: bold; font-size: 10pt; }

a.sidebar_sub_link:link { color: #000000; text-decoration: none; font-size: 10pt; }
a.sidebar_sub_link:visited { color: #000000; text-decoration: none; font-size: 10pt; }
a.sidebar_sub_link:hover { color: #000000; text-decoration: underline; font-size: 10pt; }
a.sidebar_sub_link:active {  color: #000000; text-decoration: none; font-size: 10pt; }

a.past_header:link { color: #DA251C; text-decoration: none; }
a.past_header:visited { color: #DA251C; text-decoration: none; }
a.past_header:hover { color: #DA251C; text-decoration: underline; }
a.past_header:active { color: #DA251C; text-decoration: none; }

.events_link a:link { color: #0066FF; text-decoration: underline; font-weight: bold; font-size: 12pt; }
.events_link a:visited { color: #0066FF; text-decoration: underline; font-weight: bold; font-size: 12pt; }
.events_link a:hover { color: #DA251C; text-decoration: underline; font-weight: bold; font-size: 12pt; }
.events_link a:active {  color: #0066FF; text-decoration: underline; font-weight: bold; font-size: 12pt; }

.footer_link a:link { color: #000000; text-decoration: none; font-weight: bold; font-size: 10pt; }
.footer_link a:visited { color: #000000; text-decoration: none; font-weight: bold; font-size: 10pt; }
.footer_link a:hover { color: #000000; text-decoration: underline; font-weight: bold; font-size: 10pt; }
.footer_link a:active {  color: #000000; text-decoration: none; font-weight: bold; font-size: 10pt; }

