@CHARSET "ISO-8859-1";

* {
  margin: 0px;
  padding: 0px;
  border: 0px;
}
body,input,select,textarea,td {
  font: 11px Tahoma,Verdana,Arial;
  color: #404040;
}
h1, h1 a {
  color: #194B88;
  font: 18px Arial;
}
h2, h2 a {
  color: #f00;
  font: 22px Arial;
}
h3, h3 a {
  color: #FF5700;
  font: 22px Arial;
}
h4 {
  color: #000;
  font: 16px Arial;
}
input,select,textarea {
  border: 1px solid #BFC9D2;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.wrap,.head,.foot,.content {
  float: left;
  width: 990px;
}
.head {
  height: 145px;
  background: url('../img/head.jpg') top left no-repeat #fff;
}
.slogan,.logo, .nav {
  position: absolute;
  background-position: top left;
  background-repeat: no-repeat;
}
.slogan {
  top: 25px;
  left: 270px;
  width: 443px;
  height: 29px;
  background-image: url('../img/slogan.gif');
}
.alink {
	color:#fff;
	text-decoration:none;	
}
.logo {
    top: 0px;
    left: 747px;
    width: 224px;
    height: 65px;
    cursor: pointer;
    background-image: url('../img/logo.gif');
}
.nav {
    top: 84px;
    left: 270px;
}
.nav ul li {
	float: left;
	list-style: none;
}
.c1,.c2,.c3,.c12 {
    float: left;
}
.c12 {
	width: 735px;
}
.page {
    padding: 10px 15px 0px 25px;
}
.c1 {
    width: 470px;
}
.c3,.c2 {
    width: 240px;
}
.c2 {
    margin: 10px 15px 0px 0px;
    background: url('../img/c2.gif') top left no-repeat #fff;
}
.c2 ul {
    margin: 5px 0px 0px 0px;
    padding: 10px 0px 0px 0px;
    background: url('../img/c2ul.gif') top left repeat-y #fff;
}
.c2 ul li {
  color: #FF5700;
  list-style: none;
  padding: 0px 0px 46px 16px;
}
.c2 ul li.stip {
  background-image: url('../img/c2li.gif');
  background-position: bottom left;
  background-repeat: no-repeat;
}
.c2 ul li.last {
  background-image: url('../img/c2li2.gif');
  background-position: bottom left;
  background-repeat: no-repeat;
}
.c2 ul li.zorg {
  padding: 10px 0px 20px 16px;
  background-image: url('../img/c2li3.gif');
  background-position: top left;
  background-repeat: no-repeat;
}
.c3 {
  margin: 10px 0px 0px 0px;
  background: url('../img/c3.gif') top left no-repeat #FFEA00;
}
.c3 h1 {
  margin: 10px 0px 0px 16px;
}
.c3 h2 {
  margin: 22px 0px 0px 16px;
}
.c3 ul li {
  list-style: none;
  padding: 10px 10px 10px 16px;
}
.c3 ul li.stip {
  background: url('../img/c3li.gif') bottom left no-repeat #FFEA00;
}
.foot {
  margin: 10px 0px 0px 0px;
  color: #fff;
  height: 103px;
  background-color: #022c52;
}
.reff1 {
  float: left;
  width: 560px;
  margin: 10px 0px 0px 25px;
  padding: 0px 0px 0px 20px;
  background: url('../img/ayl.gif') 0px 4px no-repeat #022c52;
}
.reff2 {
  float: right;
  width: 270px;
  text-align: right;
  font-size: 9px;
  color: #5378A6;
  margin: 10px 10px 0px 0px;
  padding: 0px 20px 0px 0px;
  background: url('../img/ayr.gif') right 4px no-repeat #022c52;
}

.txtImg {
	float: left;
	margin-right: 12px;
}
.txtImgLeft {
	float: right;
    margin-left: 12px;
}
/* These are standard sIFR styles... do not modify */
.sIFR-flash {
  visibility: visible !important;
  margin: 0;
}
.sIFR-replaced {
  visibility: visible !important;
}
span.sIFR-alternate {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
}
/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */
.sIFR-hasFlash h1,
.sIFR-hasFlash h2,
.sIFR-hasFlash h3,
.sIFR-hasFlash h4 {
  visibility: hidden;
  padding: 0px;
}
.sIFR-hasFlash h2 {
  letter-spacing: -1px;
}
.sIFR-hasFlash h3 {
  letter-spacing: -1px;
}
.sIFR-hasFlash h4 {
  letter-spacing: -1px;
}
.sIFR-hasFlash h1 {
  letter-spacing: -2.8px;
}