#topnav a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: capitalize;
	color: #124E94;
	text-decoration: none;
}
#topnav a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: capitalize;
	color: #124D8F;
	text-decoration: none;
}
#topnav a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	color: #830100;
}
.borderleft {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #114e93;
	border-right-color: #114e93;
	border-bottom-color: #114e93;
	border-left-color: #114e93;
}
.border-right {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #114e93;
}
.bordertopleft {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #114E93;
	border-right-color: #114e93;
	border-bottom-color: #114e93;
	border-left-color: #114e93;
	border-bottom-style: none;
	border-right-style: none;
}
.borderleft {
	border-left-width: 1px;
	border-left-style: solid;
	border-top-color: #114e93;
	border-right-color: #114e93;
	border-bottom-color: #114e93;
	border-left-color: #114e93;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
}
.borderleftbottom {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #114e93;
	border-right-color: #114e93;
	border-bottom-color: #114e93;
	border-left-color: #114e93;
}
#leftnav a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 16px;
}

#leftnav a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 16px;
}

#leftnav a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F99D1E;
	line-height: 16px;
}
.main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
}
#navcat a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#navcat a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#navcat a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #F39921;
	text-decoration: none;
	font-weight: bold;
}
.serviceslink {
	color: #000000;
	text-decoration: none;
}

/* IMAGE STYLE
====================================== */
.imgRight {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 12px;
}

.imgLeft {
	float: left;
	margin-top: 10px;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 0px;
}

