/* CSS Document */

/* Global Font Style */

a:link, a:link, a:visited, a:active {
	color: #003366;
}

td { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color:#3397ba;
}

.PageTitle { 
	margin-left:11px;
}

.Hello { 
	font-size: 15px; 
	color: #FF0000;
	font-weight:bold;
}

.ContentTable { 
	margin-left:11px;
	margin-top:35px;
}

/* Left Nav Sub Links */

.NavLinksSub, .NavLinksSub a:link, .NavLinksSub a:visited, .NavLinksSub a:active { 
	font-size: 11px; 
	text-decoration: none; 
	color: #3397ba; 
}

.NavLinksSub a:hover { 
	font-size: 11px; 
	text-decoration: none; 
	color: #3397ba;
	font-weight:bold;
}

/* Profile Nav Links */

.ProfileNavLink, .ProfileNavLink a:link, .ProfileNavLink a:visited, .ProfileNavLink a:active { 
	font-size: 11px; 
	text-decoration: none; 
	color: #3397ba; 
}

.ProfileNavLink a:hover { 
	font-size: 11px; 
	text-decoration: none; 
	color: #3397ba;
	font-weight:bold;
}

.ProfileNavLinkOn, .ProfileNavLinkOn a:link, .ProfileNavLinkOn a:visited, .ProfileNavLinkOn a:active, .ProfileNavLinkOn a:hover { 
	font-size: 11px; 
	text-decoration: none; 
	color: #3397ba; 
	font-weight:bold;
}

.ProfileClose, .ProfileClose a:link, .ProfileClose a:visited, .ProfileClose a:active, .ProfileClose a:hover { 
	font-size: 11px; 
	text-decoration: none; 
	color: #3397ba; 
}

/* Left Nav Layers */

#AboutA {
	position:absolute;
	width:108px;
	height:49px;
	z-index:1;
	left: 164px;
	top: 408px;
	visibility: visible;
}

#ServicesA {
	position:absolute;
	width:163px;
	height:150px;
	z-index:2;
	left: 164px;
	top: 433px;
	visibility: hidden;
}

#AboutS {
	position:absolute;
	width:108px;
	height:49px;
	z-index:3;
	left: 164px;
	top: 408px;
	visibility: hidden;
}
#ServicesS {
	position:absolute;
	width:163px;
	height:150px;
	z-index:4;
	left: 164px;
	top: 433px;
	visibility: visible;
}

/* Indent Styles */


.LeftIndentImage { 
	margin-left:12px;
}
.LeftIndentNav { 
	margin-left:12px;
}
.IndentLeft20 { 
	margin-left:20px;
}
