body {
	margin: 0px;
}

#container {
	font-family: Georgia, "Times New Roman", Times, serif;
}

#textSize {
	display: none;
}

/* ------ Header ------ */

#header {
	width: 650px;
	height: 70px;
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	padding: 3px 0 0 0;
}

#rightInfo {
	width: 300px;
	height: 70px;
	padding: 15px 0 0 0;
	float: right;
	font-size: 12px;
	color: #122050;
	text-align: right;
	line-height: 20px;
}

#rightInfo strong {
	font-size: 18px;
	font-weight: normal;
	
}

/* ------ Mast ------ */

#mast {
	display: none;
}

/* ------ Top Nav ------ */

#topNav {
	display: none;
}


/* ------ Column Container ------ */

#columnContainer {
}

/* ------ Left Column ------ */

#leftColumn {
	display: none;
}

/* ------ Right Column ------ */

#rightColumn {
	width: 650px;
	height: auto;
	padding-top: 90px;
	font-size: 14px;
	color: #213b90;
	line-height: 24px;
	text-align: justify;
}

#todaysDate {
	display: none;
}

#rightColumn h1 {
	font-size: 16px;
}

#rightColumn h2 {
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
	margin-top: 0;
	padding-top: 0;
}

#rightColumn h3 {
	font-size: 12px;
	margin-bottom: 0;
	padding-bottom: 0;
}

#rightColumn p {
	padding-right: 20px;
}

#rightColumn a:link, #rightColumn a:visited {
	color: #5298e0;
	text-decoration: underline;
}

#rightColumn a:hover, #rightColumn a:active {
	color: #5298e0;
	text-decoration: none;
}

#rightBox {
	display: none;
}


/* - miniContact - */

#miniContact {
	display: none;
}

.qcLayout {
	display: none;
}

/* ------ Footer ------ */

#footer {
	width: 650px;
	height: auto;
	text-align: center;
	font-size: 12px;
	line-height: 20px;
}

#bottomAddress {
	text-align: right;
	color: #d4e5f7;
	margin: 0;
	padding: 13px 5px 13px 0;
}

#footer a:link, #footer a:visited {
	color: #5298e0;
	text-decoration: underline;
}

#footer a:hover, #footer a:active {
	color: #5298e0;
	text-decoration: none;
}

#bottomNav {
	padding: 15px 100px;
	color: #5298e0;
}

#bottomNav a {
	margin: 0 5px;
}

/* ------ Disclaimer ------ */

#disclaimer {
	padding: 0 0 10px 0;
}