body {
   margin: 0;
   padding: 0;
   background: #f5f5f5;
   width: 100%;
   height: 100%;
   font-family: verdana, arial, sans-serif;
   font-size: 10pt;
   color: #000033;
   z-index: 1;}

html,body {height:100%}


#header {
	position: absolute;
	top: 0px;
	left: 0px;
	background: #9bbfe3 url(../images/headbar.gif) top left repeat-x;
	height: 60px;
        width: 100%;
        text-align: center;
	z-index: 2;}

#header img {
  margin-top: 11px;
  z-index: 3;
}
#bar2 {
  position: absolute;
  top:60px;
  left: 0px;
  height: 10px;
  width: 100%;
  background: url(../images/headbar.gif) top left repeat-x;
  z-index: 3;
}

#navigation
	{
	position: relative;
	top: 72px;
	left: 0px;
	width: 130px;
	height: 85%;
	text-align: left;
	border:0px solid black;
	background: #9bbfe3;
	padding-top: 6px;
        padding-left: 3px;
        z-index: 4;}

#navigation h3 {
  background: #3c89ca;
  font-size: 9pt;
  width: 123px;
  margin: 2px 0px;
  padding: 2px 0px 2px 2px;
}

#navigation h4 {
  background: #6ca3d6;
  font-size: 8pt;
  width: 115px;
  margin: 2px 0px;
  padding: 2px 0px 2px 2px;
}



	
#box {
	position: absolute;
	top: 71px;
	left: 150px;
	width: 70%;
	overflow: visible;
	border: 0px solid #787d75;
	border-bottom: 0px;
	background: #f5f5f5;
        padding-top: 10px;
        z-index: 4;}

#box p {
     margin-left: 5px;
     line-height: 1.5em;
}

#box h2 {
  color: #555;
  font-size: 150%;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: none;
  border-bottom: 1px solid #ef1f1f;
  text-align: left;
  padding-left: 2px;
  line-height: 1.5em;
}
#box h3 {
color:#555;
font-size: 120%;
font-family:  Arial, Helvetica, sans-serif;
font-weight: bold;
border-bottom: 1px solid #ef1f1f;
text-align: left;
margin-left: 5px;
line-height:1.5em;
text-transform: none;
}

#box h4 {
color:#555;
font-size:100%;
font-family:  Arial, Helvetica, sans-serif;
line-height:1.2em;
border-bottom: 1px solid #ef1f1f;
margin: 20px 0 0 5px;
padding: 0;
}

#box a {
  color: #3c89ca;
  text-decoration: underline;
  font-weight: bold;

}

#box a:hover {
  text-decoration: none;
  color: #ef1f1f;
  border-bottom: 1px solid #222;
}

#box dl {
  margin-left: 5px;
}

#box dt {
color:#222;
font-size:100%;
font-family:  Arial, Helvetica, sans-serif;
font-weight: bold;
}

#box dt.news {
  border-bottom: 1px solid #ef1f1f;
  width: 20%;
}

#box dd {
  font-size: 100%;
  margin: 2px 0px 15px 10px;
}

#box ul {
    list-style: outside square;
}
#box ol {
  list-style: outside decimal;
}

#box li {
  margin-bottom: 5px;
}

#contact {
  float: right;
  width: 200px;
  margin-top: 0px;
}

#apformleft {float: left; margin-right: 10px;}

fieldset {
     border: solid 1px #ef1f1f;
     width: 400px;
     text-align: left;
     padding-left: 4px;
}

legend {
     color: #555;
     font-family: Tahoma;
     font-weight: bold;
     background-color: #d3d3d3;
     padding: 2px;
     margin-bottom: 2px;
}

label {
     font-weight: bold;
     color: #222;
     line-height: normal;
     text-align: left;
     display: block;
     margin-right: 20px;
     position: relative;
     width: 75px;
     float: left;
}
.wide {width: 155px; text-align: center;}
.wider {width: 155px; text-align: center;}
label.extrawide {width: 340px; text-align: left; float: none;}

.formInputField {
     border: solid 1px #3c89ca;
     background-color: #fcfcfc;
     color: #333;
     margin-right: 5px;
     margin-bottom: 5px;
     padding: 2px;
 }
.formInputField:hover {
     background-color: #ffffff;
     border: solid 1px #ef1f1f;
     color: #000;
}

input.formInputButton {
     border-top: solid 1px #3c89ca;
     border-left: solid 1px #3c89ca;
     border-right: solid 1px #9dc4e5;
     border-bottom: solid 1px #9dc4e5;
     background-color: #fcfcfc;
     color: #555;
     cursor: pointer;
     font-weight: bolder;
     text-align: center;
     padding: 1px;
     margin-right: 5px;
     margin-top: 5px;
     vertical-align: middle;
}
input.formInputButton:hover {
     border-top: solid 1px #9dc4e5;
     border-left: solid 1px #9dc4e5;
     border-right: solid 1px #3c89ca;
     border-bottom: solid 1px #3c89ca;

}


.italic {
  font-style: italic;
}

.highlight {
  color: #3c89ca;
}

.nodecoration {
  list-style: none;
}

.center {
  text-align: center;
}

#textselect {
  position: absolute;
  top: 72px;
  right: 10px;
  z-index: 5;
}

#textselect a {
  color: #3c89ca;
  text-decoration: none;
  font-weight: bold;

}

#textselect a:hover {
  text-decoration: none;
  color: #ef1f1f;
  border-bottom: 1px solid #222;
}

.normal {
  font-size: 10pt;
  }
.big {
  font-size: 12pt;
}
.bigger {
  font-size: 14pt;
}
.biggest {
  font-size: 16pt;
}
