﻿/*	dark blue == #093a58
	Dark Red == #7d1214
	light gray == #e9e9e7
	Dark Gray == #999B9D
	Darker Gray == #586367
*/

.contentColumns p
{
	color: Black;
	text-indent: 3ex;
	font-family:  Georgia, Times New Roman;
	text-align:justify;
}
.contentColumns dt
{
	font-weight: bold;
}
.contentColumns dd
{
	padding-bottom: 10px;
}
.contentColumns h3
{
	color: #093a58;
	text-align: center;
}
.contentColumns h2
{
	color: #093a58;
	text-align: center;
	font-family:Georgia, Serif;
}
.contentColumns ul li
{
	list-style-type: none;
}

#column1of2
{
	float: left;
	width: 300px;
	/*border-right: solid 2px #999B9D;*/
	padding: 0px 6px 0px 12px;
	
}
#column1of1
{
	clear:both;
	padding: 0px 15px 5px 10px;
	
}
#column2
{
	float:left;
	/*margin-left: 334px;*/
	padding: 0px 0px 3px 8px;
	width:220px;
	
	 
}
#masterHeading h2
{
	color: #7d1214;
	text-align: center;
	margin: 5px 0px 8px 0px;
	font-variant: small-caps;
	font-family:Georgia, Serif;
}
#breadcrumb a
{
	padding-left: 8px;
	text-decoration: underline;
}


.bottomTableUnderline td
{
	vertical-align: text-top;
	padding: 5px 5px 5px 5px;
	border-bottom: #093a58 dotted 1px;
	margin: 0px 0px 0px 0px;
}
.bottomTableUnderline
{
	border-collapse: collapse;
}
.bottomTableUnderline tr:hover
{
	background-color: #F6F2D0;
}
#subHead911 h4
{
	text-align: center;
}
.PoliceBioLeft
{
	float: left;
	text-align: center;
	border: solid 1px #7d1214;
	padding: 2px 2px 2px 2px;
	margin: 6px 6px 6px 6px;
}
.PoliceBioRight
{
	float: Right;
	text-align: center;
	border: solid 1px #7d1214;
	padding: 2px 2px 2px 2px;
	margin: 6px 6px 6px 6px;
}
.RequestFormLabel
{
	vertical-align:top;
	font-weight:bold;
	text-align:right;
	width:160px;
}
.UtilTables table 
{
	width:90%;
	
}
.UtilTables table td
{
	width:50%;
	vertical-align:top;
}
.NewsByline 
{
	color:#093a58;
	font-size:small;
}
.NewsItems h2
{
	margin:2px 10px 2px 10px;
}