/* CSS Document */
p, tr, td {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
}
.navPrimary {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	color: #31308B;
}
/* remove the bullets, padding and margins from the lists */
.nav ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
.nav li{
    float: left;
    position: relative;
    width: 95px;
    border-right: solid #336A55 1px;
    z-index:10;
}
/* use the table to position the dropdown list */
.nav table{
    position: absolute;
    border-collapse: collapse;
    z-index: 9;
    left: -1px;
    top: 25px;
}
/* style all the links */
.nav a, .nav :visited {
    display: block;
    width: 87px;
    \width: 95px;
    w\idth: 87px;
    padding: 4px 4px 4px 4px;
    color: #31308B;
    background: #C8DBAF;
    text-decoration: none;
    text-align: left;
    border-right: solid #336A55 1px;
}
/* style the links hover */
.nav :hover{
    color: #FFFFFF;
    background: #336A55;
}
/* hide the sub level links */
.nav ul ul {
    visibility: hidden;
    position: absolute;
    height: 0;
}
/* make the sub level visible on hover list or link */
.nav ul li:hover ul, .nav ul a:hover ul{
    visibility:visible;
}
.footerGlobalRegular {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.footerGlobalSmall {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #CAA8DD;
	line-height: 14px;
}
.textHook {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	line-height: 15px;
	font-weight: bold;
	color: #03543F;
}
.sidebarTitle {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.homeFeatureHeader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
	color: #03543F;
}
.inputSearch {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	width: 100px;
	border: 1px solid #999999;
	font-size: 12px;
	padding: 2px;
}
.inputEmail {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	width: 90px;
	border: 1px solid #999999;
	font-size: 12px;
	padding: 2px;
	background-color: #FFFFFF;
}
.headerUtilities {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 18px;
}
.sidebarUtilities {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	color: #31308B;
	line-height: 18px;
}
h1, h2, h3, h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #7621A5;
}
h1 {
	font-size: 20px;
	margin-top: 0px;
}
h2 {
	font-size: 17px;
	margin-top: 4px;
}
h3 {
	font-size: 15px;
	margin-top: 4px;
}
h4 {
	font-size: 13px;
	margin-top: 4px;
}.homeMainTableBorder {
	border: 1px solid #FFCC66;
}
.sideTableBorder {
	border: 1px solid #31725F;
}
