body {
	background: #fff;
	color: #000;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
}



.container {
	margin: 20px auto 0 auto;
	font-size: 14px;
	text-align: left;
	width: 500px;
}
.container h1 {
	color: #6393e8;
	font-size: 15px;
	margin: 20px 0 0 0;
}
.container p {
	margin: 20px 0 0 0;
}

.footer{

	font-family:verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #E8E8E8;
	TEXT-DECORATION: none;

}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	line-height: 20px;
}
.content a {
	font-family: , Helvetica, sans-serif;
	font-size: 14px;
	color: #428301;
	text-decoration: underline;
}

.content a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #428301;
	text-decoration: none;
}
table.calendar {
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	margin: 20px 0 0 0;
	font-size: 14px;
	text-align: left;
	width: 100%;
}
table.calendar a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
table.calendar a:hover {
	text-decoration: underline;
}
table.calendar img {
	border: none;
	display: block;
	margin: 0;
}
table.calendar th {
	background: #fff;
	color: #6393e8;
	padding: 5px 10px 5px 10px;
}
table.calendar td {
	border-bottom: 2px solid #fff;
	padding: 10px;
}
table.calendar td.calendardate {
	color: #6393e8;
}
table.calendar td strong {
	display: block;
	margin: 0 0 5px 0;
}
.homestrip{
background:url(../LawyerForumImages/bg_line.gif);
background-repeat:repeat-x;
}