/* COMMON STYLES */
body {
	font: 90%/1.4 "MS Trebuchet", sans-serif;
	color: #0166bb;
	text-align: center;
	margin: 0;
	padding: 0;
}

input, textarea {
	font-family: Arial, sans-serif;
}

td, th, input, textarea {
	font-size: 100%;
	_font-size: 75%;
	_f\ont-size/**/: 100%;
}

h1 {
	margin-top: 45px;
	font-size: 220%;
	font-weight: normal;
}

h1 span {
	display: none;
}

h2 {
  font-size: 150%;
  font-weight: normal;
}

a {
	color: #0166bb;
}

a:visited {
	color: #0166bb;
}

a:hover {
	color: black;
}

a img {
  border: 0;
}

form table {
	margin-bottom: 1em;
}

form th {
	text-align: right;
	vertical-align: top;
}

th, td {
	text-align: left;
}

address {
  font-style: normal;
}

ul li {
  list-style: square;
}

/* COMMON STYLES */
.float-left {
  float: left;
  margin-right: 10px;
  margin-bottom: 5px;
}

.clear {
  clear: both;
}

ul.flist {
  list-style-position: inside;
}

.flist li {
  margin-left: 13px;
}

/* DEFAULT ENGINE */
#screen {
	position: relative;
	width: 750px;
	text-align: left;
	margin: 0 auto;
	margin-bottom: 15px;
	padding-top: 50px;
}

#main {
  background: url('../img/bgr-header.jpg') no-repeat 2px 2px;
  _background-position: 3px 3px;
  border: 1px solid #c9c9c9;
  padding: 133px 2px 2px 2px; 
}

#content {
  float: right;
	width: 528px;
}

#content div.box {
  padding: 15px 15px 0px 15px;
  padding-top: 60px;
}

/* HEADER */
#header { 
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 120px;
}

#logo {
  width: 139px; height: 33px; 
  position: absolute;
  left: 0; top: 13px;
  display: block;
  overflow: hidden;
}

#logo span {
	width: 100%; height: 100%;
	position: absolute;
	display: block;
	left: 0; top: 0;
}

#logo span {
  background: url('../img/logo.gif');
}

a#logo span {
  cursor: hand;
}

/* LEFT */
#left {
  float: left;
  width: 210px;
}

#left h2 {
  margin: 1em 0 0.5em 10px;
}

#left address {
  background: #0166bb;
  color: #fff;
  padding: 15px 10px;
  margin: 10px 0;
}

#left address a {
  color: #fff;
}

#left address a:hover {
  color: #000;
}

div.banner {
  background: #a7a7a7;
  text-align: center;
  width: 100%;
  padding: 15px 0;
  margin-bottom: 20px;
  font-size: 1%;
}

/* MENU */
#menu {
	margin: 0; padding: 0;
}

#menu li {
	list-style: none;
	background: #e5e5e5;
	margin-bottom: 2px;
	padding: 7px 10px;
}

#menu li a {
  font-weight: bold;
}

#menu li a span {
  font-weight: normal;
}

#top-menu {
  position: absolute;
  top: 205px; left: 233px;
  font-size: 120%;
  margin: 0;
  padding: 0;
}

#top-menu li {
  display: inline;
  margin-right: 2em;
}
	
/* FOOTER */
#footer {
  clear: both;
	text-align: center;
	margin: 0;
	padding: 8px 10px;
	background: #e5e5e5;
	font-size: 100%;
}

#footer ul {
  margin: 5px 0 2px 0;
  padding: 0;
}

#footer ul.second {
  margin: 0 0 8px 0;
}

#footer li {
	list-style: none;
	display: inline;
}

#small-menu {
  font-weight: bold;
  text-align: right;
}

#small-menu li {
  list-style: none;
  display: inline;
  
}
