﻿
*
{
	font-size: 10pt;
	color: black;
	font-family: Arial, Sans-Serif;
}

* a
{
    color: Black;
	text-decoration: none;
}

* a:hover
{
	color:Blue;
}


body
{
	margin-left: 2px;
	margin-top: 2px;
    background-color:White;
}

.TimeAndTemp
{
	font-size: 8pt;
	color: white;
	text-align: right;
	vertical-align: bottom;
}

.ResidentButton
{
	text-align: center;
	font-size: 12pt;
	color: white;
	background-color: #02549F;
}
a.ResidentButton
{
	color: white;
}

a.ResidentButton:hover
{
	color: black;
}

.VisitorButton
{
	text-align: center;
	font-size: 12pt;
	color: white;
	background-color: #02819B;
}

a.VisitorButton
{
	color: white;
}

a.VisitorButton:hover
{
	color: black;
}

.BusinessButton
{
	text-align: center;
	font-size: 12pt;
	color: white;
	background-color: #02977C;
}

a.BusinessButton
{
	color: white;
}

a.BusinessButton:hover
{
	color: black;
}

.GovernmentButton
{
	text-align: center;
	font-size: 12pt;
	color: white;
	background-color: #55A81F;
}

a.GovernmentButton
{
	color: white;
}

a.GovernmentButton:hover
{
	color: black;
}

.NavLinks
{
	vertical-align: top;
	padding-top: 10px;
	font-weight:bold;
}
          
.ChildNavLinks
{
	vertical-align: top;
}
          
.AdditionalLinks
{
	padding-top: 8px;
}

.LeftHandLinks
{
	text-align: center;
	color: white;
}

a.LeftHandLinks
{
	color: white;
}

a.LeftHandLinks:hover
{
	color: black;
}

hr.LeftHandLinks
{
	width: 80%;
	color: white;
	height: 1px;
	border-style: solid;
	
}


.Footer
{
	font-size: 8pt;
	color: white;
	text-align: center;
	background-color:#681E5B;
}

a.Footer
{
	color: white;
}
a.Footer:hover
{
	color: #F2CE68;
}
