/* Hyperlinks Controls */
a:link { color: #003366; text-decoration: none; }
a:visited { color: #003366; text-decoration: none; }
a:hover { color: #003366; text-decoration: underline; }
a:active { color: #003366; text-decoration: none; }

.rule {
	background-color: #036CA3;
	border-top: 1px solid #036CA3;
	height: 1px;
}

.text_home {
	padding-left: 32px;
	padding-top: 2px;
	font-family: 'Trebuchet MS', Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #003366;
	width: 420px;
	vertical-align: top;
}
.text_inner {
	padding-left: 25px;
	padding-top: 15px;
	vertical-align: top;
}
.text_noPad {
	font-family: 'Trebuchet MS', Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #003366;
	width: 380px;
}
.text_noPad_first {
	font-family: 'Trebuchet MS', Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #003366;
	width: 340px;
}
.formy {
	font-family: 'Trebuchet MS', Arial, sans-serif;
	font-size: 10px;
	color: #003366;
}
.headline {
	font-family: 'Trebuchet MS', Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: normal;
	color: #003366;
	text-align: left;
	vertical-align: top;
}
.footer {
	padding-bottom: 2px;
	font-family: 'Trebuchet MS', Arial, sans-serif;
	font-size: 9px;
	vertical-align: middle;
	color: #336699;
	text-align: center;
}
.bottom_nav {
	padding-left: 20px;
	font-family: 'Trebuchet MS', Arial, sans-serif;
	font-size: 9px;
	color: #333333;
	vertical-align: middle;
}
#content_bg {
	background-image: url(images/welcome.jpg);
	background-position: top left;
	background-repeat :no-repeat;
}
.main_bg {
	background-image: url(images/body_bg.gif);
	background-position: left top;
	background-repeat: repeat-x;
}