@charset "utf-8";
body {
	background-image: url(images/topbg.gif);
	background-repeat: repeat-x;
	font-family:Helvetica, Arial, Helvetica light, sans-serif;

}
.contentbg {
	background-image: url(images/contentbg.gif);
	background-repeat: repeat-x;
	line-height:18px;
	color:#666666;
	font-size:12px;
	}
.homenavbg {
	background-image: url(images/hometop.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #000000;
	height: 183px;
}
.aboutnavbg {
	background-image: url(images/abouttop.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #000000;
	height: 183px;
}
.groupnavbg {
	background-image: url(images/grouptop.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #000000;
	height: 183px;
}
.contactnavbg {
	background-image: url(images/contacttop.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #000000;
	height: 183px;
}
.navsp {
	background-color: #034a85;
	height: 1px;
	width: 196px;
}
.welcometext {
	line-height:18px;
	color:#666666;
	font-size:13px;
}
.welcomehome {
	line-height:18px;
	color:#666666;
	font-size:11px;
}
.title {
	color:#034a85;
	font-size:30px;
	font-stretch:ultra-expanded;
	font-weight:lighter;
}

a {
	text-decoration: none;
	color:#196aae;
}

a:hover {
	color: #1b90f1;
	text-decoration:underline;
}

.ft a {
	
	color: #859099;
	text-decoration:none;
}

.ft a:hover {
	
	color: #1b90f1;#859099
	text-decoration:underline;
}
.greybar {
	background-image: url(images/greybar.gif);
	background-repeat: repeat-x;
	color:#196aae;
	font-size:16px;
	height: 46px;
	padding: 8px;
	}

