a {
	color: #021e02;
text-decoration: none;
}
a:hover {
    color: #CC0000;
}

.header { 
	background-color: #021e02; 
	font-weight:bold;
	color: #FFFFFF;
}

h1 {
	color: #021e02;
}

.footer {
	font-size: 11px;
	font-family: Tahoma, sans-serif;
}
.catlinks
	{color: #000000;
}


ul.menu_list {
  list-style-type: none;
}
ul.menu_list li {
display: inline;
}

ul.menu_list li a
{
  padding:0.2em 1em;
}

ul.category_list {
  vertical-align : top;
  list-style-type: none;
}

ul.category_list a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
color: #000000;

}
ul.category_head {
  display: none;
list-style-type: none;
  border-bottom : thin solid Black;
color: #C19D2E;
}

body, p, td {
	font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
	color: #021e02;
text-decoration: none;
}
h3 a {
  font-size: 14px;
  font-family: Times New Roman;
}
h3 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0px;
}
a {
	color: #021e02;
}
a:hover {
    color: #CC0000;
}
.header { 
	background-color: #021e02; 
	font-weight:bold;
	color: #FFFFFF;
}
h1 {
	color: #021e02;
}
.footer {
	font-size: 11px;
	font-family: Tahoma, sans-serif;
}


/*
ul.menu_list {
  list-style-type: none;
}
ul.menu_list li {
  display: inline;
}

ul.menu_list li a
{
  padding:0.2em 1em;
  font-size: 16px;
  padding-left: 40px;
  padding-right: 40px;
  background-color:  #ffcc66;
  outline: black solid thin;
}
*/

#category_listing {
  background-color: #fff7e7;
}



/*    BUTTONS    */


.ubercolortabs{
padding: 0;
width: 165%;
overflow: hidden;
background: transparent;
border-bottom: 2px solid #021E02;

}

.ubercolortabs ul{
font: bold 11px Arial, Verdana, sans-serif;
margin: 0;
padding: 0;
list-style: none;
}

.ubercolortabs li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform: uppercase;
}


.ubercolortabs a{
float: left;
color: white;
background: #B3A024 url(i/roundleft.gif) no-repeat left top; /*default background color of tabs, left corner image*/
margin: 0 2px 0 0;
padding: 0 0 1px 3px;
text-decoration: none;
letter-spacing: 1px;
}

.ubercolortabs a span{
float: left;
display: block;
background: transparent url(i/roundright.gif) no-repeat right top; /*right corner image*/
padding: 7px 9px 3px 6px;
cursor: pointer;
}

.ubercolortabs a span{
float: none;
}


.ubercolortabs a:hover, .ubercolortabs li.selected a {
background-color: #021e02; /*background color of tabs onMouseover*/
color: white;
}


.ubercolortabs a:hover span{
background-color: transparent;
}

.ubercolortabs a:active {
color: #B3A024;
}

.ubercolordivider{ /*CSS for horizontal line.*/
clear: both;
padding: 0;
width: 100%;
height: 5px;
line-height: 5px;
background: #804000; /*background color of horizontal line*/
border-top: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}
