body {
	scrollbar-arrow-color:#C7090B; 
	scrollbar-base-color:#CCCCCC; 
	scrollbar-track-color:#999999; 
	scrollbar-shadow-color:#C7090B;
	scrollbar-darkshadow-color:#000000; 
	scrollbar-highlight-color:#FFFFFF;
	}

.bodyText {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	text-align: justify
}
.bodyTextBold {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #660000;
	text-align: justify;
	font-weight: bold;
}
.bodyTextReverse {  font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; color: #CCCCCC; text-align: left}
.bodyTextReverseHeader {  font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: bold; color: #FFFFFF; text-align: left}
.formText {  font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: bold; color: #000000; text-align: left}
.formHeader {  font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 14px; font-style: normal; font-weight: bold; color: #C7090B; text-align: center}
a { color: #C7090B; text-decoration: underline;}
a:hover{
	color: #000000;
	text-decoration: none;
	text-align: center;
}
.header1 {  font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #C7090B; font-style: normal}
.footerText {  font-family: Arial, Helvetica, sans-serif; font-size: 9px;}

.input {
	border-left: #000000 1px solid;
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	border-bottom: #000000 1px solid;
	background-color: white;
	color: black;
}
.content {
	background: url(images/Watermark.jpg) no-repeat left bottom;
}
.PAcontent {
	background: url(images/PracticeAreas_Large.jpg) no-repeat left top;
}
td.top {
  background-color: #000080;
  text-align: right;
}

td.bottom {
  background-color: #ffe38c;
  padding: 15px;
}
.bios {
	text-align: center;
}
.bios {
	text-align: justify;
}
.biosheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-align: center;
	color: #000;
}

.popupbodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #0e3b87;
	line-height:20px;
}

.hometext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-align: center;
	color: #fff;
}

#container {
	width: 780px;
	margin: 0 auto; 
	font-size:14px;
	
	text-align: left; 
}
#mainContent {
	padding: 0 60px;
	min-height:600px;
	line-height:25px
}

img {border:0px}




/*LINKS*/

#mainContent a:link, #mainContent a:visited {color:#fff; text-decoration:none; font-size:18px; background:#000000; padding:5px; -webkit-border-radius:10px;
-moz-border-radius:10px}
#mainContent a:hover, #mainContent a:active {color:#fff; text-decoration:none; font-size:18px; background:#333333; padding:5px; -webkit-border-radius:10px;
-moz-border-radius:10px}





/*STYLES FOR CSS POPUP*/
#blanket {
background-color:#111;
opacity: 0.65;
filter:alpha(opacity=65);
position:absolute;
z-index: 9001;
top:0px;
left:0px;
width:100%;
}

#popUpDiv {
position:absolute;
background-color:#ffffff;
width:700px;
height:700px;
z-index: 9002;

#blanketbackup {
   background-color:#111;
   opacity: 0.65;
   *background:none;
   position:absolute;
   z-index: 9001;
   top:0px;
   left:0px;
   width:100%;
}

#popUpDivbackup {
	position:absolute;
	background:white no-repeat;
	width:700px;
	height:700px;
	border:1px solid #000;
	z-index: 9002;
}

#popUpDiv a {position:relative; top:20px; left:20px}
