body {
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url();
	background-color: #A2C3D4;
	font: normal 12px Arial, sans-serif;
	line-height: 18px;
	color: #343434;
}
a:link, a:visited {
	color: #1F80AB;
	text-decoration: none;
}
a:hover, a:active {
	color: #1F80AB;
	text-decoration: underline;
}
/* ----------mainMenu-------------- */

.mainMenu {
	font: bold 12px Arial, sans-serif;
	line-height:22px;
	text-transform:uppercase;	
	color: #ffffff;
	text-decoration:none;
}
a.mainMenu:link, a.mainMenu:visited {
	font-size:12px;
	color: #ffffff;
	text-transform:uppercase;	
	text-decoration:none;
}
a.mainMenu:hover, a.mainMenu:active {
	font-size:16px;
	color: #ffffff;
	text-transform:uppercase;	
	text-decoration:none;
}
/* ----------smallMenu-------------- */

.smallMenu {
	font: 9px Arial, sans-serif;
	color: #666666;
	text-decoration:none;
}
a.smallMenu:link, a.smallMenu:visited {
	color: #1F80AB;
		text-decoration:none;
}
a.smallMenu:hover, a.smallMenu:active {
	color: #1F80AB;
	text-decoration:none;
}

/* ----------main body-------------- */
h1 {
	font: bold 18px Arial, sans-serif;
	color: #100c75;
	text-transform:uppercase;
	margin-bottom:-10px;
}
h2 {
	font: bold 16px Arial, sans-serif;
	color: #100c75;
	text-transform:none;
	margin-bottom:-10px;
}
h3 {
	font: bold 16px Arial, sans-serif;
	color: #114f6b;
	text-transform:none;
	margin-bottom:-10px;
}
p {
	font: normal 12px Arial, sans-serif;
	line-height: 16px;
	color: #343434;
}
.formText {
	font: normal 12px Arial, sans-serif;
	line-height: 16px;
	color: #343434;
}
hr {border: none 0; 
	border-top: 1px #7e8ab1;
	border-bottom: 1px solid #6B78A0;
	width: 100%;
	height: 2px;
	margin: 4px auto 4px 0;
}

.noflash {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 9px;
}
-->

/* ----------weblinx-------------- */
div.transOFF {
	width: 230px;
	background-color:#ffffff;
	border:2px solid #cccccc; 
}
div.transON {
	width: 230px; 
	background-color:#ffffff;
	border:2px solid #cccccc;
	opacity:0.30;
	filter:alpha(opacity=30);
	-moz-opacity:0.30;
}
#weblinx {
	font: normal 11px "Trebuchet MS", Arial, sans-serif;
	color: #000000;
	text-align: center;
	padding: 5px;
	margin: 10px auto 0 auto;
}
#weblinx a:link, #weblinx a:visited  {
	color: #000000;
	text-decoration: none;
}
#weblinx a:hover, #weblinx a:active {
	color: #000000;
}
/* ----------newstyles to add to itwerx file-------------- */
.divisionIcons {
	border:2px solid #ffffff;
}
.testimonials{
	font: normal 11px Arial, sans-serif;
	line-height: 14px;
	color: #100c75;
}
.testimonialsWhite{
	font: normal 11px Arial, sans-serif;
	line-height: 14px;
	color: #ffffff;
}

/* ----------promotional rollover-------------- */

#promotion{

height: 80px;
width: 150px;
text-indent: 10000px;
overflow: hidden;
background: url(images/promorollover.gif) top left no-repeat;
display: block;

}
 
#promotion:hover{

background-position: bottom left;

}
