body{
	margin: 20px;
	background: #FFFFFF;
	font: 1.0em Tahoma;
	color: #000000;
	text-align:left;
}

a:link, a:visited{
	color: #0000FF;
	text-decoration: underline;	
}

a:hover{
	color: #0000FF;
	text-decoration: none;	
}

hr {
color: #666977;
height: 1px;
}

/* Header Tags - remember we are using the h5 tags for navigation!!! */

h1 {
font: bold 1.0em Tahoma;
color: #000000;
margin: 0px 0px 10px 0px;
}

/* Main Navigation - Works with Nav Link Style */
h3 {
font: bold 0.75em Tahoma;
margin: 3px 0px 3px 0px;
padding: 0px;
text-align: left;
}

/* Site Map Only */
h5 {
font: bold 0.75em Tahoma;
color: #000000;
margin: 3px 0px 3px 0px;
padding: 0px;
}

/* Table and Cell Styles */

td {
background-color: transparent;
font: 1.0em Tahoma;
color: #000000;
text-align: left;
padding: 0px;
}

/* Left hand of beer glass */


/* Right Hand Side of Beer Glass */

/* Main colum, we need the etched logo to stay at the top */

/* Footer */

/* Form Styles */
.text2 {
font: 12px Tahoma;
color: #000000;
}

.std_button {
font: 12px Tahoma;
color: #000000;
border: 1px solid #666666;
}

.small_text {
font: 0.75em Tahoma;
}

/* Nav Link - Main Navigation Only*/
.nav_link {
color: #0000FF;
text-decoration: underline;
}

a:link.nav_link  {
color: #0000FF;
text-decoration: underline;
}

a:visited.nav_link  {
color: #0000FF;
text-decoration: underline;
}
a:active.nav_link  {
color: #0000FF;
text-decoration: underline;
}

a:hover.nav_link  {
color: #0000FF;
text-decoration: none;
}

/* Nav Link Active - Gives the Dark Brown when we are showing that page */
.sub_nav_link {
color: #0000FF;
text-decoration: underline;
}

a:link.sub_nav_link  {
color: #0000FF;
text-decoration: underline;
}

a:visited.sub_nav_link  {
color: #0000FF;
text-decoration: underline;
}
a:active.sub_nav_link  {
color: #0000FF;
text-decoration: underline;
}

a:hover.sub_nav_link  {
color: #0000FF;
text-decoration: none;
}
