﻿
.skiplinks {display:none;}


a img { border: none; text-decoration: none; }


.ImageLink, .ImageLink:hover
{
    text-decoration: none;
	border-bottom: none;
}


/* Generic Page Links
   ------------------ */

a
{
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 90%;
	font-weight: bold;
    color: #0056AF;
    text-decoration: none;
	text-align: center;
	border-bottom: 1px dotted #888888;
}

a:link
{
    color: #000;
}
a:visited
{
    color: #A5376D;	/* dark purple */
}
a:hover
{
    color: #0056AF;
	border-bottom: 1px solid #0056AF;
}
a:active
{
    color: #A5376D;	/* purple */
}




/* Left Navigation Menu
   -------------------- */

#NavMenu img
{
	margin-bottom: 4px;
}

#NavMenu ul
{
	margin: 0px;
	padding: 0px;
	margin-bottom: 8px;
/*	background-color: #fff; */
}

#NavMenu li
{
	overflow: hidden;
	list-style: none;
	list-style-type: none;
	text-indent: 10px;

	width: 100%;
	line-height: 20px;
	height: 20px;

	background-image: url('../images/navlinemedium.gif');
	background-position: bottom;
	background-repeat: no-repeat;
}

#NavMenu li:hover
{
}

#NavMenu li.Selected
{
}


#NavMenu a {
	display: block;
	width: 100%;
	line-height: 16px;
	height: 20px;

	font-family: arial, verdana, helvetica, sans-serif, serif;
	font-size: 90%;
	font-weight: bold;
	color: #444;

	text-align: left;
	text-decoration: none;

	margin: 0px;

	border-bottom: 0px solid #000;		/* remove default a tag line */
	background-image: url('../images/navlinemedium.gif');
	background-position: bottom;
	background-repeat: no-repeat;
}

#NavMenu a:hover
{
	background-color: #FED90F;
	color: #0056AF;
}


/* Footer and other Links
   ---------------------- */

#footer a {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 90%;
    font-weight: normal;
}


.DesignCreditsLink
{
	font-family: verdana, arial, helvetica, sans-serif, serif;
	font-size: 100%;
    font-weight: normal;
    color: black;
    text-decoration: none;
	border-bottom: 1px dotted #888888;
}
.DesignCreditsLink:link, .DesignCreditsLink:visited
{
    color: black;
}
.DesignCreditsLink:hover
{
    color: #B57613;
	border-bottom: 2px solid #B57613;
}
