@charset "utf-8";
a:link {
	color: #003366;
	text-decoration: none;
	background-image: url(images/spacer.gif);
}
a:visited {
	color: #003366;
	text-decoration: none;
	background-image: url(images/spacer.gif);
}
a:hover {
	color: #003366;
	text-decoration: underline;
	background-image: url(images/spacer.gif);
}
.AttorneyAdvertising {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003333;
	background-color: #FFFFFF;
	text-align: center;
}
.Credits {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
body  {
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFF;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}
.twoColFixLtHdr #container {
	width: 760px; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #066;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(images/leftytall.jpg);
	background-repeat: repeat-y;
	background-position: left bottom;
} 
.twoColFixLtHdr #header {
	background-color: #FFF;
	height: 137px;
	width: 760px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 20px;
	text-align: center;
	vertical-align: top;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 181px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	background-image: url(images/spacer.gif);
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 190px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixLtHdr #footer {
	background-image: url(images/spacer.gif);
	height: 30px;
	background-color: #6CC;
	font-size: 12px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 0;
} 
#footer #corner {
	float: left;
}

.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
#mainContent h1 {
	font-size: 20px;
	text-align: center;
	vertical-align: top;
}
#mainContent .FloatRight {
	float: right;
	margin-left: 6px;
}
#mainContent h2 {
	font-size: 16px;
	text-align: center;
	vertical-align: top;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#BottomNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	background-color: #FFFFFF;
	text-align: center;
	padding: 4px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	width: 760px;
	margin-top: 10px;
}
.FirstPhrase {
	font-weight: bold;
}
.AttorneyAdvertising {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003333;
	background-color: #FFFFFF;
	text-align: center;
}
.BioNames {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
