@charset "utf-8";
/* LakeCookChapter.com CSS Document */

body
{
	background: url(images/top-bg.jpg) repeat-x top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	margin: 0;
	padding: 0;
}
h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #770000;
	font-weight: bold;
	margin: 7px 0;
	padding: 0;
}
a
{
	color: #770000;
	text-decoration: none;
	font-weight: bold;
}
a:hover
{
	color: #6699CC;
	text-decoration: underline;
	font-weight: bold;
}

.top-links td
{
	padding: 0 5px;
	
}
.top-links td.links
{
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 7px;
	padding-left: 0;
}
.top-links td.links a
{
	color: #333333;
	text-decoration: none;
}
.top-links td.links a:hover
{
	color: #770000;
	text-decoration: underline;
}
.leftpane
{
	padding-right: 10px;
	border-right: dotted 1px #6699CC;
}
.contentarea
{
	padding: 0 10px;
}
.navigation ul
{
	padding: 0;
	margin: 0;
	list-style: none;
}

.navigation li
{
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: "Trebuchet MS", Arial;
	font-size: 18px;
}
.navigation li a
{
	display: block;
	background: url(images/menuitem-off.jpg) no-repeat left;
	width: 188px;
	line-height: 27px;
	text-decoration: none;
	padding-left: 10px;
	color: #FFFFFF;
	padding-bottom: 3px;
	font-weight: normal;
}
.navigation li a:hover
{
	display: block;
	background: url(images/menuitem-on.jpg) no-repeat left;
	width: 188px;
	line-height: 27px;
	text-decoration: none;
	padding-left: 10px;
	color: #FFFFFF;
	padding-bottom: 3px;
	font-weight: normal;
}

.navigation li a.selected
{
	display: block;
	background: url(images/menuitem-on.jpg) no-repeat left;
	width: 188px;
	line-height: 27px;
	text-decoration: none;
	padding-left: 10px;
	color: #FFFFFF;
	padding-bottom: 3px;
	font-weight: normal;
}

.meeting-title
{
	background: url(images/meeting-title.jpg) no-repeat;
	width: 198px;
	height: 33px;
}
.meeting-box
{
	background: url(images/meeting-box-mid.jpg) repeat-y left;
	padding: 5px;
}
.meeting-bot
{
	background: url(images/meeting-box-bot.jpg) no-repeat top;
	width: 198px;
	height: 11px;
}
.footer
{
	background: #770000 url(images/footer-gradient.jpg) repeat-x top;
	padding: 10px;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 16px;
}
.footer a
{
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
.footer a:hover
{
	font-weight: bold;
	text-decoration: underline;
	color: #FFFFFF;
}