@charset "UTF-8";

body {
	margin: 0px;
	color: #666;
	font-size: 14px;
	font-family: Lucida Sans;
	font-family: "Lucida Sans";
	background-color: #FFFFFF;
	background-image: url(images/background2.jpg);
	background-repeat: repeat-y;
	font-weight: normal;
}

h1 {
	color: #19385a;
	font-size: 20px;
	font-weight: normal;
	margin: 3px 0px 25px 0px;
	font-family: "Lucida Sans";
	text-align: left;
}
h2 {
	color: #214265;
	font-size: 14px;
	font-weight: normal;
	margin: 0px 0px 15px 0px;
}
h3 {
	color: #FFF;
	margin-top: 12px;
	margin-bottom: 0px;
}
p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;







	color: # 666;
	font-size: 14px;
	color: #666;
	text-align: left;
}
a          {
	color: #36C;
}
a:visited  { color: #ooabc9 ; }
a:hover    {
	color: #006;
}

.wrapper {
	width:100%;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	padding-left: 0px;
}

.container {
	width:990px;
	margin-left: auto;
	margin-right: auto;
}


/* BANNER AREA */
.bannerArea {
	width: 100%;height: 83px;
	background-color: #4971a2;
	
}

.bannerArea .container {
	height:83px;
	/*
	background-image: url(images/banner_bkgd.jpg);
	background-repeat: no-repeat;
	*/
}

.bannernav {
	padding-top: 0px;
	float:left;
	color: #112c4c;
	font-size: 14px;
	font-family: "Lucida Sans", Arial, Helvetica, Verdana, sans-serif;
}

.bannernav a { color: #ffffff; text-decoration: none; }
.bannernav a:visited { color: #ffffff; }
.bannernav a:hover { color: #112c4c; text-decoration: none; }

.toplogo {
	padding-left: 30px;
	padding-top: 5px;
}




/* TOP NAVIGATION AREA */
.topnavigationArea {
	width: 100%;
	background-image: url(images/topnav_bkgd.jpg);
	background-repeat:repeat-x;
	background-color: #0b3a6e;
}

.topnavigationgroup {
	margin: 0px;
	float: right;
	p/adding-right: 40px;
}
.topnavigationgroup ul {
	margin: 0px;
}

.topnavigationitem {
	max-width: 167px;
	margin-left: 0px;
	padding-left: 10px;
	padding-top: 9px;
	padding-right: 10px;
	padding-bottom: 9px;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-style: none;
	border-right-width: 1px;
	color: white;
	font-size: 14px;
	font-weight: bold;
	font-family: "Lucida Sans" Arial, Helvetica, Verdana, sans-serif;
	float: left;
}

/* CONTENT AREA */
.contentArea {
	width: 100%;
	/* background-color: #00abc9; */
	padding-left: 0px;
	
}

.contentArea .container {
	padding-top: 0px;
	padding-bottom: 0px;
	/*
	background-image: url(images/content_bkgd.jpg);
	background-repeat: no-repeat;
	*/
}

.contentleft {
	padding-top: px;
	width: 255px; 
	display:inline;
	padding-left: 20px;
	padding-right: 5px;
	float: left; 
	overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;
	/*
	border-right-style: solid;
	border-right-width: 1px;
	*/
}

.contentright {
	padding-top: 188px;
	display: inline;
	float:left;
	;
	padding-left: 10px;
	/* width: 675px; */
	font-size: 14px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	/* page-break-before: 10px; */ 
	overflow:visible !important /*Firefox*/;
	overflow:hidden /*IE6*/;
}

.imageright {
	
	margin-left: 108px;
	
	float: center;
	
}


/* FOOTER AREA */
.footerArea {
	width: 100%;
	background-color: #daeef5;
/*
	border-top-style: solid;
	border-top-color: #3f6997;
	border-top-width: 2px;
*/	
}

.footerArea .container {
	height: 77px; 
	background-color: #daeef5;
}

.copyright {
	padding-left: 40px;
	padding-top: 12px;
	color: #666666;
	font-size: 14px;
	font-family: "Lucida Sans" Arial, Helvetica, Verdana, sans-serif;
}

