 /* ################# ############################## #################   */
   
body, html {
  background       :  url('../images/bg2.jpg') #ADD1E4;
  margin           : 0px;
  margin-bottom    : 0px;
  margin-left      : 0px;
  margin-right     : 0px;
  margin-top       : 0px;
  padding          : 0px;
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 12px;
  color            :#3A403C;
 
 }
.left_bg
{
background       :  url('../images/left.jpg');
background-repeat:repeat-y;
}
.right_bg
{
background       :  url('../images/right.jpg');
background-repeat:repeat-y;
}
.center_bg
{
background       :  url('../images/center_bg.jpg');
background-repeat:repeat-y;
}
.center_bg_2
{
background       :  url('../images/center_bg_2.jpg');
background-repeat:no-repeat;
background-position:center;
padding:20px;
}
.bottom_bg
{
background       :  url('../images/bottom.jpg');
background-repeat:y;
background-position:top;
}
.left_bg_2
{
background       :  url('../images/left_bg.jpg') #3161AD;
background-position:bottom;
background-repeat:no-repeat;
}

 /* ################# ############################## #################   */
a:link, a:visited {
  color            : #3A403C;
  text-decoration  : none;
 
}

a:hover {
  color            : #999999;
  text-decoration  : none;
}

/* ################# MAIN AND SUB MENU SYSTEM #################   */
a.basic_menu {
  line-height      : 19px;

  display          : block;
  padding          : 0px 0px 0px 10px;
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  width            : 189px;


}

a:link.basic_menu, a:visited.basic_menu {
  color            : #ffffff;
  text-decoration  : none;
  font-family      : Verdana, Arial, Helvetica, sans-serif;
}

a:hover.basic_menu {
  color            : #cccccc;
  background-color : #5C88D1;
  text-decoration  : none;
  font-family      : Verdana, Arial, Helvetica, sans-serif;
}
/* ################# ############################## #################   */

hr{
color: #A6CAFF;
background-color: #A6CAFF;
height: 1px;
border: 0;
}


.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid #cccccc;
background-color: #DFDFFF;
width: 200px;
filter:alpha(opacity=90);
-moz-opacity:0.9; 
opacity: 0.9;
padding: 5px 5px 5px 5px;
}

/* ################# ############################## #################   */
.top_menu{
  color            : #428DFF;
  padding-bottom:3px;
}
a:link.top_menu, a:visited.top_menu {
  color: #428DFF;
  padding-bottom:3px;
  border-bottom:5px;
  border-bottom-color:#428DFF;
  border-bottom-style:solid;
  border-bottom-width:5px;
  
  }

a:hover.top_menu {
  color            : #0468FF;
  padding-bottom:3px;
  border-bottom:5px;
  border-bottom-color:#0468FF;
  border-bottom-style:solid;
  border-bottom-width:5px;
  }
/* ################# ############################## #################   */
