
body, html {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #eef3f7;
	color: #555555;
	line-height: 1.4;
	font-size: 12px;
}
p {
	color: #555555;
	line-height: 1.4;
	font-size: 12px;
	padding: 0;
	margin: 0;
}
strong {
	color: #555555;
	font-size: 12px;
	padding: 0;
	margin: 0;
}
h1 {
	color: #2a4482;
	font-size: 18px;
	font-weight: normal;
	padding: 0;
	margin: 0 0 12px 0;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}
h2 {
	color: #C42883;
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
}
h3 {
	color: #494949;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 5px 5px 20px;
	margin: 0;
}
h4 {
	color: #2a4482;
	font-size: 14px;
	font-weight: normal;
	padding: 0;
	margin: 0 0 12px 0;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}
a {
	color: #a54b4a;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
ul { 
	list-style-type: none;
	padding: 0;
	margin: 0 0 0 0;
	
}
li {
	margin: 0;
	color: #2a4482;
	font-size: 12px;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding: 0 0 4px 20px;
	line-height: 1.3;
}

/*hr  {
	border: 0;
	height: 1px;
	color: #e5e5e5;
	background-color: #e5e5e5;
	width: 100%;
}
div.hr {
	border: 0;
	padding: 0;
	margin: 12px 0 12px 0;
	height: 1px;
	color: #e5e5e5;
	background-color: #e5e5e5;
	clear: both;
	overflow: hidden;
}
div.hr hr{
	display: none;
}*/
.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}
img { 
	behavior: url (pngbehavior.htc); 
}

/* ==================================================================== */
/* MAIN --------------------------------------------------------------- */
/* ==================================================================== */

#main {	
	margin: 0;
	padding: 0;
}
#mainInner {
	width: 940px;
	background-color: #FFFFFF;
	text-align: left;
}
/* ==================================================================== */
/* HEADER ------------------------------------------------------------- */
/* ==================================================================== */

/* Home */
#flashHome {
	width: 940px;
	height: 290px;
}
#titleBar {
	width: 940px;
	height: 34px;
}

#headerContainer {
	width: 940px;
	height: 91px;
	margin: 0;
}
#headerLeft, #homeheaderLeft {
	width: 577px;
	height: 91px;
	margin: 0;
	float: left;
	display: inline;
	background-repeat: no-repeat;
}
#headerLeft {
	background-image: url(images/headerBG_L.jpg);
}
#homeheaderLeft {
	background-image: url(images/homeheaderBG_L.jpg);
}
#headerRight, #homeheaderRight {
	width: 363px;
	height: 91px;
	margin: 0;
	float: right;
	display: inline;
	background-repeat: no-repeat;
}
/*#headerRight {
	background-image: url(images/headerBG_R.jpg);
}*/
#headerRight img {
	border: 0px;
}
/*#homeheaderRight {
	background-image: url(images/homeheaderBG_R.jpg);
}*/
#homeheaderRight img {
	border: 0px;
}
#headerImg_Container {
	width: 940px;
	height: 207px;
	margin: 0;
}
#headerImg_Left {
	width: 577px;
	height: 207px;
	margin: 0;
	float: left;
	display: inline;
	background-image: url(images/mainImg_L_1.jpg);
	background-repeat: no-repeat;
}
#headerImg_Right {
	height: 207px;
	margin: 0;
	float: right;
	display: inline;
}
/* ==================================================================== */
/* MAIN NAV --------------------------------------------------------------- */
/* ==================================================================== */

#navContainer {
	width: 940px;
	height: 34px;
	margin: 0;
}
#navContainer_Left {
	width: 577px;
	height: 34px;
	margin: 0;
	float: left;
	display: inline;
	background-image: url(images/menuBG_L.gif);
	background-repeat: repeat-x;
}
#navContainer_Right {
	width: 363px;
	height: 34px;
	margin: 0;
	float: left;
	display: inline;
	background-image: url(images/menuBG_R.gif);
	background-repeat: repeat-x;
}
#navInner_L, #homenavInner_L {
	width: 36px;
	height: 34px;
	margin: 0;
	padding: 0;
	float: left;
	display: inline;
}
#navInner_L {
	background-image: url(images/menuRound_c.jpg);
}
#homenavInner_L {
	background-image: url(images/homemenuRound_c.jpg);
}
#navInner_R {
	width: 541px;
	height: 34px;
	margin: 0;
	padding: 0;
	float: right;
	display: inline;
}
.menuItem {
      height: 34px;
      float: left;
      display: inline;
	  padding: 0 14px 0 14px;
	  background-image: url(images/menuBG_line.gif);
	  background-repeat: no-repeat;
	  background-position: 0 8px;

}
.menuItem a {
      height: 34px;
	  font-size: 14px;
	  font-family: Trebuchet MS, Arial Narrow, Arial, Helvetica, sans-serif;
	  display: inline;
      color: #243a6d;
      text-align: center;
	  line-height: 34px;
}
.menuItem a:hover {
      color: #a64c4b;
      text-decoration: none;
}
.menuItem_R {
      height: 34px;
      float: right;
      display: inline;
	  padding: 0 14px 0 14px;
	  line-height: 34px;

}
.menuItem_R a {
      height: 34px;
	  font-size: 16px;
	  font-family: Trebuchet MS, Arial Narrow, Arial, Helvetica, sans-serif;
	  display: inline;
      color: #a64c4b;
      text-align: center;
      font-size: 14px;
}
.menuItem_R a:hover {
      color: #a64c4b;
      text-decoration: none;
}
/* ==================================================================== */
/* CONTENT ------------------------------------------------------------ */
/* ==================================================================== */

#contentContainer {
	width: 940px;
	margin: 0;
	padding: 0;
}
#contentLeft {
	width: 240px;
	height: 400px;
	margin: 0;
	padding: 0;
	float: left;
	display: inline;
	background-image: url(images/leftNav_BG.gif);
	background-repeat: no-repeat
}
#contentRight {
	width: 700px;
	margin: 0;
	padding: 0;
	float: right;
	display: inline;
}
#contentRight_Inner {
	width: 590px;
	margin: 0;
	padding: 20px 80px 20px 30px;
	background-color: #FFFFFF;
}

#contentLeftHome {
	width: 215px;
	height: 400px;
	margin: 0;
	padding: 0;
	float: left;
	display: inline;
	background-image: url(images/leftNav_BG.gif);
	background-repeat: no-repeat
}
#contentRightHome {
	width: 725px;
	margin: 0;
	padding: 0;
	float: right;
	display: inline;
}
.contentRightHomeInnerL {
	width: 302px;
	float: left;
	display: inline;
	margin: 0;
	padding: 40px 30px 0 30px;
	background-color: #FFFFFF;
}
.contentRightHomeInnerR {
	width: 362px;
	float: left;
	display: inline;
	margin: 0;
	background-color: #FFFFFF;
}
.contentRightHomeInnerL a, .contentRightHomeInnerRTop a {
	background: url(images/bullet2.gif) no-repeat 0px 5px;
	font-size: 12px;
	padding-left: 8px;
	font-weight: bold;
}
.contentRightHomeInnerRTop a {
	line-height: 38px;
}
.contentRightHomeInnerRTop {
	background: url(images/BG_right.gif) no-repeat;
	height: 170px;
	padding: 40px 15px 0 15px;
}
.contentRightHomeInnerRBot {
	background: url(images/BG_right.gif) no-repeat;
	height: 170px;
	padding: 20px 15px 0 15px;
}
.contentRightItem {
	border-bottom: 1px solid #eef3f7;
	height: 30px;
	width: 332px;
	overflow: hidden;
}
.contentRightItem a {
	background: url(images/bullet3.gif) no-repeat 2px 6px;
	font-size: 12px;
	padding-left: 12px;
	font-weight: normal;
	color: #555555;
	line-height: 30px;
}
.contentRightItem a:hover {
	text-decoration: none;
	color: #a24847;
}

#contentLeftHomeInner {
	width: 176px;
	padding: 40px 19px 0 20px;
}
#contentLeftHomeInner p {
	color: #a54b4a;
	font-size: 11px;
	font-weight: bold;
	background: url(images/bullet3.gif) no-repeat 2px 6px;
	padding-left: 12px;
}
#contentLeftHomeInner input {
	margin: 3px 0px;
}
#radioBTNS {
	margin: 0 0 10px 0;
	font-size: 12px;
	color: #5973b6;
	line-height: 25px;
}
#radioBTNS input {
	margin: 0 3px 0 0;
	padding: 0;
}
#contentLeftHomeInner a {
	font-size: 11px;
	text-decoration: underline;
}
#contentLeftHomeInner a:hover {
	color: #5973b6;
}
#contentLeftHomeInner img {
/*	margin-top: 20px;*/
	border: none;
}

/* ==================================================================== */
/* NEWS --------------------------------------------------------------- */
/* ==================================================================== */

#newsInner {
	width: 630px;
	margin: 0;
	padding: 20px 40px 20px 30px;
	background-color: #FFFFFF;
}
.newsItem {
	border-bottom: 1px solid #eef3f7;
	padding-top: 10px;
}
.newsItemTop {
	width: 630px;
}
.newsItemTopL {
	float: left;
	display: inline;
	width: 500px;
}
.newsItemTopR {
	float: right;
	display: inline;
	width: 120px;
	text-align: right;
}
.newsItemBot {
	width: 630px;
	padding: 0 0 10px 0;
}
.newsItemBot p {
	padding-bottom: 7px;
}
.newsItemBot a {
	background: url(images/bullet2.gif) no-repeat 0px 5px;
	font-size: 12px;
	padding-left: 8px;
	font-weight: bold;
}
.newsDetailLinks {
	border-top: 1px solid #eef3f7;
	margin-top: 10px;
	padding-top: 4px;
}
.newsDetailLinks span {
	visibility: hidden;
	margin: 0px 10px;
}


/* ==================================================================== */
/* SUBNAV ------------------------------------------------------------- */
/* ==================================================================== */
.subnav {
	width: 240px;
	text-align: left;
	padding-top: 14px;
}
.subnavItem {
	background: url(images/subBG.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	line-height: 1.7;
	color: #a54b4a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	padding-left: 25px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.subnavItem a:link {
	color: #a54b4a;
	text-decoration: none;
	
}
.subnavItem a:hover {
	color: #a54b4a;
	text-decoration: none;
	font-weight: bold;
}
/* ==================================================================== */
/* FOOTER ------------------------------------------------------------- */
/* ==================================================================== */
#footerContainer {
	width: 940px;
	height: 55px;
	background-image: url(images/footerBG.gif);
	background-repeat: repeat-x;
}
.footerRight {
	float: right;
	display: inline;
	padding: 10px 20px 0 0;
	color: #bed0df;
	font-size: 11px;
}
.footerRight2 {
	float: right;
	display: inline;
	padding: 10px 20px 0 20px;
	color: #a84d4b;
	font-size: 11px;
}
.footerRight a {
	color: #5485ab;
	text-decoration: none;
}
.footerRight a:hover {
	color: #5485ab;
	text-decoration: underline;
}