﻿html {font-size: 100%;}
table, th, td, input, select 
{
	font-size: 1em;
	font-family: Arial, Tahoma, Sans-Serif; 
}

.MainArea
{
	width: 800px;
 	margin: auto;        
	background-color: white;
	border-left: solid 1px black;
	border-right: solid 1px black;
	border-bottom: solid 1px black;
}

.Header
{
	background-image: url(images/header.jpg);
	background-position: center;
	/*background-repeat: no-repeat;
	background-color: #DCDCDE;*/
	/*width: 795px;
	height: 131px;
    */
	padding-left: .4em;
        
    width:100%;
    height:220px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    /*background-color: #111542;*/

}   

.Logo
{
	padding-left: 1.5em;
	width: 130px;
	padding-top: 1em;
}

.HeaderLayout
{
	width: 300px;
	text-align: right;
}

h1
{
	font-family: Times, Times New Roman, Serif;
	font-weight: bold;
	letter-spacing: .05em;
	font-size: 28px;
	padding: 0;
    margin: 0;
}



.HeaderSO
{
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 18px;
	font-weight: 600;
}

.Footer
{
	min-height: 30px;
	/*background-color: #092e4f;*/
    background-color:#DCDCDE;
}

.Menu
{
	font-size: .90em;
	color: Black;
/* 	border-bottom: dotted 1px black;
	margin-bottom: 5px;
	padding-bottom: 5px;    */
}

/* Search Results */
.ResultsHeader
{
	
}

.OffenderHeader
{
	font-weight: bold;
	color: white;
	background-color: navy;
}
.OffenderItems
{
	padding-right: 5px;
	padding-left: 5px; 
	padding-bottom: 5px; 
	margin: 0px; 
	padding-top: 5px
}
