@charset "UTF-8";
/* --- CSS Document by Codify Design Studio - codifydesign.com --- */

body {
	margin: 0px;
	color: #666666;
	font-size: 12px;
	font-family: Arial;
	font-family: Arial, Verdana, Univers;
	background-color: #cfcfcf;
}

h1 {
	color: #25476C;
	font-size: 24px;
	font-weight: normal;
}

h2 {
	color: #214265;
	font-size: 14px;
}

h3 {
	color: #244669;
}

p {
	height: inherit;
	text-align: left;
}
a          {
	color: #36C;
}
a:visited  { color: black; }

/* a:link {
/*	font-weight: bold;
/*	text-decoration: none;
/*	
/* } */
a:hover    {
	/* color: #5872f4; */
	/* font-weight: bold; */
	font-color: red; /* --ADDED-- */
}

img {
  max-width: 100%;
}

.container {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}


/* BANNER AREA */
.bannerArea {
	width: 100%;height: 80px;
	background-color: #4971a2;
}

.bannerArea .container {
	width: 980px;
	height:80px;
	background-image: url(images/banner_bkgd.jpg);
	background-repeat: no-repeat;
}

.bannerArea p {
  margin-top: 0;
}

.bannernav {
	padding-top: 10px;
	float: right;
	color: #112c4c;
	font-size: 12px;
	font-family: 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: 45px;
	padding-top: 8px;
}


/* 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: 980px;
	
}

.topnavigationgroup {
	margin: 0px;
	float: right;
	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-image: url(images/content_bkgd.jpg);
	background-repeat: no-repeat;
	background-color: #f2f2f2;
}

.contentleft {
	width: auto;
	padding-left: 40px;
	padding-right: 40px;
	float: left;
	border-right-style: solid;
	border-right-width: 0px;
	text-align: justify;
	font-style: normal;
	font-size: 14px;
}

.contentright {
	padding-top: 20px;
	float: left;
	padding-left: 30px;

	width: 210px;
}

.imageright {	
	margin-left: 5px;
	float: right;
}


/* 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: 12px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	text-align: left;
}
.contentArea .container .contentleft p {
	text-align: justify;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
}
.Bold {
	font-weight: bold;
}
.bold2 {
	font-weight: bold;
	text-align: left;
}
.footerArea .container .copyright .Bold {
	text-align: left;
}

.bannerArea .container h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-weight: bold;
	padding-left: 75px;
	color: #FFF;
	font-variant: normal;
	margin-top: -49px;
}

	
.contentArea .container .contentleft p a {
	color: #F00;
}

.emphasis {
  color: Red;
  font-weight: Bold;
}
