.attorneyNameNoLink
{
	font-family:"Bodoni MT","Times New Roman", Times, serif;
	/*font-style:italic;*/
	font-size:14px;
	text-decoration:none;
	color:#5C3515;
}
a
{
	font-family:"Bodoni MT","Times New Roman", Times, serif;
	/*font-style:italic;*/
	font-size:14px;
	text-decoration:none;
	color:#5C3515;
}
a:hover
{
	text-decoration:underline;
}
/* Remove browser margins */
body
{
	margin-top:0%;
	margin-left:0%;
	margin-right:0%;
	padding-top:0%;
	background-image:url(/images/background-tile.jpg);
	background-position:top left;
	background-repeat:repeat;
}

/* The following defines the message badge */
.badge
{
	vertical-align:bottom;
	margin-left:20px;
	margin-bottom:15px;
	margin-top:15px;
	height:155px;
}
		.badgeCenter
		{
			border-left:6px solid #FFFFFF;
			border-right:6px solid #FFFFFF;
			border-bottom:6px solid #FFFFFF;
			background-color:#640D02;
			background-position:top left;
		}
		.badgeContent
		{
			color:#FFFFFF;
			font-family:Arial, Verdana, Helvetica, sans-serif;
			font-size:10px;
			padding:16px;
			padding-bottom:8px;
			text-align:justify;
		}
		.badgeFooter
		{
			color:#E06610;
			font-family:Arial, Verdana, Helvetica, sans-serif;
			font-size:14px;
			font-weight:normal;
			text-align:center;
			padding-bottom:8px;
		}
		.badgeSubtitle
		{
			color:#FFFFFF;
			font-family:Arial, Verdana, Helvetica, sans-serif;
			font-size:10px;
			text-align:center;
		}
		.badgeTitle
		{
			color:#E06610;
			font-family:Arial, Verdana, Helvetica, sans-serif;
			font-size:14px;
			font-weight:bold;
			text-align:center;
			padding-top:8px;
		}

/* The main contents of the page */
.content
{
	text-align:justify;
	font-size:11px;
	width:450px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:25px;
	padding-top:40px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
}
		/* The title of the main contents */
		.content .title
		{
			font-family:"Bodoni MT","Times New Roman", Times, serif;
			color:#5C3515;
			font-size:26px;
			font-style:italic;
			border-left:1px solid #E06610;
			width:400px;
			padding-left:25px;
			position:relative;
			left:-25px;
		}
		/* This is the style for paragraph titles */
		.content .paratitle
		{
			font-size:12px;
			font-weight:bolder;
		}
/* The drop shadow background images for the message badge */
.dropshadowTopRight
{
	background-image:url(/images/top-right-dropshadow.jpg);
	background-repeat:no-repeat;
	background-position:right;
}
.dropshadowRight
{
	background-image:url(/images/right-dropshadow.jpg);
	background-repeat:repeat-y;
	background-position:left;
}
.dropshadowBottomLeft
{
	background-image:url(/images/bottom-left-dropshadow.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}
.dropshadowBottom
{
	background-image:url(/images/bottom-dropshadow.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}
.dropshadowBottomRight
{
	background-image:url(/images/bottom-right-dropshadow.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}
/* The page footer */
.footer
{
	background-image:url(images/background-tile.jpg);
	margin-left:auto;
	margin-right:auto;
}
		.footertext
		{
			background-image:url(images/background-tile.jpg);
			margin-left:auto;
			margin-right:auto;
			margin-top:14px;
			width:430px;
			color:#E06610;
			font-size:10px;
			font-family:Arial, Verdana, Helvetica, sans-serif;
		}
		.footertext a
		{
			color:#E06610;
			font-size:10px;
			font-family:Arial, Verdana, Helvetica, sans-serif;
		}
/* Form Layout */
.formCaption
{
	text-align:right;
}
.formHeading
{
	background-color:#640D02;
	padding-left:5px;
	line-height:22px;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
}
.formTableBorder
{
	border:1px solid #640D02;
}

/* The header */
.header
{
	background-image:url(/images/header.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	height:128px;
	width:739px;
	margin-left:auto;
	margin-right:auto;
	margin-top:14px;
	color:#E06610;
	font-size:24px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
}
/* The title inside the header */
.header .title
{
	position:relative;
	top:34px;
	left:250px;
	font-weight:bolder;
	width:275px;
	text-align:center;
	letter-spacing:-1px;
}
/* The subtitle in the header */
.header .subtitle
{
	position:relative;
	top:34px;
	left:250px;
	font-weight:normal;
	width:275px;
	text-align:center;
	letter-spacing:19px;
}

/* The message in the lower right hand corner of the header */
.header .message
{
	position:relative;
	top:25px;
	text-align:right;
	font-size:18px;
	padding-right:9px;
}

/* The second line of the header message */
.header .submessage
{
	position:relative;
	top:25px;
	text-align:right;
	font-size:18px;
	padding-right:9px;
	letter-spacing:2px;
}

/* The main page */
/* This sets up the background image and removes additional browser margins */
.main
{
	background-image:url(/images/background-vertical.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	padding-top:14px;
	padding-bottom:0px;
}

/* The navigation menu */
.navigation
{
	width:240px;
	margin-left:27px;
	padding-top:40px;
	height:100%;
}
/* navigation links */
.navigation a
{
	display:block;
	text-align:right;
	font-family:"Bodoni MT","Times New Roman", Times, serif;
	font-style:italic;
	font-size:14px;
	text-decoration:none;
	color:#5C3515;
	padding:1px;
	margin-right:5px;
}
/* navigation links hover pseudo class */
.navigation a:hover
{
	/*
	border:1px solid #E06610;
	padding:0px;
	*/
	padding:1px;
	text-decoration:underline;
}

/* The subheader */
/* Used for the background image behind the top of the main content */
.subheader
{
	background-image:url(/images/header2.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	width:739px;
	margin-left:auto;
	margin-right:auto;
}






