﻿body 
{
	font-family:Verdana;
	font-size:12px;
	background-color:#efefef;
}
h1
{
	font-size:22px;
	margin-top:0px;
}
h2
{
	margin-top:0px;	
}
h3
{
	color:#555;
	margin:0px 0px 5px 0px;
}
a
{
	color:#dd0000;
}
div.page
{
	text-align:left;
	width:750px;
	
	background-color:#fff;
}
div.siteTitle
{
	clear:both;
	font-weight:bold;
	font-size:18px;
}
div.pageTitle
{
	font-weight:bold;
	margin-top:10px;
	font-size:20px;
}
div.pageContent
{
	float:left;
	padding:20px;
	background-color:#fff;
	border:solid 2px black;
	border-top-width:1px;
}
.logo
{
}
div.navTop,
div.navStretch,
div.navBottom
{
	border-style:solid;
	border-color:#000;
	background-color:#2f2f2f;
}
div.navTop
{
	height:8px;
	border-width:1px 0 0 0;
}
div.navBottom
{
	height:8px;
	border-width:0 0 2px 0;
}
div.navStretch
{
	border-width:1px 0;
	border-bottom:solid 1px #000;
}
div.navigation
{
	height:27px;
	position:relative;
	min-width:770px;
	margin:0 auto;
}
ul.navBar
{
	width:750px;
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	white-space:nowrap;
	left:0;
}
ul.navBar li
{
	float:left;
	border-width:0 1px 0 0;
	border-style:solid;
	border-color:#000;
	font-weight:bold;font-size: 10px;
}
ul.navBar li a,
ul.navBar li a:hover
{
	color:#ca0002;
	text-decoration:none;
	text-transform:uppercase;
	line-height:25px;
}
ul.navBar li a
{
	padding:0 6px;
	width:auto;
	height:25px;
	margin:1px;
	display:block;
	vertical-align:middle;
}
ul.navBar li a:hover
{
	color:#fff;
	background:#ca0002;
}
ul.navBar li a.selected
{
	color:#fff;background:#ca0002;
}

table.invite
{
	border-collapse:collapse;
	margin:0px;
	padding:0px;
	border-top:solid 1px #ccc;
	border-left:solid 1px #ccc;
	border-right:solid 1px #ccc;
	width:470px;
}
table.invite th,
table.invite td
{
	vertical-align:top;
	background-color:#eee;
	border-bottom:solid 1px #ccc;
	padding:15px;
}
table.invite th
{
	color:#333;
}
table.invite td p
{
	margin:0px 0px 3px 0px;
}
div.schedule div.unit
{
	margin-bottom:10px;
}
div.schedule p
{
	clear:both;
	margin:0px 0px 2px 0px;
	padding-top:0px;
}
div.schedule p.title
{
	font-weight:bold;
}
div.greeting
{
	font-weight:bold;
	padding:0px 0px 30px 0px;
	width:340px;
}
.label
{
	clear:both;
	font-weight:bold;
	margin-bottom:0px;
}
.content
{
	margin:0px 0px 8px 0px;
}
div.box
{
	background-color:#eee;
	border-color:#ccc;
	border-style:solid;
	border-width:1px;
	padding:10px;
	margin:10px 0px;
}
table.prices th
{
	text-align:left;
}
table.prices th,
table.prices td
{
	padding-right:20px;
}
div.contactUs
{
	width:300px;
}
div.contactUs p
{
	margin:1px 0px;
}
#footer
{
	background-color:#000;
	color:#fff;	
	padding:0px 10px;
	width:730px;
}
	#footer .box
	{
		border:solid 1px #fff;
		background-color:#000;
		color:#fff;
		text-align:center;
	}
		#footer .box p
		{
			font-size:10px;
			margin:4px 0px;
		}