@charset "UTF-8";

  
	
/* --- CSS Document Style Sheet --- */

body {
	margin: 0px;
	color: #036;
	font-size: 100%;
	font-family: Arial;
	font-family: Arial, Verdana, Univers;
	background-color: #cfcfcf;
}

a:link {
	text-decoration: none;
	color: #004797;
}

a:visited {
	text-decoration: none;
	color: #004797;
}

a:hover {
	text-decoration: underline;
	color: #663;
}

a:active {
	text-decoration: none;
}
  

h1 {
	color: #004797;
	font-size: 22px;
	font-weight: normal;
	margin: 3px 0px 25px 0px;
}
h2 {
	color: #004797;
	font-size: 100%;
	font-weight: normal;
	margin: 0px 0px 15px 0px;
}
h2A {
	color: #A90532;
	font-size: 100%;
	font-weight: normal;
	margin: 0px 0px 15px 0px;
}
h3 {
	color: #004797;
	font-size: 90%;
	margin-top: 0px;
	margin-bottom: 6px;
}

h4 {
	color: #663;
	font-size: 100%;
	margin-top: 0px;
	margin-bottom: 10px;
	font-style: normal;
	font-weight: normal;
}

h5 {
	color: #663;
	font-size: 90%;
	margin-top: 0px;
	margin-bottom: 6px;
	margin-left: 15px;
	list-style-type: square;
	font-style: normal;
	font-weight: normal;
}

h6 {
	color: #004797;
	font-size: 85%;
	margin-top: 0px;
	margin-bottom: 6px;
	margin-left: 15px;
	font-style: normal;
	font-weight: normal;
	list-style-type: lower-alpha;
}

h7 {
	color: #004797;
	font-size: 60%;
	margin-top: 0px;
	margin-bottom: 6px;
}


p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #3F3F3F;
}

p1 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #3F3F3F;
}

p2 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	color: #663;
	alignment-adjust: hanging;
	text-indent: 10%;
}

.container {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}


/* BANNER AREA */
.bannerArea {
	width: 100%;height: 83px;
	background-color: #4971a2;
}

.bannerArea .container {
	width: 1200px;
	height:83px;
	background-image: url(images/banner_bkgd.jpg);
	background-repeat: no-repeat;
}

.bannernav {
	padding-top: 20px;
	float: right;
	color: #ffff66;
	font-size: 90%;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

.bannernav a { color: #ffffff; text-decoration: none; }
.bannernav a:visited { color: #ffffff; }
.bannernav a:hover {
	color: #ffff66;
	text-decoration: none;
	font-size: 90%;
}

.toplogo {
	padding-left: 5px;
	padding-top: 5px;
}


/* TOP NAVIGATION AREA */
.topnavigationArea {
	background-image: url(images/topnav_bkgd.jpg);
	background-repeat:repeat-x;
	background-color: #436d9c;
}
.topnavigationArea .container {
	background-image: url(images/topnav_bkgd.jpg);
	background-repeat:repeat-x;
	background-color: #436d9c;
	width: 1200px;
}

.topnavigationgroup {
	margin: 0px;
	float: left;
	padding-right: 1px;
}
.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: Arial, Helvetica, Verdana, sans-serif;
	float: left;
}

/* CONTENT AREA */
.contentArea {
	width: 100%;
	background-color: #f0eff0;
	background-image: url(images/content_bkgd_tile.jpg);
	background-repeat: repeat-x;
}


.contentArea .container {
	padding-top: 30px;
	padding-bottom: 30px;
	background-repeat: no-repeat;
	background-color: #f2f2f2;
}

.contentleft {
	padding-top: 2px;
	float: left;
	width: 240px;
	padding-right: 20px;
	padding-left: 15px;
}

.contentright {
	width: 880px;
	border-left-style: solid;
	border-left-width: 1px;
	padding-left: 20px;
	padding-right: 20px;
	float: right;
}


.imageright {
	margin-left: 2px;
	float: left;
	margin-right: 12px;
}

.imageleft {
	margin-left: 2px;
	float: right;
	margin-right: 5px;
}


.imagerightX {
	margin-left: 2px;
	float: left;
	margin-right: 25px;
}

/* FOOTER AREA */
.footerArea {
	width: 100%;
	background-color: #cfcfcf;
	background-image: url(images/footer_bkgd.jpg);
	background-repeat: repeat-x;
}

.footerArea .container {
	height: 77px;
	background-image: url(images/footer_bkgd.jpg);
	background-repeat: repeat-x;
}

.copyright {
	padding-left: 40px;
	padding-top: 12px;
	color: #666666;
	font-size: 100%;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}
