@charset "utf-8";
.mainText {
	font-family: Arial, Helvetica, Verdana;
	font-size: 13px;
	color: #003366;
}

.linkText {
	font-family: Arial, Helvetica, Verdana;
	font-size: 13px;
	color: #0066CC;
	text-decoration: underline;
}
linkText:hover {
  color: #0099ff;
}

.pageSpacer {
	background-image: url(images/page_spacer_line.jpg);
	background-repeat: repeat-y;
}


.main {
}
.vertline {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}

.RTcolumn {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #666666;
}


.contactBG {
	background-image: url(images/contactBG.jpg);
	background-repeat: no-repeat;
	background-position: 0px 40px;
}


.BGfirst {
	background-image: url(images/first_visitBG.jpg);
	background-repeat: no-repeat;
}
.titleBG {
	background-image: url(images/TITLE_fade.jpg);
	background-repeat: repeat-y;
}
.floatright
{
float: right; margin: 0 0 10px 10px;
}
.floatleft
{
float: left;
margin: 0 12px 10px 0px;
}
