body  {
	font: 100% Arial,Verdana, Helvetica, sans-serif;
	background: #788BAE;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	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;
}
.twoColFixLtHdr #container { 
	width: 1002px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #4c2e04;
	margin: 8px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	border: 1px solid #00438b;
} 
.twoColFixLtHdr #header { 
	background-image: url(../images/choate_web_bkg_01.jpg);
	background-repeat:no-repeat;
	height:147px;
	padding: 0 px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixLtHdr #nav { 
	background-color:#342002;
	padding: 0 0 0 342px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height:27px;
	margin: 0 px;

} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 312px;
	padding:0 15px 0px 15px;
}
.twoColFixLtHdr #sidebar1 li{
	display:block;
	margin:20px 0px 0px -15px;

}
.twoColFixLtHdr #mainContent { 
	float:right;
	width:659px;
	margin: 0 0 0 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainC
	ontent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	background-color:#FFFFFF;
	height:474px;

} 
.twoColFixLtHdr #footer { 
	padding: 15px 10px 0 35px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#341F03 ;
	height:35px;
	margin-bottom:3px;
} 
.twoColFixLtHdr #footer p {
	margin: 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	
}
.imagepadding 
{
	margin-bottom:25px;
}
.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: 5px;
	width:150px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 5px;
	width:150px;
}
blockquote {
	margin-left: 100px;
}
ol {
	margin-left: 70px;
	margin-top:-25px;
	margin-bottom:5px;
}
.list {
	font-size: .6em;
	font-weight:  bold;
	color: #FFFFFF;
	text-align:left;
	margin-left:-5px;
}
.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;
}
p {
	font-size: .6em;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-align:left;
}
h2 {
	font-size: .7em;
	font-weight: bold;
	color: #FFF;
	text-align: left;
}
h3 {
	font-size: .9em;
	font-weight: bold;
	color: #CA0B07;
	text-align: right;
}
h3 a:link {
	font-size: .9em;
	font-weight: bold;
	color: #CA0B07;
	text-align: right;
	text-decoration:none;
}
h3 a:visited {
	font-size: .9em;
	font-weight: bold;
	color: #CA0B07;
	text-align: right;
	text-decoration:none;
}
.logoplacement {
	margin-top: 65px;
	margin-left: 185px;
}
img {
	border:none;
}

.quote {
	font-style:italic;
	font-weight:bold;
	color:#FFFFFF;
	font-size:16px;
}
.company {
	font-style:italic;
	color:#FFFFFF;
	font-size:12px;
	margin-left:125px;
}
.leftnav {
	display:list-item;
	list-style:none;
	margin-left:-30px;
	text-align:left;
	font-weight: bold;
	font-style:italic;
	font-size:.65em;
	color:#FFFFFF;
}

.leftnav a:link{
	color:#FFFFFF;
	text-decoration:none;
}
.leftnav a:hover{
	color:#FFFFFF;
	border-bottom:#CA0B07 solid 2px;
}
.leftnav a:visited{
	color:#FFFFFF;
	text-decoration:none;
}
.leftnav a:active{
	color:#FFFFFF;
	border-bottom:#CA0B07 solid 2px;
}
.testimonytext {
	font-size: .6em;
	font-weight: normal;
	font-style:italic;
	color: #FFFFFF;
	text-decoration: none;
	line-height:18px;
}
.viewarticle {
	font-size: 11px;
	color: #00CCFF;
	margin-left: 220px;
}
.viewarticle a:link{
	font-size: 11px;
	color: #00CCFF;}
.viewarticle a:hover{
	font-size: 11px;
	color: #FFFFFF;
}
.viewarticle a:visited{
	font-size: 11px;
	color: #FFFFFF;
}
.datatable td {
	color:#FFFFFF;
	font-size:.7em;
	height:21px;
}
.telerikmenucopy
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
	text-align: center;
	padding-top: 5px;
}
.telerikmenucopy:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	background-color: #CA0B07;
	padding-top: 5px;
	height:21px;
}
.teleriksubmenucopy, teleriksubmenucopy:link, telerikmenucopy:active, telerikmenucopy:visited
{
	border-color: #FFFFFF #808080 #808080 #808080;
	border-width: 1px;
	border-style: solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	text-align: left;
	text-decoration: none;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-top: 4px;
	margin-left: 0px;
	background-image: url(../images/menu_bkg.png);
	background-repeat: repeat-x;
}
.teleriksubmenucopy:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #CA0B07;
	text-align: left;
	text-decoration: none;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-top: 4px;
	margin-left: 0px;
	border-color: #FFFFFF #808080 #808080 #808080;
	border-width: 1px;
	border-style: solid;
	background-image: url(../images/menu_bkg.png);
	background-repeat: repeat-x;
}
.telerikmenucopyexpanded
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	background-color: #CA0B07;
	height:21px;
}
.telerikmenucopyexpanded:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	background-color: #CA0B07;
	height:21px;
}