﻿body
{
	background-color: #ffffff;
	background-image: url(images/back.jpg);
	background-position:right bottom;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

h1
{
	color: #0066ff;
	font-weight: bold;
	font-size: 10pt;
	font-family: Veranda, Arial, Sans-Serif;
	text-transform: capitalize;
}

h2
{
	color: #0066ff;
	font-size: 9pt;
	font-family: Veranda, Arial, Sans-Serif;
	text-transform: capitalize;
	font-style: italic;
	text-decoration: underline;
}

p
{
	color: #004399;
	font-weight: normal;
	font-size: 8pt;
	font-family: Veranda, Arial, Sans-Serif;
	text-align: justify;
}

.site
{
	background-color: #ffffff;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	overflow: hidden;
	border: #2DA8E1 2px solid;
}

.site a:link
{
	color: #ff6600;
	font-size: 8pt;
	font-family: Verdana, Arial, Sans-Serif;
	text-decoration: underline;
	font-weight: normal;
}

.site a:active
{
	color: #ff6600;
	font-size: 8pt;
	font-family: Verdana, Arial, Sans-Serif;
	text-decoration: underline;
	font-weight: normal;
}

.site a:hover
{
	color: #cc6600;
	font-size: 8pt;
	font-family: Verdana, Arial, Sans-Serif;
	text-decoration: underline;
}

.site a:visited
{
	color: #996600;
	font-size: 8pt;
	font-family: Verdana, Arial, Sans-Serif;
	text-decoration: underline;
	font-weight: normal;
}

.site .heading
{
	height: auto;
	border: none;
	padding:7px 7px 7px 7px;
}

.site .heading img
{
	width: auto;
	height: auto;
	float: none;
	border: none;
	position: static;
	display:inline;
}

.site .left
{
	width: 500px;
	float: left;
	border-right: #cccccc 2px solid;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
	padding-right: 7px;
	clear:left;
	margin-right:-2px;
}

.site .right
{
	width: 370px;
	float: right;
	border-left: #cccccc 2px solid;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
	padding-right: 7px;
	clear: right;
	text-align:center;
}

.site .container
{
	border-bottom: #2DA8E1 2px solid;
}

.site .right img
{
	max-width:95%;
	height:auto;
	padding-top:7px;
	padding-bottom:7px;
	padding-left:7px;
	padding-right:7px;
}

.site .left img
{
	max-width:95%;
	height:auto;
	padding-top:7px;
	padding-bottom:7px;
	padding-left:7px;
	padding-right:7px;
}

.bottombar
{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	border: #2DA8E1 2px solid;
	background-color: #2DA8E1;
	height: 20px;
	text-align: right;
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #ffffff;
	line-height:20px;
}

.bottombar .text
{
	margin-right:10px;	
}

div#navbar 
{
	height: 20px;
	width: 100%;
	border-top: solid #2DA8E1 3px;
	border-bottom: solid #2DA8E1 3px;
	background-color: #2DA8E1;
}

div#navbar ul
{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	line-height: 20px;
	white-space: nowrap;
}

div#navbar li 
{
	list-style-type: none;
	display: inline;
}

div#navbar li a 
{
	font-weight: bold;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 6px;
	padding-bottom: 7px;
	color: #ffffff;
}

div#navbar li a:link 
{
	color: #ffffff;
}

div#navbar li a:visited 
{
	color: #ffffff;
}

div#navbar li a:active 
{
	font-weight: bold;
	color: #ffffff;
	background-color: #0066ff;
}

div#navbar li a:hover {
	font-weight: bold;
	color: #ffffff;
	background-color: #0066ff;
}

div#navbar2
{
	height: 22px;
	width: 100%;
	border-bottom: solid #2DA8E1 2px;
}

div#navbar2 ul
{
	border:none;
	margin: 0px;
	padding: 0px;
	line-height: 22px;
	white-space: nowrap;
}

div#navbar2 li {
	list-style-type: none;
	display: inline;
}

div#navbar2 li a 
{
	font-weight: bold;
	text-decoration: none;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 7px;
	padding-bottom: 7px;
	color: #2DA8E1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #2DA8E1;
}

div#navbar2 li a:link 
{
	color: #2DA8E1;
}

div#navbar2 li a:visited 
{
	color: #2DA8E1;
}

div#navbar2 li a:hover
{
	font-weight: bold;
	color: #ffffff;
	background-color: #2DA8E1;
}

table
{
	margin: 0px 0px -4px 0px;
	border-collapse: collapse;
}

td
{
	border-collapse: collapse;
	border-bottom: #cccccc 2px solid;
}

.cellleft
{
	width: 500px;
	height:auto;
	border-right: #cccccc 2px solid;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
	padding-right: 7px;
	text-align:justify;
	vertical-align:top;
}

.cellright
{
	width: 370px;
	height:auto;
	border-left: #cccccc 2px solid;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
	padding-right: 7px;
	text-align:center ;
}

.liquor
{
	color: #004399;
	font-weight: normal;
	font-size: 8pt;
	font-family: Veranda, Arial, Sans-Serif;
	text-align: justify;
	list-style-position: outside;
	list-style-type: disc;
}
