@charset "UTF-8";

p {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
	margin-right: 50px;
	margin-left: 100px;
	margin-top: 25px;
	vertical-align: top;
}

p.times {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing:1px;
	line-height: 100%
	color: #333333;
	text-align: justify;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 25px;
	vertical-align: top;
}

p.head {
	font-weight: bold;
	}
	
	
p.center {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	text-align: center;
	margin-right: 0px;
	margin-left: 00px;
	margin-top: 0px;
	vertical-align: middle;
	}
	
p a:hover{
	text-decoration: underline;
}	


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	text-align: center;
	vertical-align: center;
	letter-spacing: 3px;
	background-color: 00578e;
}

h1 a:hover{
	text-decoration: underline;
}	


td#left {
	vertical-align: top;
}


td#left2 {
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: 00578e;
	vertical-align: top;
}

td#empty {
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: 00578e;
	border-left-color: 00578e;
	vertical-align: top;
	padding-top: 0px;
	border-top-width: 0px;
	background-color: #FFFFFF;
}

.newLink1 {
	color: #000;
	text-decoration: underline;
}
	
.newLink2 {
	color: #FFF;
	text-decoration: underline;
}

.newLink3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #00578e;
	text-decoration: underline;
}


#happyHour	{
	margin: 0;
	padding: 60px 0 20px 0;
	width: 100%;
	height: auto;
	font:Arial, Helvetica, sans-serif;
}
#happyHour p	{
	font-size:10px;
	text-align: center;
	color: #CCC;	
}

a.softGrey:active	{
	color: #CCC;
	text-decoration: none;
}
a.softGrey:link	{
	color: #CCC;
	text-decoration: none;
}
a.softGrey:visited	{
	color: #CCC;
	text-decoration: none;
}
a.softGrey:hover	{
	color: #000000;
	text-decoration: underline;