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

	body {
    background: #ededed; 
    background-image: url("images/sumtextb.jpg");
	}
    hr {
    color: #400040;
    height: 2px;
    align: center;
    }

    hr.redline {
    color: #FF0000;
    height: 2px;
    align: center;
    }
    
   A:link {color: blue;}        
   A:active {color: red;}       
  /* A:hover {color: magenta;}    */
   A:visited {color: purple;}   
	a {
	text-decoration: none;
	text-transform: capitalize;
	color: #444;
	}
	a:hover {
	text-decoration: underline;
	color: #080;
	}
	ul ul {
	margin-left: 0px;
	padding: .5em 0 1.5em 20px;
	}
	li {
	margin-left: 10px;
	list-style: none;
	padding-left: 20px;
	background: transparent
url(sitemap_images/level1.png) 0 .15em no-repeat;
	}
	li li {
	background: transparent
url(sitemap_images/level2.png) 0 .15em
	no-repeat;
	}
	li li li {
	background: transparent
url(sitemap_images/level3.png) 0 .15em
	no-repeat;
	font-size: .85em;
	}
	li a {
	font-weight: bold;
	}
	li li a {
	font-weight: normal;
	}
	#home {
	font-size: 24px;
	font-weight: bold;
	padding: 0 0
	.5em 24px;
	margin: 0;
	background: transparent
url(sitemap_images/home.png) 0 .15em no-repeat;
	}

#content {
    width: auto; 
    margin-left: 155px;
}

#menu {
	height:auto;
	width:150px;
	float:left
}
#footer {
	clear:both
}