



/*  -----------------------------  LEFT NAV STYLES  -----------------------------  */

.LEFTNav{
	width:328px; 
	margin: 0px 0px 0px 30px; 
	float:left; 
	line-height: 16px; 
	color:#333333; 
	text-align:left;
}

.LEFTNav a:link {
	text-decoration: none;
}
.LEFTNav a:active {
	text-decoration: none;
	background-color: #e2e2e2;
}
.LEFTNav a:visited {
	text-decoration: none;
}
.LEFTNav a:hover {
	text-decoration: none;
	background-color: #e2e2e2;
}




/*  -----------------------------  CONTENT CORE STYLES  -----------------------------  */

.CONTENTCore {
	width:184px; 
	float:right; 
	margin: 0px 20px 20px 0px; 
	color: #333333; 
	line-height: 16px;
}





.CONTENTCore a:link {
	color: #00407a;
	text-decoration: none;
	font-size: 11px;
	font-weight:bold;
}
.CONTENTCore a:active {
	color:#00407a;
	text-decoration: none;
	background-color: #e2e2e2;
	font-size: 11px;
	font-weight:bold;
}
.CONTENTCore a:visited {
	color: #00407a;
	text-decoration: none;
	font-size: 11px;
	font-weight:bold;
}
.CONTENTCore a:hover {
	color:#00407a;
	text-decoration: none;
	background-color: #e2e2e2;
	font-size: 11px;
	font-weight:bold;
}


/*  -----------------------------  COLUMN 1 STYLES  -----------------------------  */

.column1 {
	width:175px; 
	margin: 0px 0px 0px 20px; 
	float:left;
	color: #333333; 
	line-height: 16px;
}



.column1 a:link {
	color: #00407a;
	text-decoration: none;
	font-size: 11px;
	font-weight:bold;
}
.column1 a:active {
	color:#00407a;
	text-decoration: none;
	background-color: #e2e2e2;
	font-size: 11px;
	font-weight:bold;
}
.column1 a:visited {
	color: #00407a;
	text-decoration: none;
	font-size: 11px;
	font-weight:bold;
}
.column1 a:hover {
	color:#00407a;
	text-decoration: none;
	background-color: #e2e2e2;
	font-size: 11px;
	font-weight:bold;
}
