a.hidden {
  color: #000000;
}

a.hidden:visited {
  color: #000000;
}

a.hidden:hover {
	color: #0000CC;
}

a.hidden:active {
  color: #000000;
}

a.white:link {
	color: #FFFFFF;
}

a.white:visited {
	color: #FFFFFF;
}

a.white:hover {
	color: #FFFFFF;
}

a.white:active {
	color: #FFFFFF;
}

a.nav:link {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	text-decoration: none;
	font-size: 14px;
	color: #7E0025;
}

a.nav:visited {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	text-decoration: none;
	font-size: 14px;
	color: #7E0025;
}

a.nav:hover {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	text-decoration: underline;
	font-size: 14px;
	color: #7E0025;
}

a.nav:active {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	text-decoration: none;
	font-size: 14px;
	color: #7E0025;
}

a.menu {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	text-decoration: none;
	font-size: 15px;
	color: #FFFFFF;
}

a.menu:hover {
	color: #FFFF99;
	}
	
a.menu:active {
	color: #FFFF99;
}

a.email {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	color: #990000;
}

#leftNav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#leftNav li a {
	width:auto;
	margin : 0;
	display: block;
	height: 15px;
	padding-top: 4px;
	background-position: 0px 0px;
	text-indent: 5px;
}
#leftNav li a:hover {
	width:auto;
	margin : 0;
	display: block;
	height: 15px;
	padding-top: 4px;
	background-position: 0px 0px;
	text-indent: 8px;
}

.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.uppercase {
	text-transform: uppercase;
}

/*core drop shadow rules*/
.wrap1, .wrap2, .wrap3 {
	display:inline-table;
	/* \*/display:block;/**/} 
.wrap1 {
	float:left;
	background:url(images/shadow.gif) right bottom no-repeat;}
.wrap2 {background:url(images/corner_bl.gif) left bottom no-repeat;}
.wrap3 {
	padding:0 4px 4px 0;
	background:url(images/corner_tr.gif) right top no-repeat;}
.wrap3 img {
	display:block;
	border:1px solid #ccc;
	border-color:#efefef #ccc #ccc #efefef;}