/* OVERALL PAGE STYLES */
body {
	background-image: url(../images/bg_nonhome.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

form {
	margin: 0px 0px 0px 0px;
}
input {
	margin: 0px 0px 0px 0px;
}

/* MAIN BODY STYLES */
.bodyArial {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.newsArial {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.newsTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

/* FOOTER AND LINK STYLES */
.footerArial {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
.footerVerdana {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}

a:link { 
	color: #638AC5;
	}
a:visited { 
	color: #638AC5;
	}
a:hover { 
	color: #D16C60;
	text-decoration: none;
	}
a:active { 
	color: #638AC5;
	}


/**************************************************************************
LeftNav
**************************************************************************/

.navText {
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 11px;
	color: #4b6fa2;
}

/* style UL tag */
.navText ul {
	list-style-type: none;	/*turns off display of bullet*/
	margin: 0;	/*removes indent IE and Opera*/
	padding: 0;	/*removes indent Mozilla and NN7*/
	vertical-align: bottom; 
}

/* close Space between list items */
.navText li {	
	display: inline;
	margin: 0;
}

/* Set Link Styles */
.navText a {
	display: block;	/* enables entire cell rollover */
	border: none;
	background-color: #EAF3FA;
	background-repeat: no-repeat;
	background-position: 0% 50%;
	height: 16px;	/* BG img Height (adjusts with padding) */
	padding: 4px 2px 2px 10px;
	margin: 0;
	vertical-align: bottom; 
}
.navText a:link { 
	color: #4b6fa2;
	text-decoration: none;
	}
.navText a:visited { 
	color: #4b6fa2;
	text-decoration: none;

	}
.navText a:hover { 
	font-weight: bold;
	padding-left: 40px;
	color: #000000;
	background-image:url(../images/navleft_over.jpg);
	text-decoration: none;
	}
.navText a:active { 
	color: #4b6fa2;
	background-image:  url(../../images/nav_item1Over.jpg);
	text-decoration: none;
	}




/* products */

.navText1 {
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 9px;
	color: #4b6fa2;
}

/* style UL tag */
.navText1 ul {
	list-style-type: none;	/*turns off display of bullet*/
	margin: 0;	/*removes indent IE and Opera*/
	padding: 0;	/*removes indent Mozilla and NN7*/
	vertical-align: bottom; 
}

/* close Space between list items */
.navText1 li {	
	display: inline;
	margin: 0;
}

/* Set Link Styles */
.navText1 a {
	display: block;	/* enables entire cell rollover */
	border: none;
	background-color: #EAF3FA;
	background-repeat: no-repeat;
	background-position: 0% 50%;
	padding: 4px 2px 2px 10px;
	margin: 0;
	vertical-align: bottom; 
}
.navText1 a:link { 
	color: #4b6fa2;
	text-decoration: none;
	}
.navText1 a:visited { 
	color: #4b6fa2;
	text-decoration: none;

	}
.navText1 a:hover { 
	font-weight: bold;
	padding-left: 37px;
	color: #000000;
	background-image:url(../images/navleft_over.jpg);
	text-decoration: none;
	}
.navText1 a:active { 
	color: #4b6fa2;
	background-image:  url(../../images/nav_item1Over.jpg);
	text-decoration: none;
	}
