﻿body, html
{
	background-image: none;
	background-repeat: repeat;
	background-color: white;
	position: static;
	margin: auto;
	height: 100%;
}

.form
{
	top: 0px;
	left: 0px;
	height: 100%;
	width: 1106px;
}

.header
{
	margin: 0;
	top: 0px;
	left: 0px;
	background-color: white;
	height: 192px;
	width: 1200px;
	font-family:'Times New Roman', Times, serif;
	font-size: 24px;
	border: none;
}

.menu
{
	background-color: black;
	height: 100%;
	width: 180px;
	top: 195px;
	float: left;
	font-family: 'Times New Roman', Times, serif;
	font-size: 16px;
	margin: 0px 0px 0px 0px;
}

.content
{
	background-color: white;
	/*714-10-10*/
	top: 195px;
	min-height: 564px;
	float: left;
	font-family: 'Times New Roman', Times, serif;
	font-size: 18px;
	border: none;
	padding: 10px 10px 304px 10px;
    margin-left: 205px;
}

.footer
{
	background-color: white;
	height: 59px;
	width: 1200px;
	top: 8px;
	clear: both;
	font-family: 'Times New Roman', Times, serif;
	font-size: 16px;
	position: relative;
	border: 3px solid black;
	z-index: 1;
    left: 5px;
}

.centered
{
	text-align: center;
}

.rightalign
{
	position: static;
	float: right;
	text-align: right;
	font-size: 24px;
	width: 600px;
	padding: 10px 10px 10px 10px;
}

.allboxes
{
	left: 20px;
	position: relative;
	display: inline-block;
}

/* Styles for City Directory */
.tablesCSS
{
	width: 100%;
}
.trCSS {
	width: 100%;
	min-height: 20px;
	display: inline-block;
}
.tdCSSHalfLeft
{
	float: left;
	width: 50%;
	text-align: center;
}
.tdCSSHalfRight
{
	float: right;
	width: 50%;
	text-align: center;
}
.tdCSSObject
{
	float: left;
	width: 18%;
}
.tdCSSValue
{
	float: left;
	width: 32%;
}
.tdCSSLeftThird {
	float: left;
	width: 33%;
}
.tdCSSMidThird {
	float: left;
	width: 33%;
}
.tdCSSRightThird {
	float: right;
	width: 34%;
}

.leftColumn
{
	clear: both;
	position: relative;
	padding: 0px 0px 0px 20px;
	width: 10%;
	height: 20px;
	display: inline-block;
}

.leftSideOnly
{
	clear: both;
	padding: 0px 0px 0px 20px;
	width: 80%;
	height: 20px;
	display: inline-block;
}

.rightColumn
{
	clear: both;
	position: relative;
	display: inline-block;
	height: 20px;
	width: 35%;
}
.page-wrap {
    position: absolute;
    left: 80%;
    width: 800px;
    margin-left: -400px;
}
.wrapper {
    width: 2000px;
    margin: 0 auto;
}