/* tags */

body {
  font-family: Tahoma, Arial, sans-serif;
  background-color: #8b8b8b;
  background-image: url(/images/body_bg.gif);
  background-position: top left;
  background-repeat: repeat-x;
  color: #ffffff;
  margin: 7px 50px 40px 50px;
  padding: 0;
  font-size: 75%;
}

p, blockquote, font, caption, th, td, li, dt, dd, div {
  font-family: Tahoma, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Georgia',times,'Book Antiqua',serif;
}

font {
  font-size: 100%;
  color: inherit;
}

table {
  border-collapse: collapse;
}

address {
  font-style: normal;
}

th, td {
  color: #000000;
  text-align: left;
  vertical-align: top;
}

p {
  color: #000000;
  margin: 0 0 20px 0;
  line-height: 150%;
}

p.synopsis {
  font-weight: bold;
  color: #5198c9;
}

li {
  color: #000000;
  line-height: 150%;
  margin-bottom: 5px;
}

dt, dd {
  color: #000000;
  line-height: 150%;
}

pre {
  font-size: 100%;
}

h1 {
  font-size: 175%;
  font-weight: bold;
  margin: 0 0 10px 0;
  line-height: 180%;
}

h1, h1 a:link, h1 a:visited, h1 a:focus, h1 a:hover, h1 a:active {
  color: #000000;
}

h2 {
  font-size: 150%;
  font-weight: bold;
  margin: 0 0 5px 0;
  line-height: 150%;
}

h2, h2 a:link, h2 a:visited, h2 a:focus, h2 a:hover, h2 a:active {
  color: #b20000;
  text-decoration: none;
}

h3 {
  font-size: 135%;
  font-weight: bold;
  margin: 0 0 10px 0;
  padding: 2px 0 0 0;
  line-height: 130%;
  border-top: 1px solid #b20000;
}

h3, h3 a:link, h3 a:visited, h3 a:focus, h3 a:hover, h3 a:active {
  color: #b20000;
  text-decoration: none;
}

h4 {
  font-size: 120%;
  font-weight: bold;
  margin: 0 0 2px 0;
  line-height: 115%;
  padding: 0 0 2px 0;
  border-bottom: 1px solid #b20000;
}

h4, h4 a:link, h4 a:visited, h4 a:focus, h4 a:hover, h4 a:active {
  color: #b20000;
  text-decoration: none;
}

h5 {
  font-size: 110%;
  font-weight: bold;
  margin: 0 0 10px 0;
  line-height: 100%;
}

h5, h5 a:link, h5 a:visited, h5 a:focus, h5 a:hover, h5 a:active {
  color: #b20000;
  text-decoration: none;
}

h6 {
  font-size: 90%;
  font-weight: bold;
  margin: 0 0 10px 0;
  line-height: 90%;
}

h6, h6 a:link, h6 a:visited, h6 a:focus, h6 a:hover, h6 a:active {
  color: #b20000;
  text-decoration: none;
}

h1.with-subtitle, h2.with-subtitle, h3.with-subtitle, h4.with-subtitle, h5.with-subtitle, h6.with-subtitle {
  margin-bottom: 0;
}

h1.subtitle, h2.subtitle, h3.subtitle, h4.subtitle, h5.subtitle, h6.subtitle {
  color: #000000;
  font-weight: bold;
  font-style: italic;
}

h1, h2, h3, h4, h5, h6 {
  position: relative;
}

h1 span.right, h2 span.right, h3 span.right, h4 span.right, h5 span.right, h6 span.right {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 10px;
  color: #cccccc;
  font-family: Tahoma, Arial, sans-serif;
}

h3.calendar {
	height: 25px;
}

h1 span.calendarright, h2 span.calendarright, h3 span.calendarright, h4 span.calendarright, h5 span.calendarright, h6 span.calendarright {
  position: absolute;
  bottom: -10px;
  right: 0;
  font-size: 12px;
  color: #cccccc;
  font-family: Tahoma, Arial, sans-serif;
}

h1 span.calendarright2, h2 span.calendarright2, h3 span.calendarright2, h4 span.calendarright2, h5 span.calendarright2, h6 span.calendarright2 {
  position: absolute;
  bottom: 9px;
  right: 0;
  font-size: 12px;
  color: #cccccc;
  font-family: Tahoma, Arial, sans-serif;
}

hr {
  height: 1px;
  width: 100%;
  color: #5198c9;
  background-color: #5198c9;
  border-color: #5198c9;
  border: 0;
}

ol, ul {
  margin: 0 0 20px 35px;
  padding: 0;
}

ul {
/*  list-style-image: url(/images/bullet_935e2a.gif); */
  list-style-type: disc;
}
/*

ul li dl {
  margin: 0 0 20px 0;
  display: inline;
}

ul li dl dt, ul li dl dd {
  display: inline;
  margin: 0;
  padding: 0;
}

ul li dl dt {
  margin: 0 5px 0 0;
}
*/
.events ul  {
  margin: 0 0 0 10px;
  padding: 0;
  list-style: none;
  
}

a:link, a:visited {
  text-decoration: underline;
  color: #5198c9;
}

a:focus, a:hover, a:active {
  color: #5198c9;
  text-decoration: underline;
}

address {
  margin: 0 0 20px 0;
}

dl {
  margin: 0 0 20px 0;
}

dl.small {
  font-size: 80%;
  color: #000000;
  margin: 10px 0 0 0;
}

dl.small dt {
  float: left;
  margin: 0 10px 0 0;
}

dl.flat {
  display: block;
}

dl.flat dt, dl.flat dd {
  float: left;
  margin: 0 5px 0 0;
}

dl.flat:after {
  content: '.';
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

dt {
  font-weight: bold;
}

dl.small dt {
  font-weight: bold;
}

dd {
  margin: 0 0 0 35px;
}

dd ul {
  margin-bottom: 0;
}

dl.split {
  display: block;
}

dl.split dt, dl.split dd {
  float: left;
  margin: 0;
  padding: 0;
}

dl.split dt {
  clear: left;
  width: 25%;
  text-align: right;
}

dl.split dd {
  width: 72%;
  margin: 0 0 0 10px;
}

dl.split:after {
  content: '.';
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

blockquote {
  font-style: normal;
  margin: 0 auto 20px auto;
  background-image: url(/images/quote-open.gif);
  background-position: top left;
  background-repeat: no-repeat;
  background-color: none;
}

blockquote div {
  padding: 15px 30px;
  background-image: url(/images/quote-close.gif);
  background-position: bottom right;
  background-repeat: no-repeat;
}

blockquote cite {
  font-size: 90%;
  font-style: italic;
  font-weight: bold;
  display: block;
  margin: 0 auto;
  text-align: right;
}

.divAlignLeft {
  float: left;
  width: auto;
  margin: 0 10px 10px 0;
}

.divAlignCenter {

}

.divAlignRight {
  float: right;
  width: auto;
  margin: 0 0 10px 10px;
}

acronym, abbr, .abbr {
  border-bottom: 1px dashed #ffffff;
  cursor: help;
}

.more {
  display: block;
  text-align: right;
  font-size: 95%;
}

.topLink {
  display: block;
  font-size: 80%;
  text-align: right;
  margin: 10px 0;
}

.topLink a {
  display: block;
}

.topLink a:link, .topLink a:visited, .topLink a:focus, .topLink a:hover, .topLink a:active {
  color: #ffffff;
}

.print {
  display: none;
}

.clearLeft {
  clear: left;
}

.clearRight {
  clear: right;
}

.clearBoth {
  clear: both;
}

table.data {
  clear: both;
  border-collapse: collapse;
  margin: 0;
  width: 100%;
  border-bottom: 1px solid #b20000;
}

table.data.compact {
  font-size: 90%;
}

table.data caption {
  text-align: left;
  font-size: 150%;
}

table.data thead, table.data tbody, table.data tfoot {
  border-bottom: 1px solid #5198c9;
}

table.data thead tr, table.data tfoot tr {
  background-color: #5198c9;
}

table.data thead tr th, table.data tfoot tr th, table.data tfoot tr td {
  padding: 3px 4px;
  vertical-align: top;
  color: #ffffff;
}

table.data thead tr th a:link, table.data thead tr th a:visited, table.data thead tr th a:focus, table.data thead tr th a:hover, table.data thead tr th a:active, table.data tfoot tr th a:link, table.data tfoot tr th a:visited, table.data tfoot tr th a:focus, table.data tfoot tr th a:hover, table.data tfoot tr th a:active, table.data tfoot tr td a:link, table.data tfoot tr td a:visited, table.data tfoot tr td a:focus, table.data tfoot tr td a:hover, table.data tfoot tr td a:active {
  color: #ffffff;
}

table.data th {
  font-weight: bold;
}

table.data td {
  font-weight: normal;
}

table.data.compact thead tr th, table.data.compact tbody tr th, table.data.compact tbody tr td {
  padding: 3px 1px;
}

table.data th.left, table.data td.left {
  text-align: left;
}

table.data th.center, table.data td.center {
  text-align: center;
}

table.data th.right, table.data td.right {
  text-align: right;
}

table.data th.top, table.data td.top {
  vertical-align: top;
}

table.data th.middle, table.data td.middle {
  vertical-align: middle;
}

table.data th.bottom, table.data td.bottom {
  vertical-align: bottom;
}

table.data tbody th, table.data tbody td {
  border-width: 0;
  border-style: solid;
  border-color: #5198c9;
  padding: 2px 4px;
  vertical-align: top;
}

table.data.bordered tbody th, table.data.bordered tbody td {
  border-bottom: 1px solid #5198c9;
}

table.data tbody th.no-border, table.data tbody td.no-border {
  border-bottom: 1px solid #ffffff;
}

table.data tbody th {
  width: auto;
}

table.data thead tr th, table.data tbody tr td {
  text-align: left;
}

table.data tbody tr th {
  text-align: right;
}

table.data th a:link, table.data th a:visited, table.data th a:focus, table.data th a:hover, table.data th a:active, table.data td a:link, table.data td a:visited, table.data td a:focus, table.data td a:hover, table.data td a:active {
  width: auto;
  height: auto;
} 

table.data th a.inline:link, table.data th a.inline:visited, table.data th a.inline:focus, table.data th a.inline:hover, table.data th a.inline:active, table.data td a.inline:link, table.data td a.inline:visited, table.data td a.inline:focus, table.data td a.inline:hover, table.data td a.inline:active {
  display: inline;
}

table.data tr td label, table.data tr th label {
  display: inline;
  margin: 0;
  padding: 0;
  text-indent: 0;
}

table.data th input.inputCheckbox, table.data th input.inputRadio, table.data td input.inputCheckbox, table.data td input.inputRadio {
  margin: 0;
}

/*
table.data tbody tr.odd th, table.data tbody tr.odd td, table.data tbody tr.even th, table.data tbody tr.even td {
  border-top: 1px solid #b20000;
}

table.data tbody tr.odd th.no-border, table.data tbody tr.odd td.no-border {
  border-bottom: 1px solid #ffffff;
}

table.data tbody tr.even th.no-border, table.data tbody tr.even td.no-border {
  border-bottom: 1px solid #f1f1f1;
}
*/

table.data tbody tr.odd {
  background-color: #ffffff;
}

table.data tbody tr.even {
  background-color: #f1f1f1;
}

table.data tbody tr td.border-dashed {
  border-style: dashed;
}

.no-bottom-margin {
  margin-bottom: 0;
}

ol.faq li {
  font-size: 160%;
  font-weight: bold;
  list-style-type: upper-alpha;
  list-style-image: none;
  color: #b78341;
}

ol.faq li p {
  font-size: 62.5%;
  color: #ffffff;
}

ol.faq li.question p {
  font-weight: bold
}

ol.faq li.answer p {
  font-weight: normal
}
