@charset "utf-8";
body {
	background-repeat: repeat-x;
	background-color: #2E4186;
}
.link_border {
	border: thin solid #FFF;
}

body {
	background-image: url(images/background.jpg);
}

.background {
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
}
.textblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #52A3FC;
}
.textblue :hover  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}



.top {
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;
}
.top_blue_box {
	background-image: url(images/top_blue_box.jpg);
	background-repeat: no-repeat;
}
.plain_top_box {
	background-image: url(images/plain_top_blue_box.jpg);
	background-repeat: no-repeat;
}

.header_1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
}
.border {
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #1D3F89;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.text_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	text-align: left;
}
.logo {
	background-image: url(images/Final_logo.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 65px;
	width: 400px;
}
.blue {
	color: #2E4186;
}
.leftCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	text-align: left;
	padding-right: 15px;
	padding-left: 15px;
}
.text_whiteCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}

