@charset "utf-8";
/* CSS Document */

/* Body */
body {
	background-color: #0071CA;
    font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	color: #052869;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #400080
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #400080;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #390;
	text-decoration: none;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #660099;
	text-decoration: underline;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #660099;
	text-decoration: underline;
}

/* Banner Area */
.bannerArea {
	width: 1307px;
	height: 184px;
	background-image: url(../Images/Banner.png);
	background-repeat: no-repeat;
}

.bannerArea .container {
	width: 1190px;
	height:160px;
	padding-top: 10px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
}

.bannerArea a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}

.bannerArea a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFF;
	text-decoration: underline;
}

.bannerArea a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #400080;
	text-decoration: underline;
}

/* CONTENT AREA */
.contentArea {
	width: 1100px;
	padding-top: 15px;
	padding-left: 100px;
	padding-bottom: 30px;
}

.contentArea .container {
	background-color: #FFF;
	padding-top: 30px;
	padding-bottom: 30px;
}

.contentleft {
	width: 650px;
	float: left;
	padding-left: 30px;
	padding-right: 30px;
	border-right-style: solid;
	border-right-width: 1px;
}

.contentright {
	width: 340px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
}

.imageright {
	margin-left: 5px;
	/*float: right; */
}

/* FOOTER AREA */
.footerArea {
	width: 1307px;
	height: 70px;
	padding-left: 30px;
	background-image:url(../Images/Small%20footer.jpg);
	background-repeat: no-repeat;
}

.footerArea .container {
	height:65px;
	padding-top: 5px;
	padding-left: 90px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 14px;
}
