html, body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 100%;

}


.title1 {
	font-family: georgia, garamond, times new roman;
	font-size: 18px;
	font-weight: normal;
	color: #a00505;
	text-decoration: none;
	
}

a:link {
    text-decoration: none;
    color: #0b4eab;
}

a:visited {
    color: #0b4eab;
	text-decoration: none;
}

a:hover {
    color: #62a3fd;
	text-decoration: none;
}

a:active {
    color: #006bff;
	text-decoration: none;
}

strong {
    font-weight: bold;
}

.footer{
	font-family: tahoma, verdana, arial, helvetica;
	font-size: 11px;
	text-decoration: none;
	color: #0b4eab;
	line-height: 1.5em;
	text-decoration: none;
}

.copyright{
	font-family: tahoma, verdana, arial, helvetica;
	font-size: 11px;
	text-decoration: none;
	color: #666666;
	text-decoration: none;
}

.grey{
	font-family: tahoma, verdana, arial, helvetica;
	font-size: 11px;
	text-decoration: none;
	color: #eeeeee;
	text-decoration: none;
}


/* style for christmas redesign */
/* 
body {
  background: url('/themes/default/images/tal_chrst.jpg') repeat left top;
  font-family: "Arial";
  color: #000;
  text-decoration: none;
}
*/
/* style for christmas redesign */ 
.chrst_bg {
  background: url('/themes/default/images/main_bg_chrst.jpg') repeat-x left top;
}

.clear {
  clear: both;
}

a {
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

a img {
  border-width: 0px;
}

h1 {
  display: inline;
  color: #3F89C3;
  font-size: 16px;
  font-weight: bold; /*border:1px solid #F0F9FD;*/
  float: left;
  margin: 12px 1px 9px 12px;
}

hr {
  border-width: 1px 0px 0px 0px;
  border-color: black;
  border-style: solid;
  width:146px;
  height: 1px;
}
.hrline {
   border-width: 1px 0px 0px 0px;
  border-color: black;
  border-style: solid;
  width:145px;
  height: 1px;
}
#altDiv {
  font-family: tahoma;
  font-size: 11px;
  z-index: 1;

  background-color: #eef6ff;
  border: 1px solid #6A91B4;
}

#altDiv p {
  padding: 4px;
}

#networkBar {
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 1;
  text-align: center;
}

#networkBarPopup {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  vertical-align: top;
  background-color: #0c3e74;
  text-align: center;
}

#networkBarBanners {
  width: 982px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;

}
#networkBarBanners img {
  margin:0;
  cursor:pointer;
}

#networkBarBanners a {
  display: block;
  float: left;
  width: 231px;
  height: 58px;
  margin:0;
  margin-right:12px;
}
#networkBarBanners a.first_popup_banner {
  margin-left:7px;
}
#networkBarBanners>a.first_popup_banner {
  margin-left:11px;
}
#networkBarBanners a.last_popup_banner {
  margin-right:8px;
}
#networkBarBanners>a.last_popup_banner {
  margin-right:10px;
}
#networkBarControls {
  width: 100%;
  height: 17px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  background-color: #0c3e74;
}

#networkBarButton {
  display: block;
  position: absolute;
  float: left;
  margin-left: 100px;

}

#networkBarButton img {
  float: left;
}


