body {
	background-color: #5E64F8;
	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.png);
	background-repeat: no-repeat;
	color: #5E64F8;
	font-size: 20px;
	font-weight: bold;
	height: 163px;
}

#navbar {
	background-color: #5E64F8;
  border: 0px;
}

#content {
	background-color: #02029A;
}

#footer {
}

.navmenu {
	vertical-align: top;
  height: 32px;
}

.navmenu  a, .navmenu a:visited {
  background-color: #5E64F8;
	background-image: url(images/menublue.png);
  background-repeat: repeat-x;
  border-bottom: solid 1px #000033;
  border-left: solid 1px #000033;
  border-right: solid 1px #000033;
  border-top: solid 1px #5E64F8;
  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: #089900;
	background-image: url(images/menugreen.png);
  background-repeat: repeat-x;
}

.sidemenu {
	vertical-align: top;
}

.sidemenu a, .sidemenu a:visited {
	background-image: url(images/menublue.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/menugreen.png);
  background-repeat: repeat-x;
  border-bottom: solid 1px #003300;
  border-top: solid 1px #009900;
  color: #f0f0f0;
  display: block;
  line-height: 15px;
  padding: 6px 12px;
  text-align: left;
  text-decoration: none;
}

.contentheader {
  background-color: #089900;
	/*background-image: url(images/contentheader_green.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: #5E64F8;*/
	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: #5E64F8;*/
	vertical-align: top;
}
	
.sideheader {
  background-color: #089900;
	/*background-image: url(images/contentheader_green.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: #02029A;
  /*background-color: #5E64F8;*/
  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; 
}