html * {
	margin:0;
	padding:0;
	border:0;
}
body {
	font:normal 80% Arial, sans-serif;
  font-weight:bold;
	background:#FFF;
	text-align:center;
  color:#1F4590;
}
#content {
	text-align:left;
  margin:50px auto 0;
  width:693px;
	background:transparent;
}
#head {
  height:62px;
	background:transparent url("images/bg_head.gif") left top repeat-x;
}
#zoner {
  text-align:right;
  margin-bottom:22px;
}
#zoner a {
  text-decoration:none;
  font-size:12px;
  font-weight:bold;
  color:#204691;
}
#left li {
  list-style-image: url('images/bg_li.gif');
  padding:0.1em 0;
}
#right p {
  padding-left:10px;
  margin-top:1.5em;
  line-height:18px;
}
ul {
  padding-left:30px;
  margin-top:1.5em;
}
#foot {
  width:693px;
  margin:20px auto 0;
  text-align:left;
}
#foot a {
  color:#204691;
  text-decoration:none;
}
.clear {
  clear:both;
  height:1px;
  line-height:1px;
  font-size:1px;
}
#top {
}
#right {
  float:right;
  width:345px;
  color:#1F4590;
  border-bottom:1px solid #E0E1ED;
  height:310px;
}
#left {
  width:345px;
  float:left;
  color:#689A40;
  height:310px;
  border-bottom:1px solid #E4EFD4;
}
#right-h2 {
	background:transparent url("images/right-h2.jpg") left top no-repeat;
}
#left-h2 {
	background:transparent url("images/left-h2.jpg") left top no-repeat;
}
#right-h2, #left-h2  {
  height:141px;
  width:345px;
}
h1 {
  font-size: 1.6em; color: #FF5400;
	font-weight: bold; 
}
h2 {
  display:none;
}
#error404 {
  padding: 10px;
  border: 2px solid #ffcccc;
  margin-bottom: 22px;
}

#error404 h1, #error404 p {
  color: #ff0000;
  margin-bottom: 1.2em;
}

#error404 ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  font-weight: normal;
  color: #333;
}

#error404 ul li {
   padding:0.1em 0;
}

#error404 a {
  color: #333;
}

#error404 a:hover {
  color: #333;
}

acronym { 
	border-bottom: 1px dotted #333; 
	cursor:help; 
}

a { text-decoration: underline; }
a:hover { text-decoration: none; } 
