﻿body
{
	margin: 0;
}
p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
}
h1 {
	font-size: 20px;
}

a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
	font-style: inherit;
	text-transform: inherit;
	color: #000099;
}
a:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
	font-style: inherit;
	text-transform: inherit;
	color: #339933;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: underline;
	color: #9799CC;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
	font-style: inherit;
	text-transform: inherit;
	color: #000080;
}

.CityBannerImg
{
	position: absolute;
	left: 110px;
	width: 876px;
	height: 100px;
}

.UpperLeftLogoImg
{
	position: absolute;
	left: 6px;
	top: 16px;
	width: 100px;
	height: 66px;
}
.MasterBackGround
{
	/* background-position: center center; */ /*
	background-image: url( '../Images/watermark.jpg' ); 
	background-repeat: repeat;
	background-attachment: scroll;
	*/
	background-position: 55px -140px;
	background-image: url( '../Static/Images/watermarkbackround.gif' );
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.MgrUserList
{
	margin: 0px;
	padding: 2px;
	border-style: solid none solid none;
	border-width: 1px;
	border-color: Black;
	text-align: center;
}

#PageWrapper {
	width: 986px;
}

#FileMgrMainContent
{
	width: 986px;
}

#Header
{
	width: 100%;
	height: 100px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
}

.MenuAppearance
{
	padding: 4px;
	width: 100%;
	margin-left: 4px;
}

#MenuWrapper
{
	background-color: #283C83;
	top: 100px;
	left: 0px;
	/*
	width: 106px;
	*/
	width: 1.15in;
	float: left;
	height: 100%;
}

#MenuWrapper a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
	font-style: inherit;
	text-transform: inherit;
	color: White;
}

/*
#MainContent
{
	font-size: 0.8em;
	width: 590px;
	float: left;
	margin-left: 10px;
}
*/

#AltMainContent
{
	/*
		AltMainContent used when maximum room is needed on the page (no sidebar)
	*/
	font-size: 0.8em;
	width: 860px;
	float: left;
	margin-left: 10px;
}
.BulletListStyle
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	list-style-type: disc;
	font-weight: bold;
	color: #000000;
}

/*
#Sidebar
{
	font-size: 0.8em;
	width: 240px;
	float: left;
}
*/

#Footer
{
	text-align: center;
	height: 37px;
	clear: both;
}

/* 
	Note:  These classes below are for the Content Areas only.
          DO NOT MODIFY THESE CLASSES UNLESS YOU KNOW EXACTLY WHAT YOU ARE DOING!!!
*/
.ContentBoldLrg
{
	font-size: large;
	font-weight: bold;
}
.ContentBoldLrgItalic
{
	font-size: large;
	font-weight: bold;
	font-style: italic;
}
.ContentBoldMed
{
	font-size: medium;
	font-weight: bold;
}
.ContentBoldMedItalic
{
	font-size: medium;
	font-weight: bold;
	font-style: italic;
}
.ContentBoldXLrg
{
	font-size: x-large;
	font-weight: bold;
}
.ContentBoldXLrgItalic
{
	font-size: x-large;
	font-weight: bold;
	font-style: italic;
}

.ContentLrg
{
	font-size: large;
}
.ContentLrgItalic
{
	font-size: large;
	font-style: italic;
}
.ContentMed
{
	font-size: medium;
}
.ContentMedItalic
{
	font-size: medium;
	font-style: italic;
}
.ContentXLrg
{
	font-size: x-large;
}
.ContentXLrgItalic
{
	font-size: x-large;
	font-style: italic;
}
