@charset "UTF-8";
/* --- based on a CSS Document by Codify Design Studio - codifydesign.com --- */

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

h1 {
	color: #7B1514;
	font-size: 26px;
	font-weight: bolder;
	margin: 3px 0px 10px 0px;
}
h2 {
	color: #1E4BA5;
	font-size: 18px;
	font-weight: bolder;
	margin: 0px 0px 15px 0px;
}
h3 {
	color: #1E4BA5;
	font-size: 18px;
	font-weight: bolder;
	margin: 0px 0px 15px 0px;
}
h4 {
	color: #1E4BA5;
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 10px;
}
p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}
a {
	color: #36C;
	text-decoration:none;
}
a:visited  { 
	color: #36C; 
}
a:hover    { 
	color: #5872f4; 
}

.container {
	width: 980px;
	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.gif);
	background-repeat: no-repeat;
}

.bannernav {
	padding-top: 18px;
	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: 30px;
	padding-top: 5px;
}




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

.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: Arial, Helvetica, Verdana, sans-serif;
	float: left;
}

/* CONTENT AREA */
.contentArea {
	width: 100%;
	background-color: #FFFFFF;
}


.contentArea .container {
	padding-top: 30px;
	padding-bottom: 30px;
	background: #FFFFFF;
}
.contentmiddle {
	margin-left: auto;
	margin-right: auto;
	width: 650px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.contentmiddle img {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
}


.contentleft {
	width: 625px;
	padding-left: 40px;
	padding-right: 40px;
	float: left;
}

.subcontentLeft{
	width: 600px;
	float: left;
	padding: 5px 10px;
	background: #ececec repeat-y;
	margin-top: 15px;
}
	



.contentNoDivide {
	width: 625px;
	padding-left: 80px;
	padding-right: 40px;
	float: left;
	border: 0;
}



.contentright {
	padding-top: 20px;
	float: left;
	padding-left: 10px;
	width: 210px;
	font-size: 11px;
	background: #ececec url(images/sideRt.gif) repeat-y;
	padding-right: 10px;
}

.contentright a {
	color: #990000;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}
.contentright a:visited  { 
	color: #990000;
	font-size:13px;
	text-decoration:none; 
}
.contentright a:hover    {
	color: #666666;
	font-size:13px;
}

.imageright {
	margin-left: 5px;
	float: right;
	margin-bottom: 5px;	
}



/* FOOTER AREA */
.footerArea {
	width: 100%;
	background-color: #cfcfcf;
	border-top-style: solid;
	border-top-color: #3f6997;
	border-top-width: 4px;
	
}

.footerArea .container {
	height: 77px;
}

.copyright {
	padding-left: 40px;
	padding-top: 12px;
	color: #666666;
	font-size: 14px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	text-align: center;
}
.copyright a {
	color: #666666;
	text-decoration: none;
}
.copyright a:visited { 
	color: #666666;
	text-decoration: none; 
}
.copyright a:hover {
	color: #9BB1DF;
	text-decoration: none;
}

.contentleft img {
	margin-right: 25px;
	margin-bottom: 30px;
}
.contentright blockquote {
	font-weight: bold;
	font-size: 12px;
}
.promo {
	color: #7A1315;
	font: italic bold 12px Geneva, Arial, Helvetica, sans-serif;
}
