/* css */


html {
	margin:0px;
	padding:0px;
}

body {
}

#header {
background:#91529e;
border-bottom: 4px #c2c2c4 solid;
}
#narrow_display_fix { 

background: #292929 url; /* old browsers */

background: -moz-linear-gradient(top, #292929 0%, #434345 50%, #5f5f5f 100%); /* firefox */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#292929), color-stop(50%,#434345), color-stop(100%,#5f5f5f)); /* webkit */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#292929', endColorstr='#5f5f5f',GradientType=0 ); /* ie */
}
#wrap{
background: #fff url(images/bg_corporate.jpg) no-repeat 10px 270px;
}
#topmenu li a {
color:#fff;
}

#menubar li a:hover  {
color:#999;
border-top: 4px #8C489F solid;
color:#8C489F;
}

#content h2 {
background:#5f5f5f;

}
#content h3 {
color:#8C489F;
}
#content h4 {
color:#8C489F;
}
#content ul {
list-style-image: url('images/purple-square.gif');
}
#content h3 {
color:#8C489F;
}

#footer {
background: #5f5f5f;
}
