/* css styles custom override

#headercommon a:link,
#headercommon a:visited
{
color: #dbd4ec;
background-color: transparent;
text-decoration: none;
}

#header-left
  { background-image: url(../images/header-inside-left.jpg); background-repeat: no-repeat; image: url(../images/header-inside-left.jpg) }


 the main (left) content column 

#containerb
{border-left: 1px solid #492f92; }

#b-content ul 
 { margin-top: 0; margin-left: 0; padding-left: 0 }

#b-content ul li
        { list-style-image: url(../images/bullet.gif) }

#b-content ul li li
              { list-style-image: url(../images/bullet.gif) }

#b-content ul li li li
           { list-style-image: url(../images/bullet.gif) }


/* links 


#b-content a:link,
#b-content a:visited
 { color: #492f92; text-decoration: none; background: transparent }

#b-content a:hover, #b-content .b1 a:hover
 { color: #492f92; text-decoration: none; background-color: #d1ccde;
 }


/* the page title 

.b2 h1
{
 color: #492f92;
}

/* the main content area 


#b-content h2
{   
color: #492f92;
	}
	
#b-content h3
{
	color: #492f92;
}

#b-content h4
 { 
 color: #492f92; 
  }

#b-content h5
{
	color: #492f92;
}

#b-content h6
{
	color: #492f92;
}

	
.b3, .b4, .b5, .b7, .b8, .b9
  { visibility: hidden }
*/
