﻿

/* -------------------------------------------------NORMAL LINKS  */

A:link
{
color: #3333CC;
text-decoration:underline;
}

A:hover
{
color: #3333CC;
text-decoration:underline;
}

A:visited
{
color: #660000;
text-decoration:underline;
}


/* -------------------------------------------------FOOTER LINKS  */
a:link.samefooterlink
{
color: #32707F;
text-decoration:none;
}

a:visited.samefooterlink
{
color: #32707F;
text-decoration:none;
}


/*---------------------------------------------------------RETURN TO TOP */
.returntotop
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: .7em; 
text-align:right;
}





/*---------------------------------------------------------CRUMBS AND SITE MAP */

.crumbs
{
font-family:verdana, Arial,Helvetica, Sans-Serif;
font-size: .9em;
text-align:left;
color:#32707F;
line-height:3em;
}

table.sitemap
{
	text-align:left;
	border-collapse: collapse;
	vertical-align: left;
	font-weight:bold;
	font-size:0.9em;
}

table.sitemap table
{
	text-align:left;
	border-collapse: collapse;
	vertical-align: left;
	margin-left: 2em;
	font-weight:bold;
}

table.sitemap table table
{
	text-align:left;
	border-collapse: collapse;
	vertical-align: left;
	margin-left: 3em;
	font-weight:normal;
}

table.sitemap a:link
{
	color: #3333CC;
	text-decoration:none;
}

table.sitemap a:visited
{
	color: #660000;
	text-decoration:none;
}

table.sitemap a:hover
{
	color: #660000;
	display: block;
	text-decoration:none;
}


/* ---------------------------------------------------MENUS  ---- */
.spacer
{
height: 2px;
background-color: #D9F0F3;
}


table.menubar
{
	background: #32707F;
	text-align:left;
	border-collapse: collapse;
	vertical-align: left;
	border:0;
	width:134px;
	padding:0 0 0 2px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
}


/* FIRST LEVEL MENUS */
table.menubar tr tr a:link
{
	color: #FFFFFF;
	font-family: tahoma, arial, helvetica, sans-serif;
	text-decoration: none;
	display: block;
}

table.menubar tr tr a:visited
{
	font-family: tahoma, arial, helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}

table.menubar tr tr a:hover
{
	background: #D9F0F3;
	color: #32707F;
	text-decoration: none;
	display: block;
}

/* SECOND LEVEL MENUS */
table.menubar tr tr table
{	
	background: #36B3C5;
	color: #fff;
	text-align:left;
	border-collapse: collapse;
	vertical-align: left;
}

table.menubar tr tr tr a:link
{	
	color: #FFFFFF;
	font-family: tahoma, arial, helvetica, sans-serif;
	text-decoration: none;
	display: block;
}

table.menubar tr tr tr a:visited
{	
	font-family: tahoma, arial, helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}

table.menubar tr tr tr a:hover
{
	background: #D9F0F3;
	color: #32707F;
	text-decoration: none;
	display: block;
}

.currentbutton
{
	background:#D9F0F3;
	color: #32707f;
	display: block;
}