a 			{ text-decoration: underline; color: #003486; } 
a:link		{ text-decoration: underline; color: #003486; } 
a:visited	{ text-decoration: underline; color: #003486; } 
a:active	{ text-decoration: underline; color: #003486; } 
a:hover		{ text-decoration: underline; color: #003486; }

a img {
  border: none;
}

body {
  font-family: verdana, arial, sans-serif;
  text-align: center;
}

#container {
  margin: 0 auto;
  text-align: left;
  width: 952px;
}

.article {
  width: 690px;
  padding: 10px;
  font-size: 12px;
  color: #333333;
  float: left;
}

.article h2 {
  font-size: 26px;
  font-weight: bold;
  color: #003486;
}

.article h3 {
  font-size: 10px;
  font-weight: bold;
  color: #000000;
}

.article p {
  color: #003486;
  font-weight: bold;
  font-size: 14px;
}

.header {
}

.nav {
  width: 232px;
  float: left;
}
.nav .element {
  border-right: thin solid;
  border-bottom: thin solid;
  float: left;
  background-color: #babcdc;
  border-color: white;
  padding: 5px 5px 5px 5px;
}

.nav .element-top {
  border-top: thin solid;
  border-color: white;
}

.nav .element-bottom {
  background: url('images/btmgradient.png') top left no-repeat;
  float: left;
  position: relative;
  top: -2px;
  width: 231px;
  height: 60px;
}

.nav .element h2 {
  color: #003486;
  font-size: 12px;
  font-weight: bold;
}

.nav .element h3 {
  color: #003486;
  font-size: 10px;
}

.nav .element p {
  color: #333333;
  font-size: 10px;
}

.nav .element h4 {
  color: #666666;
  font-size: 10px;
  float: right;
  margin: 0px;
}

.nav .element a:link {
  text-decoration: none;
  border: none;
}

.nav .element a:visited {
  text-decoration: none;
  border: none;
}

.nav .element a:active {
  text-decoration: none;
  border: none;
}

.nav .element a:hover {
  text-decoration: none;
  border: none;
}

.navimg {
  border-style: solid;
  border-color: #babcdc;
  border-width: 12px 5px 0px 0px;
  float: left;
}

.rmiFooter {
  float: left;
  margin-top: 80px;
  text-align: center;
  width: 100%;
}
