@charset "utf-8";
/* CSS Document */

body {
  background: #fff url("images/horizontal-line-bg.gif") fixed;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 11pt;
}

#main {
  background: #fff url("images/main_bg.png") no-repeat;
  color: #000;
  width: 850px;
  margin-left: auto;
  margin-right: auto;
  border-top: solid 5px #0e385f;
  border-bottom: solid 5px #0e385f;
}

#header {
  text-align: center;
  height: 210px;
}

#cols {
  width: 100%;
}

#cols div {
  float: right;
}

#menu {
  width: 112px;
  cursor: pointer;
  font-weight: bold;
  padding-top: 25px;
}

#menu div {
  height: 25px;
  width: 100%;
  font-size: 11pt;
  text-align: right;
  padding-right: 25px;
}

#menu div:hover {
  background: url(images/menu_item.png) right no-repeat;
}

#contentbox {
  color: #000;
  width: 700px;
  padding-left: 10px;
  padding-right: 25px;
}

#content {
  width: 100%;
  font-size: 12px;
}

.cleaner {
  clear: both;
  font-size: 1px;
}

.title {
  font-weight: bold;
  color: #0e385f;
  font-size: 14px;
}

a {
  font-weight:bold;
  text-decoration: none;
  color: #ff7f00;
}

.italic {
	font-style: italic;
}
