
/**** MAIN *****************************************************************************************************************/

body {
  margin: 5px;
  background-color: #6d6d6d;
  font-family: tahoma, arial, helvetica, verdana, sans-serif;
  font-size: 0.7em;
  color: #434343;
}
  
input,textarea,select {
  font-family: tahoma, arial, helvetica, verdana, sans-serif;
  font-size: 11px;
  color: black;
}

h1 {
  color: red;
  font-size: 110%;
  margin: 0px;
  font-weight: normal;
}

h2 {
  color: black;
  font-size: 140%;
  margin: 0px;
  font-weight: bold;
}

h3 {
  font-family: georgia, times, serif;
  color: red;
  font-size: 140%;
  margin: 0px;
  font-weight: bold;
}

form { 
  margin: 0; 
  padding: 0; 
}

img, table { 
  border: 0; 
}

div.clear {
  clear: both;
}

ol {
  margin-right: 50px;
}

li {
  margin: 4px;
}
  

/* STYLES ********************************************************************************************************************
****************************************************************************************************************************/

.main {
  width: 770px;
  margin: auto;
  background-color: white;
}

.top-bg {
  background-image: url('/images/top_bg.jpg');
  background-color: #448fd9;
  height: 177px;
  color: white;
}

.nav {
  margin-top: 6px;
}

.nav td {
  background-color: #0067b0;
  padding: 0 10px 0 4px;
}

.clear {
  clear: both;
}

.content-table {
  margin-top: 6px;
}

.deeplinks {
  padding: 0 6px 0 0;
}

.deeplinks img {
  margin-bottom: 6px;
}

.content-sub-table {
  background-color: #eff5ff;
}

.footer {
  color: red;
  margin: 8px 0 0 14px;
}

.recommendations {
  color: #0067b0;
}

.print {
  background-color: white;
  margin: 12px;
}


/* GLOBAL ANCHORS ***********************************************************************************************************
****************************************************************************************************************************/

a { 
  color: red; 
  text-decoration: underline; 
}

a:hover { 
  color: #959691;
  text-decoration: underline;
}


/* SHADOWS *******************************************************************************************************************
*****************************************************************************************************************************/

.top-shadow {
  background-image: url('/images/shadow_top.jpg');
  background-repeat: repeat-x;
  border-bottom: 13px solid white;
  font-size: 0;
}

.left-shadow {
  background-image: url('/images/shadow_left.jpg');
  background-repeat: repeat-y;
  border-right: 13px solid white;
}

.right-shadow {
  background-image: url('/images/shadow_right.jpg');
  background-repeat: repeat-y;
  border-left: 13px solid white;
  background-position: top right;
}

.bottom-shadow {
  background-image: url('/images/shadow_bottom.jpg');
  background-repeat: repeat-x;
  border-top: 13px solid white;
  background-position: bottom left;
  font-size: 0;
}
