
/* -----------------      LEFT MENU      --------------------------- */

#leftMenu {
list-style: none;
padding:  0;
margin: 0; 
font-size: 11px;
}


#leftMenu  li{
margin:  8px 0 0 0;
padding: 0 0 5px 0;
border-bottom: solid 1px #c9c9c9;  

}

#leftMenu li a{
text-decoration: none;
font-weight: bold;
color: #666666;
padding: 0;
margin: 0;
}

#leftMenu li a:hover{
color: #993300;
}

#leftMenu  li ul{
list-style: none;
margin: 0px; 
padding: 0px;
color: #000000;
}
 
#leftMenu  li ul li{
padding:  7px 0 2px 2px;
border: 0px;
margin: 0px;
background: none; 
}

#leftMenu  li ul li a{
display: block;
font-weight: normal;
font-size: 11px;
padding-left: 10px;
color: #666666;
background: url(../img/bullet.gif) -1px 3px no-repeat;
}

#leftMenu li a.active {
	font-weight: bold;
	color: #993300;
}

#leftMenu li ul li a.active {
	font-weight: normal;
	color: #993300;
}



/* -----------------     CENTER COLUMN     --------------------------- */

#centercolumn_header {
font-weight: bold;
font-size: 16px;
color: #000000;
}

#centercolumn_body {
font-weight: normal;
}

#ClientPage {
font-size: 11px;
}



#ClientPage_header {
display: block;
margin: 5px 0 15px 0;
padding: 1px 2px 2px 2px;
float: right;
background-color: #E5E5E5;
width: 450px;
height: 15px;
}

#ClientPage_clientname {
float: left;
font-size: 14px;
font-weight: bold;
color: #666666;
}

#ClientPage_links {
float: right;
margin: 0;
}

#ClientPage_links li {
float: left;
list-style: none;
padding: 1px 5px 0 0;
}

#ClientPage_links li a{
text-decoration: none;
font-weight: bold;
color: #666666;
}

#ClientPage_links li a:hover{
text-decoration: none;
font-weight: bold;
color: #993300;
}

#ClientPage_links li a.active{
text-decoration: none;
font-weight: bold;
color: #993300;
}

#ClientPage_subject {
display: inline;
font-weight: bold;
color: #993300;
}

#ClientPage_pagedesc {
display: inline;
font-weight:normal;
color: #666666;
}

#ClientPage_website {
float: right;
font-weight:normal;
color: #666666;
padding: 5px 0 10px 0;

}

#ClientPage_website span{
font-weight:normal;
color: #666666;
text-decoration: underline;
/*text-decoration: none;*/
}

#ClientPage_website:hover, #ClientPage_website:hover span{
font-weight:normal;
color: #993300;
/*text-decoration: none;*/
text-decoration: underline;
}

#ClientPage_imageID {
vertical-align: center;
text-align: center;
margin-top: 10px;
}
/* -----------------     RIGHT COLUMN     --------------------------- */

#rightcolumn_txt {
font-weight: normal;
font-size: 10px;
color: #000000;
}

#rightcolumn_txt a{
font-weight: normal;
font-size: 10px;
color: #000000;
}


#rightcolumn_img {
padding: 5px 0px 5px 0px;
}


/* ------------------------------------------------------------------------- */
