.body {
	background-repeat: repeat-x;
	background: url('/graphics/body_bg_y.jpg');
	background-position: center;
	font-family: Arial, Helvetica, Geneva, Verdana;
  font-size:12px;
  margin:0px;
  padding:0px;
}

.title {
  font-family:arial;
  font-weight:bold;
  font-size:20px;
}

.lawyer {
  font-family:arial;
  font-size:16px;
}

.address {
  font-family:arial;
  font-size:14px;
}

.phone {
  font-family:arial;
  font-size:14px;
}

.main_content {
  background-color:#eeeeee;
  margin:10px 10px 10px 10px;
}

h1 {
  color:#050551;
  font-size:16px;
}

h2 {
  color:#050551;
  font-size:14px;
}

.body p {
  font-size:12px;
  text-align:justify;
}

.main_content_div {
  background-color:#eeeeee;
  width:900px;
  height:100%;
}

.side_bar {
  border-left:2px solid #021639;
}

.side_bar td{
  font-size:12px;
}

.form-input {
  width:167px;
  border:1px solid black;
}

.footer_content {
  background-color:#eeeeee;
  width:900px;
}

.footer {
  width:900;
  background-color:#021639;
  color:white;
  height:17px;
  padding-top:3px;
}

.menu a:link, .menu a:hover, .menu a:visited {
	text-decoration : none;
	border-style : none none none none;
	color : #FFFFFF;
}

.submenu a:link, .submenu a:visited {
	text-decoration : none;
	border-style : none none none none;
	color : #24476F;
	font : bold 10px calibri, arial, sans-serif;
	text-align : left;
}
.submenu a:hover {
	text-decoration : none;
	border-style : none none none none;
	color : #021639;
	font : bold 10px calibri, arial, sans-serif;
	text-align : left;
}

.redlinks a:link, .redlinks a:visited {
	text-decoration : none;
	border-style : none none none none;
	color : #24476F;
	font : bold 12px calibri, arial, sans-serif;
	text-align : left;
}
.redlinks a:hover {
	text-decoration : none;
	border-style : none none none none;
	color : #021639;
	font : bold 12px calibri, arial, sans-serif;
	text-align : left;
}

