/* ============================================================================= */
/*                           TOP NAVIGATION                                      */
/* ============================================================================= */

#hdrnav
{
	padding-top: 168px;
	height: 42px;
}

#hdrnav ol
{
	padding-left: 50px;
	list-style: none;
	font-weight: normal;
	font-size: 16px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

#hdrnav li
{
	padding-right:25px;
	display:inline;
}

#hdrnav a
{
	text-decoration: none;
	color: #FFFFFF;
}

#hdrnav a:link, #hdrnav a:visited
{
	text-decoration: none;
}

#hdrnav a:hover
{
	color: #71C6FF;
}

.SiteMapPath
{
	text-align: left;
	font-size: 12px;
	padding: 5px 5px 5px 5px;
}

.SiteMapPath a
{
	color: #00CA00;
	border-top-width: 0px;
	text-decoration: none;
}

.SiteMapPath a:link, .SiteMapPath a:visited
{
	color: #3366CC;
	text-decoration: none;
	font-weight: normal;
	font-family: Arial;
}

.SiteMapPath a:hover
{
	color: #003399;
}


/* ============================================================================= */
/*                            General Navigation Links                           */
/* ============================================================================= */

/*
a:link {text-decoration: none}
a:visited {text-decoration: none;}
a:active {text-decoration: none}
a:hover {text-decoration: underline; color: red;}
*/ 

.BarList a:link, .BarList a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}

.BarList a:hover
{
	color: #3E5F9B;
}


/* ============================================================================= */
/*                            Footer NAVIGATION PANEL                            */
/* ============================================================================= */

#ftrnav
{
	text-align: center;
	padding-top: 20px;
}

#ftrnav ol
{
	list-style: none;
	font-weight: normal;
	font-size: 16px;
	color: #85B8DC;
	font-family: Arial, Helvetica, sans-serif;
}

#ftrnav li
{
	display:inline;
	padding: 10px;
}

#ftrnav a {

 	text-decoration: none;
}

#ftrnav a:link, #ftrnav a:visited
{
	color: #85B8DC;
	text-decoration: none;
	font-weight: normal;
	font-family: Arial;
	text-decoration: none;
}

#ftrnav a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}

#copyright
{
	padding-top: 20px;
	font-size: 14px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

#mgwebdesign
{
	text-align: center;
	padding-top: 0px;
	font-weight: normal;
	font-size: 12px;
	color: #FFFFFF;
	font-family: Tahoma;
}

#mgwebdesign a:link, #mgwebdesign a:visited
{
	color: #B7B7B7;
	display: block;
	padding-top: 20px;
}

