
ul {
margin: 5px 0 5px 15px;
}

.leftcolumn{
font-family: arial, sans serif;
font-size: 12px;
}

.leftcolumn h3 {
	color: #30558e;
}

.leftcolumn ul {
	margin: 0 15px 0 0;
	padding: 0;
	list-style-type: none;
}

.leftcolumn ul li {
	padding-left: 15px;  /* the width reserved for the background image */
	padding-bottom:2px;
	margin-bottom:5px;
 	background: url(img/tri-bullet-small.gif) no-repeat 0px 4px; /* the "bullet"... adjust these numbers to taste */
	border-bottom: 1px dashed #000;

}

.leftcolumn ul li.active {
	padding-left: 15px;  /* the width reserved for the background image */
	padding-bottom:2px;
	margin-bottom:5px;
 	background: url(img/tri-bullet-black.gif) no-repeat 0px 4px; /* the "bullet"... adjust these numbers to taste */
	border-bottom: 1px dashed #000;
}

.leftcolumn ul li a {
	color: #30558e;
	text-decoration: none;
	font-size: 1em;
	font-weight: bold;
	
}

.leftcolumn ul li.active a.on {
	color: #7a385f;
	text-decoration: none;
	font-size: 1em;
	font-weight: bolder;
	
}


.leftcolumn ul li.attract a {
	color: #aa0000;
	text-decoration: none;
	font-size: 1.1em;
	font-weight: bolder;
}

.leftcolumn ul li a.sub {
        color: #30558e;
}

h1{
color: #363636;
font-size: 11pt;
}
h2{
color: #7a385f;
font-size: 11pt;

}
.leftcolumn h2{
  border-bottom: 2px solid #7a385f;
  margin-bottom: 8px;
  font-size:10pt;}

h3{
font-family:arial, sans serif;
color: #ffffff;
background-color: #94c594;
width:70%;
font-size: .9em;
padding-left:2px;
text-transform:none;
}

h1,h2,h3{
font-family: Times New Roman, serif;
margin: 0px;
padding-top: 1px;
padding-bottom: 1px;
text-transform: uppercase;
}
.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
/*added 7/6/09 to eliminate hard coded style code from page, and to compensate for IE bug*/
background-image: URL('imb/inside-content-background.gif');
background-repeat: no-repeat;
background-attachment: scroll;
background-position: bottom center;
height: 1%;
}
html>body .innertube{
height: auto;
}
/*end additions 7/6/09*/
.innertube hr {
border:none 0;
border-top: 1px dashed #000;
width:80%;
height:1px;
}
.search {
width:158px;
height:22px;
font-family: Tahoma, serif;
color:#bababa;
background-color:#ffffff;
}



