﻿
body{background: #ffffff url(pattern.png) repeat;}

#main{background: #ffffff;} /*F5F6F0*/

#header
{ background: #0068AF;
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

#logo, #logo h1
{ background: transparent;
  color: #777;
}

#menu
{ background: #0068AF url(menu.gif);
  color: #ffffff;
  border-color: #EEE;
}

#menu li a
{ background: transparent;
  color: #F5F6F0;
  border-color: #989898;
}

#menu li a:hover, #menu li a#selected, #menu li a#selected:hover
{ background: #0068AF url(menu_hover.png);
  color: #F5F6F0;
  border-color: #989898;
}

#left_sidebar, #content, #right_sidebar, #content a:hover
{ background: #F5F6F0;
  color: #777;
}

.sidebaritem
{ background: #E1E5D5;
  color: #555;
} 

.sbilinks li a, .sidebaritem a
{ background: transparent url(arrow.png) no-repeat left center;
  color: #0068AF;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 11px;
  padding-left: 10px;
} 

.sbilinks li a:hover, .sidebaritem a:hover
{ background: transparent url(arrow_select.png) no-repeat left center;
  color: #FF0060;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  text-decoration: underline;
  font-size: 11px;
  padding-left: 10px;
} 


.sbilinks2 li a, .sidebaritem a
{ background: transparent url(arrow.png) no-repeat left center;
  color: #0068AF;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 11px;
  padding-left: 10px;
} 

.sbilinks2 li a:hover, .sidebaritem a:hover
{ background: transparent url(arrow_select.png) no-repeat left center;
  color: #FF0060;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  text-decoration: underline;
  font-size: 11px;
  padding-left: 10px;
} 

#footer
{ background: #0068AF url(footer.png) repeat-x;
  color: #ffffff;
  border-color: #6D913D;
}


