* {
  margin: 0px;
  padding: 0px;
}

body {
  font-family: Helvetica, Arial, Sans-Serif;
  font-size: 76%; 
  background: #8FCAF3;
}

p, li, h1 , h2, h3, h4, h5,div {
  font-size: 1em;
}

img, table {
  border: 0px;
  border-spacing: 0px;
  border-collapse: collapse;
}

td, th {
  vertical-align: top;
  text-align: left;
}

a {
  color: #5581CE;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  text-decoration: none;
  border-bottom: 1px dotted #5581CE;
}

a img {
  border: none;
}

.float_left {
  float: left;
}

.float_right {
  float: right;
}

#float_right {
float: right;

}

.margin_right {
  margin: 0 20px 20px 0;
}

.margin_left {
  margin: 0 0 20px 20px;
}

img {
  border: 1px solid #5581CE;
}

#iefix {
  text-align: center;
}

.container {
  background: #FFF url(images/background_container.gif) top left repeat-y;
  width: 720px;
  min-height: 530px;
  margin: 30px auto 0px auto;
  padding: 0 20px;
}

#iefix .container {
  width: 760px;
  height: 550px;
}

h1.logo {
  background: #FFF url(images/header.jpg) top left no-repeat;
  width: 720px;
  height: 120px;
}

h1.logo span {
  display: none;
}

h2 {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 10px;
}

h3 {
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 5px;
}

.nav {
  background: url(images/navigation_bar.gif) top left repeat-x;
  width: 720px;
  height: 35px;
}

.nav ul {
  list-style-type: none;
  color: white;
}

.nav li {
  float: left;
  font-size: 0.9em;
  font-family: Helvetica, Arial, sans-serif;
  margin: 6px 25px 0px 20px;
}

.nav a {
  color: white;
  text-decoration: none;
  font-size: 1.1em;
  font-weight: bold;
}

.nav a:hover, 
.nav .selected {
  color: #FFCC33;
  text-decoration: none;
  border: none;
}

.content {
   background: #FFF;
   width: 680px;
   min-height: 35px;
   padding: 20px;
}

#iefix .content {
   width: 720px;
   height: 35px;
}

.content p {
  margin-bottom: 10px;
}

.margin_module {
  background: #E5E5E5;
  width: 170px;
  min-height: 20px;
  padding: 15px;
  float: left;
  margin-top: 20px;
}

#iefix .margin_module {
  width: 200px;
  height: 50px;
}

.margin_module a:hover {
  border: none;
}

a.document_pdf {
  background: url(images/icon_pdf.gif) top left no-repeat;
  padding: 0 0 2px 20px;
  display: block;
  margin-bottom: 3px;
}

a.document_word {
  background: url(images/icon_word.gif) top left no-repeat;
  padding: 0 0 2px 20px;
}

.email {
  margin-top: 2px;
}

.footer {
  margin: 10px auto;
  text-align: center;
  width: 300px;
  font-size: 0.8em;
  color: #666;
}

.footer a {
  color: #666;
}

.footer a:hover {
  color: #909;
}

.flashmovie {
  width: 680px;
  height: 510px;
  padding: 0;
  margin: 0;
  border: 0;
}


