body {
font-family:arial, sans-serif;
margin:0 auto;
text-align:center;
background: url('/layout/i/shadow.png') center repeat-y;
}

.body2 {
   margin:0 auto;
   text-align:center;
   width:743px;
}

h1 {
  font-size:26px;
  font-weight:normal;
  margin:0 0 3px 0;
  padding:0;
}

h2, h3,h4 {
  font-size:17px;
  font-weight:bold;
  margin:0;
}

h2 {clear:both;}
.summary h2  {clear:none;}
h3 {font-size:15px;}
h4 {font-size:13px;}

p {
  text-align:left;
  margin-top:0;
}

ul {margin-top:0;}

dfn, acronym {
border-bottom: dotted 1px;
font-style: normal;
}

fieldset {
  padding:0;
  margin:0;
  border:0;
}

input {
  border:1px solid #bbb;
  width:200px;
  padding:0;margin:0;
}

input#q {
  padding: 0.2em 0;
}

.lform input {width:600px;height:25px;}
.lform textarea {width:600px;}

img {border:1px solid black;}

th {
  text-align:left;
  vertical-align:top;
  font-size:smaller;
  margin-right:5px;
}

a {color:black;}
.content a, .foot a {
   color: black;
   color: #01358A;
   text-decoration:none;
   font-size:1.04em;
}
.content a:hover, .foot a:hover {
   color:#0452D4;
}
.related a {
   font-weight:bold;
   font-size:15px;
   text-decoration:none;
}
.related a:hover {
   color:#424242;
}
.related a.yellow {
   font-weight:normal;
   font-size:16px;
}
.yellow {color: #c6ba33;}
a.yellow:hover {color: #decd0e;}

.iright {
  float:right;
  clear:right;
  margin-left:5px;
  padding:3px;
}

.ileft {
  float:left;
  clear:left;
  margin-right:5px;
  padding:3px;
}

.fp_block img {width:18px;height:18px;margin-right:4px;}
.fp_block ul {margin-bottom:0;}
.fp_block {margin:0 0 3px 0;}
.fp_block a {
   font-size:0.99em;
}

p.date {
  font-size:smaller;
  color:gray;
  margin-bottom:2px;
}

h1 + p.date {
  margin-top:-6px;
  margin-bottom:7px;
}

.cite {margin-left:8px;}
.cite cite {padding:4px;}
.cite p {margin-bottom:2px;}

.summary, .iright, .ileft, .idiv {
padding: 4px;
background: #F3F3F3;
}

.thumb {
width:90px;
height:90px;
}

.sthumb {
  width:70px;
  height:70px;
  float:left;
  margin-right:5px;
}

.timg {
  float:left;
  margin-right:3px;
}

.main {
  width:742px;
  margin:auto;
  text-align:left;
}

.header {
  width:742px;
  margin:auto;
  background:url('/layout/i/bg2.png') repeat-x #b80808;
}

.logo {
  margin:10px;
  margin-bottom:6px;
  border:0;
  height:129px;
  width:497px;
}

.search {
  float:right;
  padding:5px;
  border:1px solid black;
  border-top:0;
  border-right:0;
  background:#b80808;
}

.space {
  clear:right;
  float:right;
  margin-top:5px;
  padding:5px;
  border:1px solid black;
  border-right:0;
  background:white;
  width:210px;
  height:47px;
  text-align:left;
}

.content {
  padding:5px 10px 5px 10px;
}

.foot {
  clear:both;
  padding:5px;
  margin-top:16px;
}

.related {
  padding:5px; 
  margin-top:3px;
  background:#F3F3F3;
  margin-top:16px;
}

div.quotes table td:first-child {
   font-weight:bold;
   text-align:right;
   min-width:120px;
   width:120px;
   vertical-align:top;
}
div.quotes table {
   margin: 10px 0;
}
div.quotes hr {
   width: 30%;
   margin-left:70px;
   text-align:left;
   border: 1px dotted black;
   border-style: none none dotted;
}

ul.nav,
.nav ul{
  margin: 0;
  padding: 0;
  cursor: default;
  list-style: none;
  display: inline;
}

ul.nav{
  display: table;
  width:742px;
  height:40px;
  text-align:justify;
}
ul.nav>li{
  display: table-cell;
  text-align:center;
  position: relative;
  background:url('/layout/i/bg.png') repeat-x;
  padding-top:10px;
}

ul.nav ul>li>a{
  display: block;
  padding: 1px 10px 1px 5px;
}

ul.nav li ul>li {
  padding:0;
  text-align:left;
}

ul.nav li>ul{
  display: none;
  position: absolute;
  margin-top: 9px;
  z-index:1;
}

ul.nav li:hover>ul {
  display:block;
  border:1px solid #369;
}


ul.nav>li>a {
  padding:10px;
  height:40px;
}

ul.nav,
.nav ul,
.nav ul li a{
  background:#fff;
  color:#369;
}

ul.nav li:hover,
.nav ul li a:hover {
  background:#369;
  color:#fff;
}

ul.nav li:active,
.nav ul li a:active {
  background:#036;
  color: #fff;
}

ul.nav,
.nav ul{
  border-top:1px solid black;
}

ul.nav>li {border-bottom:1px solid black;}
ul.nav>li:hover {border-bottom:1px solid #369;}

.nav a{
  text-decoration: none;
}

ul.nav > li,
ul.nav > li>a{
  color:white;
}

a[href^="/i/"] img {
   position:relative;
   cursor: url(/i/other/zoom.png), default;
}

