html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
  outline: 0;
}
body {
  line-height: 1;
  color: black;
  background: white;
}
ol, ul {
  list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
}
IMG {
  border: 0;
}#header {
  float:left;
  width:100%;
  padding:0;
  margin:0;
/*   border-bottom:1px solid #000; */
}
#header p {
  padding:.5em 15px .2em 15px;
  margin:0;
}
#header h1  {
  padding:.2em 15px;
  margin:0;
}
#header h2  {
  padding:.2em 15px .7em 15px;
  margin:0;
}
.colmask {
  position:relative;  /* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
  clear:both;
  float:left;
  width:100%;     /* width of whole page */
  overflow:hidden;    /* This chops off any overhanging divs */
  background:white;   /* Left column background colour */
}
.colmid {
  float:left;
  width:200%;
  position:relative;
  left:168px;
  background:#fff;      /* Centre column background colour */
}
.colright {
  float:left;
  width:100%;
  position:relative;
  left:50%;
  margin-left:-423px;
  background:white;      /* Right column background colour */
}
.col1wrap {
  float:right;
  width:50%;
  position:relative;
  right:100%;
}
.col1pad {
  margin:0 0 0 423px;
  overflow:hidden;
}
.col1 {
  width:100%;
  overflow:hidden;
}
.col2 {
  float:left;
  width:168px;
  position:relative;
  margin-left:-50%;
  left:255px;
  overflow:hidden;
}
.col3 {
  float:left;
  width:255px;
  position:relative;
  left:0px;
  overflow:hidden;
}
#footer {
  clear:both;
  float:left;
  width:100%;
  padding:0;
  margin:0;
/*   border-top:1px solid #000; */
}
HTML, BODY {
  background-color: #F1F1F1;
  color: #3333ff;
  line-height: 120%;
}

B, STRONG {
  font-weight: bold;
}

EM {
  font-style: italic;
}

OL {
  list-style-type: decimal;
  list-style-position: outside;
  margin: 1em 0 1em 3.5em;
}

P {
  margin: 1em 0;
}

UL {
  list-style-image:url(/images/interface/sq_dot.gif);
  list-style-position: outside;
  margin: 1em 0 1em 3.5em;
}

HR {
  border-color: black;
  border-style: dashed;
  border-width: 0 0 1px;
  background: none;
  height: 1px;
  margin: 11px 0;
}

IMG {
  vertical-align:top;
}

TH {
  font-weight: bold;
}

/* Copied from original CSS */

HTML,BODY { font-family: Arial,Helvetica,sans-serif; font-size: 8.5pt; }
h1 { font-size: 15px; color: #990033; font-weight:bolder; text-transform:uppercase; margin-bottom: 7px;}
h2 { font-size: 13px; color: #990033; font-weight:bolder; text-transform:uppercase; margin-bottom: 6px;}
h3 { font-size: 11px; color: #990033; font-weight:bolder; text-transform:uppercase; margin-bottom: 5px;}

a { font-size: 8.5pt; color: #dd3333;text-decoration:none; font-weight: bold; }
a:link, a:active, a:visited, a:hover { font-size: 8.5pt; color: #dd3333; text-decoration:none;}

/* end copy */


#xbody {
  margin:0 auto;
  padding:0;
  width:740px;
  background:white;
  font-size:8.5pt;
  border: 1px solid #b5b5b5;
}

#header {
  background-color: white;
}

#header .gr_logo {
  display: block;
  background: transparent url(/images/interface/gr_logo.jpg);
  width:168px;
  height: 66px;
  float: left;
  text-indent: -90000px;
}

#header .gr_slogan {
  display: block;
  background: transparent url(/images/interface/gr_slogan.jpg);
  width: 570px;
  height: 31px;
  text-indent: -90000px;
  float: right;
}
#toplinks {
  float: right;
  clear: right;
  font-family:Arial,Helvetica,sans-serif;
  font-size:11px;
  padding:2px 15px 10px;
  white-space: nowrap;
}

#nav  {
  background: transparent url(/images/interface/nav_bg_sd_top.gif) no-repeat top left;
  width: 164px;
}

#nav UL {
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
  margin: 0;
}

#nav UL.lv0 {
  margin: 0;
  padding: 8px 3px 8px 0;
  background: transparent url(/images/interface/nav_bg_sd_bottom.gif) no-repeat bottom left;
}

#nav UL.lv0 LI {
  margin: 0;
  padding: 0 18px;
}

#nav LI A:link, #nav LI A:visited, #nav LI A:active {
  font: bold 8.5pt/8.5pt Arial,Helvetica,sans-serif;
  color: white;
  text-decoration: none;
  display: block;
  padding: 8px 0;
  border-bottom: 1px solid #5f7c9a;
}

#nav UL.lv1 {
  border-bottom: 1px solid #5f7c9a;
  padding-bottom: 3px;
}

#nav UL.lv1, #nav UL.lv1 UL {
  display: inline;
  border: 0;
}

#nav UL.lv0 LI.last A:link, #nav UL.lv0 LI.last A:visited, #nav UL.lv0 LI.last A:active {
  border-bottom: 0;
}

#nav LI A:hover {
  color: #FFCC33;
}

#nav UL.lv1 LI A:link, #nav UL.lv1 LI A:visited, #nav UL.lv1 LI A:active {
  font-weight: normal;
}


#nav UL.lv1 LI, #nav UL.lv2 LI, #nav UL.lv3 LI {
  margin: 0;
  padding: 0;
}

#nav .lv1 LI A, #nav .lv2 LI A, #nav .lv3 LI A {
  padding: 4px 0 4px 9px;
  background: transparent url(/images/interface/nav_lv1.gif) no-repeat 0 6px;
  border: 0;
}

#nav .lv2 LI A {
  margin-left: 8px;
}

#nav .lv3 LI A {
  margin-left: 16px;
}



.welcome {
  font: 8.5pt Arial,Helvetica,sans-serif;
  padding: 34px 15px 0 32px;
  color: #333333;
  background: transparent url(/images/interface/bg_welcome.jpg);
  height:121px; /* + 34px padding = 155 */
  width: 208px; /* + 15px + 32px padding = 255 */
  overflow: hidden;
 }

#footer {
  width: 708px;
  position: relative;
  padding: 8px 16px;
  background: #ebebeb;
  color: #9E0114;
  font-size: 0.28cm;
}

#footer .lefthalf {
  width: 50%;
  float: left;
}

#footer .righthalf {
  position: absolute;
  right: 8px;
  bottom: 8px;
  width: 50%;
  text-align: right;
}

H1.underlined {
  border-bottom: 1px dashed #999;
}

.sitemap UL {
  margin: 0.5em 0 0.5em 3.5em;
}

DIV.halfspacer {
  height: 0.5em;
}
