.header{
	height: 149px;
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image src='images/header.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.header[class] {
	height: 149px;
  	background-image:url(images/header.png);
}

.footer{
	height: 150px;
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image src='images/footer.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.footer[class] {
	height: 150px;
  background-image:url(images/footer.png);
}

.tallfooter{
	height: 313px;
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image src='images/tall_footer.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.tallfooter[class] {
	height: 313px;
  background-image:url(images/tall_footer.png);
}
.aptleftnavmain
{
 margin-left: 0;
 padding-left: 0;
 list-style: none;
 margin-top: 0px;
 margin-bottom: 5px;
 position: relative;
}


.bullets
{
 margin-left: 0;
 padding-left: 0;
 list-style: none;
 margin-top: 0px;
 margin-bottom: 3px;
 position: relative;
}
.bullets li
{
 padding-left: 15px;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 color: #11568c;
 margin-left: 0px;
 text-decoration: none;
 line-height: 16px;
 position: relative;
}
.bullets li:hover
{
 padding-left: 15px;
 background-position: 0 .5em;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 margin-left: 0px;
 text-decoration: none;
 line-height: 16px;
 position: relative;
}
#active
{
 padding-left: 15px;
 background-position: 0 .5em;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 margin-left: 0px;
 text-decoration: underline;
 line-height: 16px;
 position: relative;
}