body {
	background-image: url(images/bg_tile.gif);
	background-repeat: repeat-x;
	background-color: #999999;
	margin: 2px 0px 0px 8px;
	font : 10pt Verdana, Geneva, Arial, Helvetica, sans-serif;
}

p {
	font : 10pt Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
}

.menu {
	font : 7pt Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : underline;
	color : #003366;
}

.con {
	font : 10pt Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #003366;
}

.headline {
	font : 8pt Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #003366;
}

.curlit_head {
	font-family: "Times New Roman";
	font-size: 12pt;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}

.lit {
	font-family: verdana;
	font-size: 8pt;
	color: #000000;
}

.contact_text {
	border: 1px solid #4B4C4C;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	width: 130px;
}
#featured td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
#legalHeadlines {
	list-style-image: url(images/news_bullet.gif);
}

.firmBig {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}
#rightContact {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 5px;
	letter-spacing: -1px;
}
#rightContact .phone {
	font-size: 14px;
	font-weight: normal;
}
#rightContact .smallBlue {
	font-size: 10px;
	color: #1a5085;
}

.contentLayer {
	padding: 4px 4px 4px 4px;
	background-color: #ffffff;
	width: 100%;
}

h1 {
	font-family: "Times New Roman";
	font-size: 14pt;
	color: #003366;
}

h2 {
	font-family: "Times New Roman";
	font-size: 14pt;
	color: #003366;
}

hr {
	color: #cccccc;
}

li {
	font-family: verdana;
	font-size: 10pt;
	color: #000000;
}

.vertline {
	background-color: #cccccc;
}

.feature {
	font-size: 10pt;
	font-family: "Times New Roman";
	text-decoration: underline;
	color: #003366;
}

.con2 {
	font-size: 14pt;
	font-family: "Times New Roman";
	font-weight: normal;
	color: #000000
}

.no {
	font-family: "Times New Roman";
	font-size: 14pt;
	color: #003366;
}

a.footer, a.footer:visited {
	font-size: 10pt;
	font-family: verdana;
	text-decoration: none;
	color: #000000;
}

.footer:hover {
	font-size: 10pt;
	font-family: verdana;
	text-decoration: underline;
	color: #003366;
}

selector {-moz-user-select:none;}
#date {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	position: absolute;
	left: 380px;
	top: 8px;
}
#navigation {
	height: 22px;
	margin: 0px 7px 0px 7px;
	text-align: center;
	padding-top:2px;
	text-decoration: none;
	text-transform:uppercase;
}
ul#navlist {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
ul#navlist li {
	display: inline;
	margin: 0 5px;
}
ul#navlist li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
	text-decoration: none;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration: none;
	background-image: url(images/menuBullet.gif);
	background-repeat: no-repeat;
	background-position: 5px;
	padding-left: 15px;
	margin-left: 15px;
}
ul#navlist li a:hover {
	text-decoration: underline;
}

/* LEFT MENU STYLE */
/* remove all the bullets, borders and padding from the default list styling */
#menuLeftTopics ul {
	padding:0;
	margin:0;
	list-style-type:none;
	z-index:10;
}
/* position relative so that you can position the sub levels */
#menuLeftTopics li {
	position:relative;
	z-index:10;
}

/* get rid of the table */
#menuLeftTopics table {
	position:absolute; 
	top:0; 
	left:0;
}

/* LEFT MENU STYLE */
/* remove all the bullets, borders and padding from the default list styling */
#menuLeftTopics ul {
	padding:0;
	margin:0;
	list-style-type:none;
	z-index:10;
}
/* position relative so that you can position the sub levels */
#menuLeftTopics li {
	position:relative;
	z-index:10;
}

/* get rid of the table */
#menuLeftTopics table {
	position:absolute; 
	top:0; 
	left:0;
}

/* style the links */
#menuLeftTopics a{
	display:block;
	color: #000000;
	text-decoration: none;
	margin-bottom: 5px;
	padding-left: 8px;
	text-align:left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 150px;
}

a.bulletLeft {
	width:105px;
}
/* style the link hover */
#menuLeftTopics a:hover{
	text-decoration:underline;
	background-image: url(images/leftStar.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
#menuLeftTopics ul ul {
	visibility:hidden;
	position:absolute;
	top:-70px;
	left:150px;
	width:150px;
	background:#d0dbe6;
	z-index:10;
	border: 1px solid #000000;
	padding:5px;
}
/* make the second level visible when hover on first level list OR link */
#menuLeftTopics ul :hover ul{
	visibility:visible;
}

/* END Left Menu Style */

td.whiteBackground {
	background-color: #fff;
	background-image: url(images/contentTop.gif);
	background-repeat: repeat-x;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#contentLayer {
	padding: 0;
}
a, a:visited {
	color: #5f8fbc;
}
#date {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	position: absolute;
	left: 250px;
	top: 8px;
}
#Welcome {
	margin: 10px;
}
#Welcome p, #Welcome li {font-size: 11px;}