﻿body
{
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #555555;
}

.content
{
	background-color: White;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#topbanner
{
	background: #258ab4 url( 'images/top.png' ) no-repeat;
	width: 900px;
	height: 239px;
}

#tableContent
{
	background-color: White;
}

#mainContentDivWrapper
{
	background-color: White;
}

#tdNavigation
{
	width: 280px;
}

#tdNavigation a
{
	color: Navy;
	font-size: 150%;
	font-family: Times New Roman, Times, serif;
}

#tdNavigation p
{
	margin: 15px 0;
}

#tdNavigation div
{
	background-image: url( 'images/nav-back.png' );
	background-repeat: repeat;
	background-color: #6699FF;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
	margin-bottom: 20px;
	position: relative;
	left: -15px;
	border: Solid 1px White;
	color: White;
}

#tdNavigation .adv
{
	background-image: none;
	background-repeat: no-repeat;
	background-color: Transparent;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
	margin-bottom: 20px;
	position: inherit;
	left: 0;
	border: none;
	color: Black;
}

#tdNavigation div.selected
{
	background-image: url( 'images/nav-back-sel.png' );
	background-repeat: repeat;
}

#tdNavigation div.selected a
{
	text-decoration: none;
}

h1
{
	margin-top: 0;
	color: #057fbe;
	font-size: 140%;
}

h2, legend
{
	color: #057fbe;
	font-size: 120%;
}

h3
{
	color: #057fbe;
	font-weight: normal;
	font-size: 100%;
}

.gray
{
	padding: 3px;
	border: Solid 1px #555555;
	background-color: #eeeeee;
}

.grayDisabled
{
	padding: 3px;
	border: solid 1px Gray;
	background-color: #ccc;
}

fieldset
{
	padding: 0 1em 1em 1em;
	margin-top: 1em;
}

fieldset div
{
	margin-top: 1em;
	margin-bottom: 1em;
}

.smallNote
{
	text-align: justify;
	font-size: 11px;
}

.grayButton
{
	font-size: 12pt;
	padding: 10px;
}

.userInfo input
{
	width: 300px;
}
.citylinks
{
    margin: 5px;
    line-height: 13px;
}
.citylinks a
{
    font-size: 12px;
    text-decoration: none;
    color: #666666;
}
.citylinks a:hover
{
    text-decoration: underline;
}
