img {
	border: none;
}

.clear {	
	clear: both;
}

.hidden, .bannertitle {
	display: none;
}

.bold {
	font-weight: bold;
}

.imgFloatLeft {
	float: left;
	margin-right: 10px;
}

#page a {
	color: #003175;
}

#page a:hover {
	color: #000;
}

#registration p {
	font-size: /*1.3em;*/13px;/*problems on font size change*/
	color: #003175;
	width: 106px;
	margin: 22px 0 0 12px;
}

#registration a {
	text-decoration: none;
}

#registration a:hover {
	text-decoration: underline;
}

.regHighlight {
	font-weight: bold;
	font-size: 1.1em;
}

.searchBox {
	/*width: 160px;*/
	height: 14px;
	padding: 2px;
	font-size: 11px;
	vertical-align: top;
	border: 1px solid #003175;
	width: 85px;
}

#overlay 
{
	z-index: 2;
}

#overlay h1 {
	color: #fff;
	font-size: /*2.3em;*/ 2.0em; /*reduced font size */
	font-weight: normal;
	padding-bottom: 8px;
}

.larger {
	font-weight: bold;
	font-size: /*1.4em;*/ 1.1em; /*reduced font size */
	font-size: 1.4em; /*original font size */
}

#overlay p {
	color: #fff;
	margin-top: 8px;
	font-size: 1.2em; 
	margin-bottom:16px;
}

#overlay a {
	color: #fff;
	text-decoration: none;
}

#overlay a:hover {
	text-decoration: underline;
}

#visContainer {
                position: relative;
                z-index: 1;
}

#panels h2 a {
	width: 271px;
	height: 31px;
	display: block;
}

#panels h2 a span {
	display: none;
}

h2#panel1Title a { background: url(/assets/images/panel1Title.png); }
h2#panel2Title a { background: url(/assets/images/panel2Title.png); }
h2#panel3Title a { background: url(/assets/images/panel3Title.png); }
h2#panel4Title a { background: url(/assets/images/panel4Title.png); }
h2#panel5Title a { background: url(/assets/images/panel5Title.png); }
h2#panel6Title a { background: url(/assets/images/panel6Title.png); }

#panel1Body { background: url(/assets/images/panel1.png); }
#panel2Body { background: url(/assets/images/panel2.png); }
#panel3Body { background: url(/assets/images/panel3.png); }
#panel4Body { background: url(/assets/images/panel4.png); }
#panel5Body { background: url(/assets/images/panel5.png); }
#panel6Body { background: url(/assets/images/panel6.png); }

#largePanel1 blockquote {
	background: url(/assets/images/quoteOpen.png) top left no-repeat;
	padding-left: 20px;
	color: #003175;
	font-size: /*1.8em;*/2.2em;
}

#largePanel1 p {
	color: #003175;
	font-size: 1.1em;
	margin: 10px 0 0 40px;
}

#largePanel2 h2 {
	color: #003175;
	font-size: 1.6em;
	border-bottom: 1px solid #ccc;
}

#largePanel2 p {
	margin-top: 7px;
}

#colLeft h2, #colRight h2 {
	width: 164px;
	height: 28px;
	display: block;
}

#colLeft h2 span, #colRight h2 span {
	display: none;
}

h2#inThisSection { background: url(/assets/images/inThisSection.png); }
h2#emailUpdates { background: url(/assets/images/emailUpdates.png); }
h2#downloads { background: url(/assets/images/downloads.png); }
h2#faqs { background: url(/assets/images/faqs.png); }

.colPanel p {
	margin-bottom: 8px;
}

#downloadsPanel p {
	font-size: 1.1em;
}

.lightGrey {
	color: #666;
}

.mailingListBox {
	width: 110px;
	height: 14px;
	padding: 2px;
	font-size: 11px;
	vertical-align: middle;
	border: 1px solid #ccc;
}

.mailingListGo {
	vertical-align: middle;
}

#newsScroller h3 {display:none;}

#footer p {
	color: #666;
}

#footer p a {
	color: #666;
	text-decoration: none;
}

#footer p a:hover {
	color: #999;
	text-decoration: underline;
}

p.f1 {
	width: 500px;
	float: left;
}

p.f2 {
	width: 200px;
	float: right;
	text-align: right;
}

.rssLogo {	Z-INDEX: 1;	RIGHT: 15px;	POSITION: absolute;	TOP: 40px}


