.fullheight{height:100%}



/* COLOR BARS */
.color_bar_blue {
	background-color: #3188f9;
}

.color_bar_red {
	background-color: #fd0215;
}

.color_bar_yellow {
	background-color: #fff701;
}

.color_bar_blue2 {
	background-color: #437bb6;
}



/* CHILD NAV BACKGROUNDERS */
a.nav {
display: block;
height: 17px;
width: 188px;
background: url("images/nav_off.gif");
color: #ffffff;
}

a.nav:hover {
background: url("images/nav_on.gif");
}



/* BODY TEXT */

.bodytextmiddle {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #666666;
	line-height: 1.3em;
}

.bodyheadermiddle {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #333333;
	font-weight: bold;
}

a:link, a:visited, a:active {
  font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif; 
  color: #3c366b;
  font-weight: bold;
  text-decoration: none;

}

a:hover {
  font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
  color: #3c366b;
  font-weight: bold;
  text-decoration: underline; 
}


/* LEFT NAV TEXT */

.navtext {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #666666;
}

a:link, a:visited, a:active { 
  color: #2c69c6;
  font-weight: bold;
  text-decoration: none;
  font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
}

a:hover {
  color: #303030;
  font-weight: bold;
  text-decoration: none;
  font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;  
}


.changeli {
	padding: 0px;
	margin: -10px;
}