body  {
  margin: 20px;
  padding: 0;
  color: #039;
  font: 100%/1.2 Arial, Verdana, Helvetica, sans-serif;
  background: #fff;
  text-align: center;
  }

/* ---------------------------------------------------------------------------------- */
/* LAYOUT */

#container {
  margin: 0 auto 0 auto;
  width: 96%;
  text-align: left;
}

#header {
  margin: 0;
  padding: 0;
  width: 100%;
  background: #F90 url(../../wp/c/Cnr_tr.gif) right top no-repeat;
  height: 75px;
  position: relative;
}

#col {
  width: 195px;
  margin: -62px 0 30px 20px; 
  padding: 0;
  float: right;
}

#page {
  margin: 0;
  padding: 0 0 20px 0;
  width: 100%;
  background: #FC6 url(../../wp/l/Logo_Bot.gif) left top no-repeat;
  border-bottom: 1px solid #F90;
}

#content {
    font-size: 90%;
}


/* ---------------------------------------------------------------------------------- */
/* HEADER STUFF */

/* Logo */
#logo {  
  width: 450px;
  height: 75px;
  overflow: hidden;
  position: relative;
  margin: 0;
  padding: 0;
}
#logo h1 {
  font-size: x-small;
  margin: 0;
  padding: 0;
}
#logo h1 span {
  background: transparent url(../../wp/l/Logo.gif) left top no-repeat;
  z-index: 2;
  width: 450px;
  height: 75px;
  display: block;
  position: absolute;
  cursor: pointer;
  top: 0px;
  left: 0px;
}

/* Site Guide */
#siteguide {
  font-size: 0.8em;
  font-weight: bold;
  display: block;
  position: absolute;
  top: 8px;
  right: 7em;
}
#siteguide a {
  background: transparent url(../../wp/g/Guide_But.gif) left center no-repeat;
  text-decoration: none;
  color: #fff;
  display: block;
  padding: 2px 10px 3px 22px;
}
#siteguide a:hover {
  background: transparent url(../../wp/g/Guide_But_Over.gif) left center no-repeat;
  color: #000;
}

/* Site Search */
#sitesearch {
  font-size: 0.8em;
  font-weight: bold;
  display: block;
  position: absolute;
  top: 8px;
  right: 20px;
}
#sitesearch a {
  background: transparent url(../../wp/s/Search_But.gif) left center no-repeat;
  text-decoration: none;
  color: #fff;
  display: block;
  padding: 2px 0 3px 22px;
}
#sitesearch a:hover {
  background: transparent url(../../wp/s/Search_But_Over.gif) left center no-repeat;
  color: #000;
}

/* Breadcrumb */
div#bread {
  margin: 0 240px 0 118px;
  padding: 6px 0 0 0;
  font-size: 0.8em;
}


/* ---------------------------------------------------------------------------------- */
/* NAV */

#nav { 
  width: 195px;
  margin: 0; 
  padding: 0;
  background: #fff url(../../wp/n/Nav_Back.gif) left top repeat-y;
  position: relative;
  z-index: 10;
}
#nav span.boxtop {
  position: absolute;
  width: 195px;
  height: 20px;
  background: transparent url(../../wp/n/Nav_Top.gif) left top no-repeat;
  top: 0;
  left: 0;
}
#nav span.boxbot {
  position: absolute;
  margin: -2px 0 0 0;
  width: 195px;
  height: 25px;
  background: transparent url(../../wp/n/Nav_Bot.gif) left top no-repeat;
}
#nav ul {
  margin: 0 0 0 5px;
  padding: 14px 0 0 0;
  list-style: none;
}
#nav li {
  font-size: 0.9em;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
#nav a {
  display: block;
  margin: 0 0 0 6px;
  padding: 2px 0 2px 11px;
  text-decoration: none;
  width: 160px;
}
#nav a:visited {
  color: #000;
}
#nav a:hover {
  color: #990000;
}
#nav a#selected, #nav a:link#selected {
  background: transparent url(../../wp/n/Nav_Bullet.gif) left center no-repeat;
  color: #039;
}
/* Have to add a.highlight:visited for IE */
#nav a.highlight, #nav a.highlight:visited, #nav a.highlight#selected, #nav a.highlight:link#selected {
  color: red;
}
/* Have to add a.wow:visited for IE */
#nav a.wow, #nav a.wow:visited, #nav a.wow#selected, #nav a.wow:link#selected, #nav a.wow:visited#selected {
  color: #61328E;
}
/* Sub Nav */
ul#subnav {
  margin: 0 0 6px 8px;
  font-size: 0.9em;
  padding: 0;
}
ul#subnav li {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
ul#subnav a {
  display: block;
  /* this width is so IE can get 'hold' of it */
  width: 155px;
  margin: 0 0 0 6px;
  padding: 2px 0 2px 11px;
  text-decoration: none;
}

/* ---------------------------------------------------------------------------------- */
/* wowmenu */

div#wowmenu {
  width: 195px;
  margin: 40px 0 0 0;
  padding: 0;
  float: right;
  position: relative;
}
div#wowmenu div.bottom {
  background: url(../../wp/w/Wowmenu_Bot.gif) bottom left no-repeat;
  margin: 0;
  height: 25px;
}
div#wowmenu div.top {
  background: url(../../wp/w/Wowmenu_Top.gif) top left no-repeat;
  margin: 0;
  height: 25px;
}
div#wowmenu div.main {
  background: url(../../wp/w/Wowmenu_Back.gif) left top repeat-y;
  margin: -5px 0 -18px 0;
  padding: 0;
}

/* These two span definitions only for backwards compatibility during transition */
div#wowmenu span.boxtop {
  position: absolute;
  width: 195px;
  height: 25px;
  background: transparent url(../../wp/w/Wowmenu_Top.gif) left top no-repeat;
  top: 0;
  left: 0;
}
div#wowmenu span.boxbot {
  position: absolute;
  width: 195px;
  height: 25px;
  background: transparent url(../../wp/w/Wowmenu_Bot.gif) left top no-repeat;
}

div#wowmenu ul {
  margin: 0 0 0 5px;
  padding:  0 0 14px 0;
  list-style: none;
}
div#wowmenu li {
  font-size: 0.9em;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
div#wowmenu a {
  display: block;
  margin: 0 0 0 6px;
  padding: 2px 0 2px 11px;
  text-decoration: none;
  width: 160px;
  color: white;
}
div#wowmenu a:visited {
  color: white;
}
div#wowmenu a:hover {
  color: #ff9a00;
}
div#wowmenu a#selected, div#wowmenu a:link#selected {
  background: transparent url(../../wp/w/Wowmenu_Bullet.gif) left center no-repeat;
  color: #c0c0c0;
}

div#wowmenu ul ul {
  margin: 0 0 6px 8px;
  font-size: 0.9em;
  padding: 0;
}
div#wowmenu ul ul li {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
div#wowmenu ul ul a {
  display: block;
  /* this width is so IE can get 'hold' of it */
  width: 155px;
  margin: 0 0 0 6px;
  padding: 2px 0 2px 11px;
  text-decoration: none;
}


/* ---------------------------------------------------------------------------------- */
/* NEWS */

#news {
  width: 195px;
  margin: 40px 0 0 0;
  padding: 0;
  float: right;
  background: #fff url(../../wp/n/Nav_Back.gif) left top repeat-y;
  position: relative;
}
#news span.boxtop {
  position: absolute;
  width: 195px;
  height: 20px;
  background: transparent url(../../wp/n/News_Top.gif) left top no-repeat;
  top: 0;
  left: 0;
}
#news span.boxbot {
  position: absolute;
  width: 195px;
  height: 25px;
  background: transparent url(../../wp/n/Nav_Bot.gif) left top no-repeat;
}
#news dl {
  margin: 14px 0 0 5px;
  padding: 0;
  list-style: none;
}
#news dt {
  font-size: 0.9em;
  font-weight: bold;
  margin: 0;
  padding: 3px 10px 3px 11px;
}
#news dd {
  margin: 0;
  padding: 3px 10px 3px 11px;
}
#news dd span {
  font-size: 0.7em;
  letter-spacing: 0.2em;
  display: block;
  padding: 4px 0 0 0;
}
#news dd a {
  display: block;
  padding: 0 0 4px 0;
  font-size: 0.8em;
}
#news dd a strong {
  display: block;
  padding: 10px 0 0 0;
}



/* ---------------------------------------------------------------------------------- */
/* BASIC RULES */

/* Links */
a {
  text-decoration: underline;
  color: #000;
}
a:visited {
  color: #666;
}
a:hover, a:active {
  color: #990000;
}

/* Headers */
h2 {
  letter-spacing: 0.01em;
   margin: 30px 0 0.3em 16px;
  padding: 0;
}

h3 {
  letter-spacing: 0.01em;
   margin: 20px 0 0.4em 16px;
  padding: 0;
}

/* Paras & Text */
p {
  margin: 0 16px 0.7em 16px;
  line-height: 1.2em;
}

p.country_links {
  text-align: center;
  line-height: 1.4em;
}
p.country_links a {
  margin-right: 10px;
}

p.sponsor_link {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  float:left;
  background: url(../../wp/s/Sponsor_Link_Right.gif) right top no-repeat;
  padding: 0;
}

p.sponsor_link span {
  display: block;
  white-space: nowrap;
  line-height: 30px;
  padding: 10px 25px 10px 25px;
  background: url(../../wp/s/Sponsor_Link_Left.gif) left top no-repeat;
  font-size: 0.9em;
}

p.sponsor_link a {
  text-decoration: none;
  font-weight: bold;
}

p.sponsor_link a:visited {
  color: #000;
}

p.sponsor_link a:hover {
  color: #990000;
}

span.access  {
  display: none;
}

/* Images */
img  {
  border: 0;
  margin: 0 20px 10px 16px;
  padding: 0;
}
img.left {
  float: left;
  margin: 0 20px 10px 16px;
  padding: 0;
}
img.right {
  float: right;
  margin: 0 16px 10px 20px;
  padding: 0;
}
img.centre {
  display: block;
  margin: 0 auto 10px auto;
  padding: 0;
}

/* Lists */
#content ul {
  margin: 10px 0 20px 40px;
  padding: 0;
  list-style-image: url(../../wp/b/Bullet.gif);
}
#content li {
  padding: 0 0 0 0  ;
  margin: 7px 0 7px 30px;
}

#content li p {
  padding: 0 0 10px 0  ;
  margin: 0;
}

div#content.wow {
    color: #61328E;
}

div#content.wow h1, div#content.wow h2 {
    color: white;
}


/* Special Bits */
div.clearboth {
  clear: both;
}

/* ---------------------------------------------------------------------------------- */
/* TABLES */

table {
}
table th {
}
table tr {
}
table td {
}


/* ---------------------------------------------------------------------------------- */
/* FORMS */


form {
  margin: 0;
  margin-left: 1.25em;
  padding: 0;
  font-size: 89%;
  min-width: 47em;
  max-width: 50em;
  width: 47em;
}

form fieldset {
  clear: left;
  font-size: 100%;
  border-color: #039;
  border-width: 1px 0 0 0;
  border-style: solid none none none;
  padding: 0px 10px 20px 10px;
  margin: 0 0 0 0;
}

form fieldset.noborder {
  border-width: 0;
  border-style: none;
}

form.wow fieldset {
  border-color: #ffffff;
}

form.wow fieldset legend {
  color: #ffffff;
}

form fieldset legend {
  font-size: 120%;
  font-weight: bold;
  margin: 0 0 0 0;
  padding: 0 5px;
}

label {
  font-size: 100%;
}

label u {
  font-style: normal;
  text-decoration: underline;
}

input, select, textarea {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 100%;
  color: #000000;
}

textarea {
  overflow: auto;
}

form div {
  clear: left;
  display: block;
  width: 30em;
  height: expression('1%');
  margin: 5px 0 0 0;
  padding: 1px 3px;
}

form fieldset div.notes {
  float: right;
  width: 15em;
  height: auto;
  margin: 5px 0 10px 10px;
  padding: 0;
  border: 1px solid #666666;
  background-color: #ffffe1;
  color: #444444;
  font-size: 88%;
}

form.wow fieldset div.notes {
  background-color: #ffcc66;
  border-color: #61328E;
  color: #61328E;
}

form fieldset div.notes h4 {
  margin: 0.5em;
  padding: 0 0 3px 0;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #444444;
  color: #444444;
  font-size: 110%;
}

form.wow fieldset div.notes h4 {
  border-color: #61328E;
  color: #61328E;
}


form fieldset div.notes p {
  margin: 0.5em;
  color: #444444;
}

form.wow fieldset div.notes p {
  color: #61328E;
}

form div fieldset {
  clear: none;
  border-width: 1px;
  border-style: solid;
  border-color: #666666;
  margin: 0 0 0 13em;
  padding: 0 5px 5px 5px;
  width: 30em;
}

form div fieldset legend {
  font-size: 100%;
  padding: 0 3px 0 9px;
}

form div.required fieldset legend {
  font-weight: bold;
}

form div label {
  display: block;
  float: left;
  width: 12em;
  padding: 3px 5px;
  margin: 0 0 5px 0;
  text-align: right;
}

form div.optional label, label.optional {
  font-weight: normal;
}

form div.required label, label.required {
  font-weight: bold;
}

form div label.labelCheckbox, form div label.labelRadio {
  float: none;
  display: block;
  width: 12em;
  height: expression('1%');
  padding: 0;
  margin: 0 0 5px 142px;
  text-align: left;
}

form div fieldset label.labelCheckbox, form div fieldset label.labelRadio {
  margin: 0 0 5px 0;
  width: 12em;
}

form div img {
  border: 1px solid #000000;
}

p.error {
  background-color: #ff0000;
  color: #ffffff;
  padding: 3px 3px 5px 5px;
  border: 1px solid #000000;
  margin: auto 100px;
}

form div.error, p.formErrorHeading {
  background-color: #ffffe1;
  border: 1px solid #ff0000;
}

p.formErrorHeading {
  padding: 0.5em;
  overflow: auto;
}

form.wow div.error {
  color: #61328E;
}

form div.error p.error {
  background-color: transparent;
  border-style: none;
  font-size: 88%;
  font-weight: bold;
  margin: 0 0 0 0;
  width: auto;
  color: #ff0000;
}

form div select, form div textarea {
  width: 15em;
  padding: 1px 3px;
  margin: 0 0 0 0;
}

form div input.inputText, form div input.inputPassword {
  width: 15em;
  padding: 1px 3px;
  margin: 0 0 0 0;
}

form div input.inputFile {
  width: 16em;
}

form div select.selectOne, form div select.selectMultiple {
  width: 16em;
  padding: 1px 3px;
}

form div select.inline {
  width: auto;
  padding: 1px 1px;
}

form div input.inputCheckbox, form div input.inputRadio, input.inputCheckbox, input.inputRadio {
  display: inline;
  height: auto;
  width: auto;
  background-color: transparent;
  border-width: 0;
  padding: 0;
  margin: 0 0 0 140px;
}

form div.submit {
  width: 15em;
  padding: 0 0 0 13.5em;
}

form div.submit div {
  display: inline;
  float: left;
  text-align: left;
  width: auto;
  padding: 0;
  margin: 0;
}

form div input.inputSubmit {
  margin: 0.25em 0 0.25em 0;
}

form div input.inputSubmit, form div input.inputButton, input.inputSubmit, input.inputButton {
  background-color: #cccccc;
  color: #000000;
  padding: 0 1em;
  margin: 0;
  width: auto;
}

form div.submit div input.inputSubmit, form div.submit div input.inputButton {
  float: right;
  margin: 0 0 0 5px;
}

form div small {
  display: block;
  margin: 0 0 5px 142px;
  padding: 1px 3px;
  font-size: 88%;
  height: expression('1%');
}

form fieldset legend {
  line-height: 150%;
}

form input, form select, form textarea {
  background-color: #ffffff;
}

form textarea.expanding {
  overflow: auto;
  overflow-x: auto;
  overflow-y: visible;
}

div.optional label:before {
  content: '';
}

div.required label:before {
  content: '';
}

form div label.labelCheckbox, form div label.labelRadio, label.labelCheckbox, label.labelRadio {
  display: block;
  width: 190px;
  height: expression('1%');
  padding: 4px 0 0 18px;
  text-indent: -18px;
  line-height: 120%;
}

form div label.labelCheckbox input.inputCheckbox, form div label.labelRadio input.inputRadio, label.labelCheckbox input.inputCheckbox, label.labelRadio input.inputRadio {
  margin: 0;
}

form div span.inlineGroup label {
  display: inline;
  float: none;
  width: auto;
  margin: 0 1em 0 0;
  padding: 0;
}

form div span.inlineGroup {
}

form div fieldset input.inputText, form div fieldset input.inputPassword, form div fieldset input.inputFile, form div fieldset textarea.inputTextarea {
  width: 160px;
  margin: 0 0 0 18px;
  margin: expression('0px 0 0 -124px');
}

form div label.compact {
  display: inline;
  width: auto;
  padding: 4px 10px 0 0;
  text-indent: 0;
  margin: 0 0 0 0;
}

form div.wide label {
  float: none;
  display: block;
}

form div label.wide {
  width: 348px;
}

form div.wide input.inputText, form div.wide input.inputPassword, form div.wide input.inputFile, form div.wide select, form div.wide textarea {
  width: 344px;
  margin: 0;
}

form div.notes p, form div small {
  line-height: 125%;
}

form div.wide small {
  margin: 0 0 5px 0;
}


/* ---------------------------------------------------------------------------------- */
/* FOOTER */

#footer {
  width: 100%;
  margin: 0;
  clear: both;
  background: #FC6 url(../../wp/c/Cnr_bl.gif) left bottom no-repeat;
  padding: 12px 0px;
  position: relative;
}
#footer p {
  text-align: center;
  margin: 0;
  padding: 0;
  font-size: 0.8em;
  line-height: 1.6em;
}
span#botright {
  width: 31px;
  height: 29px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: transparent url(../../wp/c/Cnr_br.gif) right bottom no-repeat;
}


/* ---------------------------------------------------------------------------------- */
/* PREVIEW PAGE */

div#previewpost {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  background-color: yellow;
  z-index: 10;
  margin: 10px 0 0 0;
}
div#previewpost p {
  margin: 0;
  padding: 4px 0;
  font-size: 0.8em;
}
