/*  CONTENT   */
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: 635938;
	line-height: 20px;
}
.content a:link {
	color: #017998;
}
.content a:active {
	color: #017998;
}
.content a:visited {
	color: #017998;
}
.content a:hover {
	color: #5a9fb1;
}


/*  HOME CONTENT   */
.Homecontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: 635938;
	line-height: 20px;
}
.Homecontent a:link {
	color: #017998;
}
.Homecontent a:active {
	color: #017998;
}
.Homecontent a:visited {
	color: #017998;
}
.Homecontent a:hover {
	color: #5a9fb1;
}

/*  LATEST NEWS   */
.LatestNews {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: 635938;
	line-height: 14px;
}
.LatestNews a:link {
	text-decoration: underline;
	color: #017998;
}

.LatestNews a:active {
	text-decoration: underline;
	color: #017998;
}

.LatestNews a:visited {
	text-decoration: underline;
	color: #0179988;
}

.LatestNews a:hover {
	text-decoration: underline;
	color: #5a9fb1;
}


/*  SUB NAV   */
.SubNav {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: 8a8060;
	line-height: 20px;
	text-align: right;
}
.SubNav a:link {
	color: #776c47;
	text-decoration: none;
}
.SubNav a:active {
	color: #776c47;
	text-decoration: none;
}
.SubNav a:visited {
	color: #776c47;
	text-decoration: none;
}
.SubNav a:hover {
	color: #005f78;
}




/*  HOME NAV   */
.HomeNav {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: 796d49;
	line-height: 20px;
	text-align: right;
}
.HomeNav a:link {
	color: #796d49;
	text-decoration: none;
}
.HomeNav a:active {
	color: #796d49;
	text-decoration: none;
}
.HomeNav a:visited {
	color: #796d49;
	text-decoration: none;
}
.HomeNav a:hover {
	color: #005f78;
}





/*  SUB NAV  ACTIVE  */
.SubNavActive {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: 005f78;
	line-height: 20px;
	text-align: right;
}
.SubNavActive a:link {
	color: #005f78;
	text-decoration: none;
}
.SubNavActive a:active {
	color: #005f78;
	text-decoration: none;
}
.SubNavActive a:visited {
	color: #005f78;
	text-decoration: none;
}
.SubNavActive a:hover {
	color: #005f78;
}


/* SECOND PAGE BACKGROUND IMAGE  */
.SecondBG { 
	background-image: url(images/2nd_content_bg.jpg);
	background-repeat: repeat-x;
} 


body {
scrollbar-arrow-color: d4cfc0;
scrollbar-base-color: black;
scrollbar-dark-shadow-color: 877e63;
scrollbar-track-color: cfc9ba;
scrollbar-face-color: a79c7f;
scrollbar-shadow-color: 877e63;
scrollbar-highlight-color: cfc9ba;
scrollbar-3d-light-color: black;
}
