html {
font: small/1.4 "Tahoma", Tahoma, sans-serif;
}
body {
font-size: 85%;
}
/* Verticle Navigation Bar */
#vnav {
text-transform:uppercase;
margin: 0;
padding: 0;
text-align:right;
list-style-type: none;
width: 110px;
float: left; /* Contain floated list items */
}

#vnav li {
margin: 0;
padding: 0;
float: left; /* This corrects the */
width: 100%; /* IE whitespace bug */
}

#vnav a {
display: block; /* to increase clickable area as a’s default
to inline */
color: #000000;
text-decoration: none;
padding: 0 0px;
line-height: 2.1; 
}

#vnav #vnav_con a {
border: none;
}
#vnav a:hover {
text-decoration: underline;
}

#vnav a:visited { 
   color: #333333;
}

/*Horizontal Navigation Bar*/

#hnav {
text-transform:uppercase;
margin: 0;
padding: 0;
list-style-type: none;
width: 600px;
float: left; /* Contain floated list items */
}
#hnav li {
margin: 0;
padding: 0;
float: left;
}
#hnav a {
float: left;
width: 80px;
color: #A13B31;
text-decoration: none;
line-height: 1.7;
text-align: center;
}
#hnav #hnav_con a {
border: none;
}
#hnav a:hover {
color: #FF0000;
text-decoration:underline;
}

#hnav a:visited { 
 /*    color: #AF8F22;*/
}

#hnav_current a {
font-weight: bold;
text-decoration:underline;
}

#vnav_current a {
font-weight: bold;
text-decoration:underline;
}

.goldheading {
	color: #b4a03f;
	font-weight: bold;
}
.footer {
	color: #be3d3d;
	text-decoration: none;
}
.sublinks {
	color: #be3d3d;
	font-weight: normal;
	text-decoration: underline;
}
.sublinks1 a{
	color: #be3d3d;
	font-weight: normal;
	text-decoration: none;
}



h2 {
color: #A10505;
font-size: 18px;
font-family: Tahoma, verdana, serif;
margin-top: -5px;
	margin-bottom: -0px;
}

h1 {
	color: #00000;
	font-size: 100%;
	font-family: Tahoma, verdana, serif;
	margin-top: -5px;
	margin-bottom: -0px;
}
