body {
  background-color: #374885;
  /*background-image: url(images/bg.png);*/
  background-repeat: repeat;
  font: normal 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
  text-align: left;
}

#container {
  width: 1000px;
}
	
#header {
  background-image: url(images/banner-fcd.png);
  background-repeat: no-repeat;
  color: #E0162C;
  font-size: 20px;
  font-weight: bold;
  height: 163px;
}

#navbar {
  background-color: #E0162C;
  border: 0px;
}

#content {
   background-color: #091B59;
}

#footer {
}

.navmenu {
  vertical-align: top;
  height: 32px;
}

.navmenu  a, .navmenu a:visited {
  background-color: #E0162C;
  background-image: url(images/menunavy.png);
  background-repeat: repeat-x;
  border-bottom: solid 1px #000033;
  border-left: solid 1px #000033;
  border-right: solid 1px #000033;
  border-top: solid 1px #E0162C;
  color: #f0f0f0;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  height: 30px;
  padding-top: 4px;
  text-align: center;
  text-decoration: none;
  width: 198px;
}

.navmenu a:hover, .navmenu .active, .navmenu .active:visited {
  background-color: #E0162C;
  background-image: url(images/menured.png);
  background-repeat: repeat-x;
}

.sidemenu {
  vertical-align: top;
}

.sidemenu a, .sidemenu a:visited {
  background-image: url(images/menunavy.png);
  background-repeat: repeat-x;
  border-bottom: solid 1px #000033;
  border-left: solid 1px #000033;
  border-right: solid 1px #000033;
  border-top: solid 1px #000099;
  color: #f0f0f0;
  display: block;
  font-weight: bold;
  line-height: 15px;
  padding: 6px 12px;
  text-align: left;
  text-decoration: none;
}

.sidemenu a:hover, .sidemenu .active, .sidemenu .active:visited {
  background-image: url(images/menured.png);
  background-repeat: repeat-x;
  border-bottom: solid 1px #003300;
  border-top: solid 1px #FF0000;
  color: #f0f0f0;
  display: block;
  line-height: 15px;
  padding: 6px 12px;
  text-align: left;
  text-decoration: none;
}

.contentheader {
  background-color: #E0162C;
/*background-image: url(images/contentheader_red.png);
  background-repeat: no-repeat;*/
  border-bottom: solid 1px #000033;
  border-left: solid 1px #000033;
  border-right: solid 1px #000033;
  border-top: solid 1px #e2e2e2;
  color: #f0f0f0;
  font-size: 14px;
  font-weight: bold;
  height: 16px;
  padding: 4px 8px;
}
	
.leftcolumn {
  /*background-color: #E0162C;*/
  vertical-align: top;
}
	
.centercolumn {
  background-color: #f0f0f0;
  border-bottom: solid 1px #003300;
  color: #333333;
  font-size: 13px;
  text-align: justify; 
  vertical-align: top;
}
	
.rightcolumn {
  /*background-color: #E0162C;*/
  vertical-align: top;
}
	
.sideheader {
  background-color: #E0162C;
/*background-image: url(images/contentheader_red.png);
  background-repeat: no-repeat;*/
  border-bottom: solid 1px #000033;
  border-left: solid 1px #000033;
  border-right: solid 1px #000033;
  border-top: solid 1px #e2e2e2;
  color: #f0f0f0;
  font-size: 14px;
  font-weight: bold;
  height: 16px;
  padding: 4px 8px;
}

.sidecontent {
  background-color: #091B59;
  /*background-color: #E0162C;*/
  border-bottom: solid 1px #000033;
  border-left: solid 1px #000033;
  border-right: solid 1px #000033;
  border-top: solid 1px #000099;
  color: #f0f0f0;
  padding: 8px;
}

input, textarea {
  font-size: 13px; 
}
