body 
{ 
	background-color: white; 
	margin: 0px; 
	padding: 0px; 
	font-family: Verdana, Arial, Tahoma; 
	font-size: 9pt; 
}
table 
{ 
	font-family: Verdana, Arial, Tahoma; 
	font-size: 9pt; 
}

h1 { font-size: 16pt; font-weight: normal; color: #4088A7; font-family: Arial, Verdana, Tahoma;  }
h2 { font-size: 14pt; font-weight: normal; color: #2B5B71; font-family: Arial, Verdana, Tahoma; }
h3 { font-size: 10pt; font-weight: bold; color: #4897B9; font-family: Arial, Verdana, Tahoma; margin-bottom: 2px; }

img { border: none; }

a { text-decoration: none; color: #3a738a; }
a:visited { color: #3a738a; }
a:hover { color: darkgray; }
a img {	border: none; }

.horzbar
{ 
	border-top: 1px solid #73471e; border-bottom: 1px solid #73471e; 
}
.horzbar .opaq 
{ 
	background-color: white; 
	width: 270px;
	height: 24px;
	position:relative;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	-moz-opacity:0.50;
	opacity:0.50;
}
.horzbar .normal
{
	height: 24px;
	background-color: white;
}

.menu 
{ 
}
.menu .item 
{
	padding-top: 5px; padding-bottom: 5px; padding-left: 8px; padding-right: 8px; 
	font-size: 8pt; 
	font-weight: normal;
}
.menu a { text-decoration: none; color: #3a738a;}
.menu a:visited { color: #3a738a; }
.menu a:hover { color: darkgray; }
.menu .sep { font-size: 7pt; color: #d0d0d0; }


.header
{
	padding: 10px;
	background-color: white;
}

.footer
{
	padding: 5px;
	color: darkgray;
	background-color: white;
	font-size: 7pt;
}

.main 
{ 
	background-image: url(flavors.jpg);
	background-color: #eec251;
	background-repeat: no-repeat;
	background-position: bottom left;
}
.main .left
{
	width: 270px;
}

.content 
{ 
	padding-left: 40px; 
	padding-right: 40px; 
	padding-bottom: 20px; 
	padding-top: 20px; 
	background-color: white;
	background-image: url(images/cake_back.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
}


/* 3 (or more) column layout */

.columns
{
}
.columns TD
{
	padding: 0px;
}
.columns .column
{
	padding-left: 20px;
	padding-right: 20px;
}
.columns .columnleft
{
	border-right: 1px dotted #d8d9d9;
	padding-right: 20px;
	
}
.columns .columnright
{
	border-left: 1px dotted #d8d9d9;
	padding-left: 20px;
}

ul
{
	/*list-style-type: circle;*/
}
ul li
{
	color: darkgray;
	line-height: 18px;
	padding-top: 10px;
}
ul li span
{
	color: #397995;
	font-weight: bold;
	font-size: 8pt;
}
ul li span .info
{
	color: #606060;
	font-weight: normal;
	font-size: 8pt;
}

ul li ul
{
	padding-left: 12px;
	margin-left: 0px;
}
ul li ul li
{
	color: darkgray;
	line-height: 14px;
}

.eventtime
{
	color: #606060;
}
	