body{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body.home {
	background-image: url(../images/home_bkgrd.jpg);
	background-repeat: repeat-x;
}

body.thefirm {
	background-image: url(../images/thefirm_bkgrd.jpg);
	background-repeat: repeat-x;
}

body.areasofpractice {
	background-image: url(../images/areasofpractice_bkgrd.jpg);
	background-repeat: repeat-x;
}

a.homeNav{
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #996600;
}
a.homeNav:hover { color: #000000; }

a.subpageNav{
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #FFFFFF;
}
a.subpageNav:hover { color: #000000; }

a.grayLink{
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #3B3B3B;
}
a.grayLink:hover { text-decoration: underline; }

a.brownLink{
	text-decoration: none;
	color: #996600;
}
a.brownLink:hover { text-decoration: underline; }

a.blueLink{
	text-decoration: none;
	color: #0066CC;
}
a.blueLink:hover { text-decoration: underline; }

.navLit{
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
}

.brnBoxHead{
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	text-decoration: none;
	color: #000000;
	margin-left: 15px;
	margin-top: 15px;
	margin-bottom: 5px;
}

.brnBoxTxt{
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
	margin-left: 15px;
}
a.brnBoxTxt { color: #0000FF; }
a.brnBoxTxt:hover { text-decoration: underline; }

.whiteBoxHead{
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	text-decoration: none;
	text-align:center;
	color: #5C3D00;
	margin-left: 20px;
	margin-top: 15px;
	margin-right: 20px;
}

.whiteBoxSubhead{
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	text-decoration: none;
	text-align:center;
	color: #5C3D00;
	margin-left: 20px;
	margin-bottom: 10px;
	margin-right: 20px;
}

.whiteBoxTxt{
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #2D2D2D;
	margin-left: 20px;
	margin-right: 20px;
}

.whiteDivider{
	position: relative;
	top: 0px;
	width: 100%;
	height: 1px;
	background-color: #FFFFFF;
}

.grayDivider{
	position: relative;
	top: 0px;
	width: 100%;
	height: 1px;
	background-color: #BABABA;
	margin-bottom: 5px;
	margin-top: 5px;
}

.copyrightTxt{
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #FFFFFF;
}

.rtbar{
	margin-left: 12px;
	margin-bottom: 15px;
	margin-top: 25px;
}

td.rtbarBkgrd{
	background-image: url(../images/westSilhouette.gif);
	background-repeat: no-repeat;
}

.grayBodyTxt{
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #3B3B3B;
}

.brownBodyTxt{
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #996600;
}

li {
	font-size: 11px;
	list-style-position: outside;
	list-style-type: none;
}



.brownRtTxt{
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #A07A1E;
	margin-bottom: 10px;
}

.grayRtTxt{
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #3B3B3B;
	margin-bottom: 10px;
}

.content{
	margin-left: 15px;
	margin-bottom: 25px;
	margin-top: 25px;
	margin-right: 15px;
	vertical-align: middle;
	border-color: #00FF33;
	border: thick;
}

.content_col1 {
	position: relative;
	top: 0px;
	width:246px;
	text-align: left;
	float: left;
}

.content_col2 {
	position: relative;
	top: 0px;
	width:450px;
	text-align: left;
	float: right;
}

.content_clear{
	clear: both;
}

.contentTitleTxt {
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	font-size: 21px;
	text-decoration: none;
	color: #694E10;
}

.contentSubtitleTxt{
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-decoration: none;
	color: #996600;
	margin-bottom: 5px;
}

.medBlueTxt {
	color: #0066CC
}
