﻿body
{
    background-color: #336699;
    text-align: center;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0px;
    padding-top: 0px;
	min-width: 600px;
	min-height: 600px
}

#container
{
    font-family: Verdana, Sans-Serif;
    background-color: white;
    width: 800px;
    min-height: 600px;
    height: 100%;
    direction: ltr;
    margin:0 auto;
	text-align: left;
}
#footer
{
    background-color: Gray;
    position: static;
    font-size: xx-small;
    color: navy;
    font-family: Arial, Sans-Serif;
    width: 100%;
    height: 60px;
    text-align: left;
    }
#contents
{
    position: static;
    min-height: 600px;
    height: 100%;
    font-family: 'Trebuchet MS' , Verdana, Sans-Serif;
}
#disclaimer
{
    display: none;
}
.InmateGrid
{
    border-right: #336699 1px solid;
    padding-right: 5px;
    border-top: #336699 1px solid;
    padding-left: 5px;
    padding-bottom: 5px;
    margin: 5px;
    border-left: #336699 1px solid;
    width: 99%;
    padding-top: 5px;
    border-bottom: #336699 1px solid;
    font-family: 'Trebuchet MS' , Verdana, Sans-Serif;
    position: static;
    height: 100%;
    text-align: left;
    font-size: 10pt;
    text-transform: capitalize;
}
#headertext
{
    display: inline;
}
#header .img  
{
    display: none;
}

