html {
  padding: 0px;
  margin: 0px;
  min-width: 760px;
}

body {
  background-color: #EFEFEF;
  font-family: Arial, sans-serif;
  margin-top: 10px;
}

.banner {
  font-size: 14px;
  font-weight: normal;
  position: relative;
  background: #dddddd;
  padding: 5px 10px 5px 10px;
  margin: 5px 0 0 0;
  border: 1px solid #BFBFBF;
}

/* Outer Border
---------------------------------------- */
.border-left { 
    background: url("./img/border_left.gif") #FFFFFF repeat-y 0 0;
}

.border-right {
    background: url("./img/border_right.gif") repeat-y 100% 0;
}

.border-top { 
    background: url("./img/border_top.gif") repeat-x 0 0; 
}

.border-top-left {
    background: url("./img/border_top_left.gif") no-repeat 0 0;
}

.border-top-right {
    background: url("./img/border_top_right.gif") no-repeat 100% 0;
    width: 100%;
}

.border-bottom { 
    background: url("./img/border_bottom2.gif") repeat-x 0 100%;
}

.border-bottom span {
    background: url("./img/border_bottom.gif") no-repeat 0 0;
    display: block;
    height: 18px; 
}

.border-bottom span span { 
    background-position: 100% -18px;
}

.inside { 
    padding: 27px 27px 10px 27px;
}

/* Rounded Corners
---------------------------------------- */
span.corners-top, span.corners-bottom, span.corners-top span, span.corners-bottom span {
	font-size: 1px;
	line-height: 1px;
	display: block;
	height: 5px;
	background-repeat: no-repeat;
}

span.corners-top {
	background-image: url("./img/corners_left.png");
	background-position: 0px 0px;
	margin: 0px -5px;
}

span.corners-top span {
	background-image: url("./img/corners_right.png");
	background-position: 100% 0;
}

span.corners-bottom {
	background-image: url("./img/corners_left.png");
	background-position: 0 100%;
	margin: 0px -5px;
	clear: both;
}

span.corners-bottom span {
	background-image: url("./img/corners_right.png");
	background-position: 100% 100%;
}

.headerbar {
	background: #ebebeb none repeat-x 0 0;
	color: #FFFFFF;
	margin-bottom: 4px;
	padding: 0px 5px;
	background-color: #7C8891;
	background-image: url("./img/bg_header.gif");
}

div.headerbar span.corners-top {
    background-image: url("./img/corners_left2.png");
}

div.headerbar span.corners-top span {
    background-image: url("./img/corners_right2.png");
}

/* Site description and logo
---------------------------------------- */

#site-description {
	float: left;
	width: 95%;
	margin-top: 10px;
	margin-left: 5px;
	padding-bottom: 0px;
  font-size:12px;
}

#site-description a {
  color: #90C0D0;
  font-weight: bold;
}

#site-description a:hover {
  color: #B0E6F6;
}

#site-description h1 {
	margin-top: 30px;
	margin-left: 25px;
	margin-right: 0px;
}

/* Page boundary
---------------------------------------- */
#wrap {
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  /*width: 100%;*/
  /*width: 960px;*/
  margin-left: 20px;
  margin-right: 20px;
  direction: ltr;
  text-align: left;
}

/* Main Content
---------------------------------------- */
#wrapper {  /* Needed to make content liquid */
  float: right;
  width: 100%;
}

/* Navigation menu
---------------------------------------- */
#menu {
  font-size:12px;
  font-weight: bold;
  float: left;
  width: 150px;
  padding-top: 10px;
  padding-bottom: 20px;
  padding-left: 10px;
  margin-top: 5px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  background: #dddddd;
}

#menu a {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.5;
  text-decoration: none;
}

#menu a:hover {
  color: #BC2A4D;
}

#content {
  font-size: 14px;
  background-color: #F5F5F5;
  background-image: url("./img/11LA.png");
  padding-top: 5px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  /*margin-top: 5px;
  margin-left: 0px;
  margin-right: 20px;
  margin-bottom: 0px;*/
}

#content a:hover {
  color: #BC2A4D;
}

/* Footers
---------------------------------------- */
#footer {
  clear: both;
  width: 100%;
  font-size: 1px;
	line-height: 1px;
  color: #BC2A4D;
}

#prnftr {
  clear: both;
  display: none;
}

/* Some common bits
---------------------------------------- */
h1 {
  font-size: 18px;
  padding-top: 5px;
}

h2 {
  font-size: 16px;
  padding-top: 5px;
}

h3 {
  font-size: 14px;
  padding-top: 5px;
}

td.min_list {
  font-size: 14px; 
}

td.min_list a {
  text-decoration: none;
}

td.norm_list {
  font-size: 12px;
}

a:visited {
  color: #5555AA;
}

span.hilite {
  color: #CC6600;
}

