/* css */

body {
}

#header {
border-bottom: 4px #999 solid;
}
#narrow_display_fix { 
background: #1E5799 url; /* old browsers */

background: -moz-linear-gradient(top, #1E5799 0%, #2989D8 100%, #7db9e8 100%); /* firefox */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1E5799), color-stop(100%,#2989D8), color-stop(100%,#7db9e8)); /* webkit */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1E5799', endColorstr='#7db9e8',GradientType=0 ); /* ie */
}
#topmenu li a {
color:#fff;
background:transparent;
}
#topmenu li a:hover {
text-decoration:underline;
}
#wrap{
background: #fff url(images/bg_ego_practice.jpg) no-repeat 10px 270px;
}

#menubar li a:hover  {
color:#2989D8 ;

border-top:4px #1E5799 solid;
}

#content h2 {
background:#2989D8;
}
#content h3 {
color:#2989D8;
}
#content h4 {
color:#2989D8;
}
#content ul {
list-style-image: url('images/red-square.gif');
}
#blueboxes {
}
.lbluebox {
}
#sidebar {
background:none;
}
#footer {
background: #2989D8; 

}
