/*  Core styles */
body
 {
  background-image:url('img/bcg1_2.gif'); 
  background-repeat:repeat-x; 
  padding:0px; 
  margin:0px;
  font-family:arial;
 }
 
/* Core styles END */

.clear_link
  {
   color:black;
   text-decoration:none;
  }
 
 .clear_link:hover
  {
   text-decoration:underline;
  }

/* Layout styles */
#frame
 {
  width:732px; 
  margin-left:auto; 
  margin-right:auto; 
  margin-top:0px; 
  margin-bottom:0px; 
  padding:0px;
 }
 
 #header
  {
  margin:0px; 
  padding:0px; 
  
  padding-top:0px; 
  margin-top:5px; 
  height:202px;
  width:732px; 
  background-image:url('img/header_image.jpg'); 
  background-repeat:no-repeat; 
 }
 
 #top_menu
  {
  margin-top:135px; 
  margin-left:7px;   
  width:720px; 
  height:25px; 
  background-image:url('img/menu.gif'); 
  background-repeat:repeat-x;
 }
 
 #small_menu
  {
  margin-left:580px; 
  margin-top:0px;
  padding-top:4px;
  font-family:arial;
 }
 
 #small_menu a
  {
   font-size:10px;
   color:#B5B5B5;
   text-decoration:none;
   font-weight:bold;
  }
 #core
  {
  margin-left:0px; 
  
  padding-top:0px; 
  margin-top:0px; 
  height:auto;
  width:732px; 
  background-image:url('img/bcg4.gif'); 
  background-repeat:repeat-y; 
  margin-bottom:0px;
  overflow:hidden;   
 }
 
 #page
  {
   text-align:left;
   width:510px;
   overflow:hidden;
   height:auto;     
   margin-bottom:0px;
   padding-left:15px; 
   float:left;       
  }
  
  #right_side
   {
    margin-left:10px;
    border:0px solid black;
    width:190px;
    height:auto;
    float:left;    
    border-left:1px solid #969696;
    /*border-top:1px solid #969696;*/
   }
   
   #right_side h1
   {
    font-size:14px;
    margin:0px;
    padding:0px;
    padding-left:3px;
   }
  .container
   {
    width:190px;
    border:1px solid #f5f5f5;
    height:200px;
   }
 
 #footer
  {  
  margin-left:0px;   
  padding-top:0px; 
  margin-top:0px; 
  height:11px;
  width:732px;
  overflow:hidden;   
  background-image:url('img/bcg_footer.gif'); 
  background-repeat:no-repeat;
  margin-top:0px; 
 }
 
 #valid_div
  {
  margin-right:5px; 
 }
/* Layout styles END*/
