.leftborder {
	background-image: url(images/left_border.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

.rightborder {
	background-image: url(images/right_border.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}

.leftbottomcorner {
	background-image:  url("images/left_bottom_corner.jpg");
	background-repeat: no-repeat;
	background-position: left top;
}

.rightbottomcorner {
	background-image:  url("images/right_bottom_corner.jpg");
	background-repeat: no-repeat;
	background-position: right top;
}

.bottomborder {
	background-image:  url("images/bottom_border.jpg");
	background-repeat: repeat-x;
	background-position: left top;
}

.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 24px;
	color: #003366;
}

.titleyellow {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 24px;
	color: #FFFF99;
}

.titlegrey {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 24px;
	color: #999999;
}

.title2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
	color: #003366;
}

.title2yellow {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
	color: #FFFF99;
}

.title2grey {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
	color: #999999;
}

.subtitle {
	font-size: 10px;
	text-transform: uppercase;
	color: #003366;
	line-height: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: .1em;
}

.subtitleyellow {
	font-size: 10px;
	text-transform: uppercase;
	color: #FFFF99;
	line-height: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: .1em;
}

.subtitlegrey {
	font-size: 10px;
	text-transform: uppercase;
	color: #666666;
	line-height: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: .1em;
}

.gavelbg {
	background-image: url(images/gavel2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.scalebg {
	background-image: url(images/justice_scale.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.columnbg {
	background-image: url(images/columns.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.lawbooksbg {
	background-image: url(images/law_books.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.penbg {
	background-image: url(images/pen.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.body {
	font-size: 11px;
	color: #003366;
	line-height: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.contact {
	font-size: 11px;
	color: #003366;
	line-height: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.whiteborder {
	border: 2px double #FFFFFF;
}

.bodyyellow {
	font-size: 11px;
	color: #FFFF99;
	line-height: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.bodygrey {
	font-size: 11px;
	color: #999999;
	line-height: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
}
.verticalline {
	background-image: url(images/dk_blue_pixel.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
.dropcap {
    display:block;
    float:left;
    width:125px;
    height:190px;
    margin-right:10px;
    background-image:url("images/steve_litz.jpg");
    background-repeat:no-repeat;
    }
.dropcap span {
	display:none;
	}

a:link {
	color: #006699;
	text-decoration: none;
}
a:hover {
	color: #003366;
	text-decoration: underline;
}
a:visited {

	color: #006699;
	text-decoration: none;
}
