* {
	margin: 0;
	padding: 0;
}

body {
background: #D0D0D0;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 19px;
color: #333;
}

a {
text-decoration: none;
color: #004990;
outline: none;
}
a:hover {
text-decoration: underline;
color: #111;
}

#wrap {
margin: 0 auto;
width: 780px;
background: #fff;
}

#header {
height: 90px;
}
#header h2 { 
font-size: 28px;
letter-spacing: -1px;
padding: 33px 0 0 20px;
color: #0000ff;
}
#header h2 a { 
color: #0000ff;
text-decoration: none;
font-weight: bold;
letter-spacing: -2px;
}

#menu {
height: 30px;
line-height: 30px;
border-top: 1px dotted #555;
border-bottom: 1px dotted #555;
}
#menu ul {
list-style-type: none;
padding-left: 20px;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
padding: 0 10px;
text-decoration: none;
font-weight: bold;
font-size: 14px;
color: #004990;
}
#menu ul li a:hover {
color: #004990;
text-decoration: underline;
}

#content {
padding: 0 20px 20px 20px;
}

.right {
float: right;
width: 520px;
}
.right h1 {
font-size: 18px;
font-weight: 100;
padding: 15px 0 7px 0;
color: #004990;
}
.right p {
  margin: 10px 0;
}

.right ul li {
  margin-left: 20px;
}

.left {
float: left;
width: 200px;
margin-top: 10px;
background: #004990;
}
.left p {
margin: 10px 0 0 0;
padding-left: 10px;
height: 28px;
line-height: 28px;
background: #788BBD;
}
span.advheader {
color: #fff;
font-size: 14px;
font-weight: bold;
}
.left ul {
  margin-top: 10px;;
  padding: 0 10px 0 10px;
  list-style: none;
  text-align: left;
}
.left ul li {
  margin: 0;
  padding-bottom: 10px;
  font-size: 11px;
  line-height: 11px;
  color: white;
}
.left ul li a {
  text-decoration: none;
  color: yellow;
  font-size: 11px;
  display: inline;
  padding: 0;
}

#footer {
height: 30px;
line-height: 30px;
background: #657983;
text-align: center;
font-size: 11px;
color: #fff;
}
#footer a { color: yellow; }

img.ilogo {
  float: left;
  border: none;
  margin: 10px;
}

/* FMenu */

#fmenu {
  clear: both;
  padding-top: 15px;
  text-align: center;
  font-size: 11px;
  width: 780px;
  margin: 0 auto;
  padding: 10px;
}

#fmenu ul {
  list-style: none;
  display: inline;
  float: left;
}

#fmenu li {
  display: block;
  float: left;
  width: 240px;
  padding: 0 0 0 10px;
  margin-bottom: 10px;
  text-align: left;
  line-height: 1.1em;
}

#fmenu li a {
  color: brown;
  text-decoration: none;
}

.mailto2 {display:none}
