body {
	background: #ffffff;
	font-family: Times, Serif;
	color: #000000;
	font-size: 12pt;
	text-align: center;
	}

/*  Link Behavior  */

a {
	color: #940f00;
	font-weight: bold;
	}

/*  Headers  */

h2, h3 {
	font-family: Times, Serif;
	font-size: 16pt;
	font-weight: bold;
	color: #000000;
	text-align: left;
	}

h4 {
	font-family: Times, Serif;	font-size: 14pt;
	font-weight: bold;
	color: #000000;
	text-align: left;
	}
	
h5 {
	font-family: Times, Serif;	font-size: 12pt;
	font-weight: normal;
	font-weight: bold;
	color: #000000;
	text-align: left;
	}

/*  Content Positioning  */


#container {
	position: static
	width: auto;
	margin-left: 5%;
	background-color: #ffffff;
	}

#logo {
	position: static;
	width: 250px;
	height: 53px;
	background: #ffffff;
	}
	
#menu {
	display: none;
	}
	
#sidecont {
	display: none;
	}

#sidecont2 {
	position: static;
	width: auto;
	padding-bottom: 5px;
	border-bottom: 1px solid #333333;
	}

#sidecont2 p {
	font-size: 10pt;
	text-align: left;
	}

h2#lawyers {
	padding-bottom: 10px;
	border-bottom: 1px solid #333333;
	}

#map {
	position: static;
	padding-top: 20px;
	width: 415px;
	}

#movie {
	display: none;
	}

#content {
	position: static;
	width: auto;
	}
	
#content img {
	display: none;
	}
	
#content h3 {
	display: none;
	}

#content ul {
	text-align: left;
	list-style-image: url(images/disc.gif);
	}

#content p {
	color: #000000;
	text-align: left;
	}
	
.copy {
	display: none;
	}
	
