.leftContent {
	background-image: url(images/left.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height:395px;
}
.rightContent, .copyright {
	background-image: url(images/rightBorder.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.copyright {
	font-size: 10px;
}

.terms {
	font-size: 10px;
	background-image: url(images/rightBorderBottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.margin {
	margin-top: 4px;
	margin-left: 10px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.greenText {
	color: #73BE1E;
}
.redText {
	color: #FF1A00;
}
.noteText {
	font-size: 11px;
	font-weight: bold;
}

A, A:link, A:active, A:visited {
	color: #FF1A00;
}
A:hover {
	color: #000000;
}

.navigation A, .navigation A:link, .navigation A:active, .navigation A:visited {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-decoration:none;
}
.navigation A:hover {
	color: #000000;
}

a.popup{
    position:relative; /*this is the key*/
    z-index:24;
    color:#000;
    text-decoration:none
}

a.popup:hover{z-index:25; background-color:#f9f9f9}

a.popup span{display: none}

a.popup:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:2em; left:2em; width:16em;
    border:1px solid #73BE1E;
    background-color:#F7FFE3; color:#000;
    text-align: left;
}

a.popup img { /* shouldn't need to specify in every section */
  border-style: none
}

.group {
 padding: 0px 2px 0px 6px;
 background-color:#F6F6F6;
}

h1{font-size:18px; margin:0px; padding:0px; color: #73BE1E;}

.calTable {
  border: solid black 1px;
  border-collapse: collapse
} 
.calTable th {
	color: #FF1A00;
	font-size:12px;
}
.calTable td {
  border-top:  solid black 1px;
}

div.autocomplete {
  position: absolute;
  width: 250px;
  background-color: white;
  border: 1px solid #888;
  margin: 0px;
  padding: 0px;
}

div.autocomplete ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

div.autocomplete ul li.selected {
  background-color: #ffb;
}

div.autocomplete ul li {
  list-style-type: none;
  display: block;
  margin: 0;
  padding: 2px;
  cursor: pointer;
}
