﻿a:link, a:visited{
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

#pageNav
{
	float: left;
	padding: 0px;
	width:150px;
	background-color: #F5f7f7;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: 10px 'Trebuchet MS' , Verdana, sans-serif;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link
{
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image: url(images/Hort_White_2_Blue_150.jpg);
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
	background-repeat: repeat;
}
 #sectionLinks a:visited
{
	color: #9932cc;
	display: block;
	background-image: url(images/Hort_Blue_2_White_150.jpg);
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	border-style: inset;
	border-width: medium;
	background-repeat: repeat;
	font-family: 'Trebuchet MS';
	text-decoration: none;
}
#sectionLinks a:hover
{
	text-decoration: underline;
	border-top: 1px solid #cccccc;
	border-style: outset;
	background-color: #ddeeff;
	background-image: url(images/Hort_Blue_2_White_150.jpg);
	color: #0000ff;
	font-weight: bold;
	background-repeat: repeat;
	font-family: 'Trebuchet MS';
}


/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	border-bottom: 1px solid #cccccc;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a{
	display: block; 
}

/************* email styles **************/

a.email
{
	border-style:none;
	margin:0,0,0,0;
	font-size:12px;
}
a.email:hover
{
	border-style:none;
	margin:0,0,0,0;
	font-size:12px;
	background-image: none;
}
a.email:visited
{
	border-style: none;
	margin: 0,0,0,0;
	font-size: 12px;
	background-image: none;
}
p
{
	margin:0,0,0,0;
}
