/*This Document controls many of the colors for the elements found throughout the webpage*/
body
{ background: #636363;
  color: #70695A;
}


blockquote{border-color: #767676;}

#main
{ background: #FFF url(main.png) repeat-y;
  color: #70695A;
}

#links, #footer, #menu, #menu ul li a
{ background: #FFF url(menu.png);
  color: #DBD7D1;
  border-color: #D7D7D7;
}

#links a, #footer a, #links a:hover, #footer a:hover 
{ background: transparent;
  color: #DBD7D1;
}

#logo
{ background: #FFF url(site_logo4.png) no-repeat;
  color: #70695A;
}

h1
{ background: transparent;
  color: #EA8916;
  border-color: #CAAE90;
}

#menu li a:hover, #menu li a#selected, #menu li a#selected:hover
{ background: #FFF url(orange_menu.png);
  color: #70695A;
} 

#content, #column2 a, #column2 a:hover
{ background: transparent;
  color: #70695A;
}

.sidebaritem, .sidebaritem a, .sidebaritem a:hover
{ background: transparent;
  color: #DBD7D1;
}

.sbihead
{ background: #FFF url(orange_sbi.png);
  color: #70695A;
}

.sbihead h1
{ background: transparent;
  color: #70695A;
}

.sbilinks li a
{ background: #FFF url(link.png);
  color: #DBD7D1;
} 

.sbilinks li a:hover
{ background: #B7B7B7;
  color: #EA8916;
} 

/*Controls look of first subitem list item links*/
#menu ul ul li a{
background: #FFFFFF;
width: 90px;
height: 30px;
display: block;
text-indent: 3px;
font-family:Arial, Helvetica, sans-serif;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

/*Controls look of second subitem list item links*/
#menu ul ul ul li a{
background: #FFFFFF;
width: 90px;
height: 30px;
display: block;
text-indent: 3px;
font-family:Arial, Helvetica, sans-serif;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}


#menu ul li a:hover{
background: #292929;
color: #FFFFFF;
}

/*Controls hover over effect for subitem links*/
#menu ul ul li a:hover,
#menu ul ul ul li a:hover{
background: #363636;
}
