.logo {
	font-family: "Century Gothic";
	position: relative;
	top: 0;
	left: 0;
	width: 500px;
	height: 50px;
	padding: 0px 0px 0px 0px;
	clear: both;
}
/*.sideTxt {margin-top: 8px;}*/
.logoTxt {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-weight: 900;
	font-size: 50px;
   line-height: 50px;
	padding-right: 0px;
   float: left;
	color: #19468C;
}
.topLine {
    float: left;
    font-size: 25px;
    line-height: 25px;
    display: block;
	color: #444444;
	text-align: left;
}
.btmLine {
    font-size: 25px;
    line-height: 25px;
    display: block;
    float: left;
	color: #444444;
	text-align: left;
	margin-top: -4px;
}