body {
	margin: 0;
	padding: 0;
	background: #91a8ff url(../images/main_back.gif) repeat;
	color: #000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
td {
	color: #000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#wrapper {
	width: 760px;
	margin: 0 auto;
	background-color: #fff;
} 
#logoCell {
	background: #5354FF url(../images/top_table_back.gif) repeat-x;
}
#logoCell, #navCell, #contentCell, #shadowCell {
	vertical-align: top;
}
#shadowCell {
	background: #fff url(../images/left_content_back.gif) repeat-y;
}
#contentCell {
	width: 504px;
	background: #fff url(../images/top_content_back.gif) repeat-x;
	padding: 0 40px 0 25px;
}
#contentCell h1 {
	margin: 25px 0 0 0;
	padding: 22px 0 10px 85px;
	background: #fff url(../images/header_back.jpg) no-repeat;
	/* height: 56px; */
	color: #AC5CFF;
	font-size: 23px;
	font-style: italic;	
}
#contentCell p {
	margin: 1em 0;
}
#contentCell a:link, #contentCell a:visited {
	color: #5354FF;
}
#contentCell a:hover, #contentCell a:active {
	color: #AC5CFF;
}

#navCell {
	background-color: #52AAFF;
}
#footer {
	width: 760px;
	background-color: #676767;
	color: #fff;
	text-align: center;
	padding: 1em 0;
	font-size: 11px;
	line-height: 1.6em;
}
.floatRight {float: right;}
.floatRight2 {float: right; margin-right: 40px;}
.floatLeft {float: left; margin-right: 10px;}

/* Schedule Table styles */
table.scheduleTable {
	margin: 0 0 10px 0;
	border-right: 1px solid #5253ff;
	border-left: 1px solid #5253ff;
}

table.scheduleTable caption {
	font-weight: bold;
	background-color: #5253ff;
	color: #fff;
	padding: 2px 0;
}
table.scheduleTable th {
	background-color: #51a9ff;
	color: #fff;
	font-size: 11px;
}
table.scheduleTable td {
	vertical-align: top;
	font-size: 11px;
	background-color: #fec78f;
	border-bottom: 1px solid #333333;
}
table.scheduleTable td.day1 {
	width: 100px;
	font-weight: bold;
	padding: 2px;
}
table.scheduleTable td.day3, table.scheduleTable td.day4 {
	width: 60px;
	text-align: center;
}
#contentCell table.scheduleTable p {
	margin: 0 0 .5em 0; 
	padding: 0;
}
table.scheduleTable td.day1,
table.scheduleTable td.day2,
table.scheduleTable td.day3,
table.scheduleTable td.day4 {
	/*border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;*/
}

/* Contact Form Styles */
table#contactForm {
	padding: 2px;
}
#contactForm caption {
	border-bottom: 2px solid #5354FF;
	background-color: #52AAFF;
	padding: 2px 0;
	font-weight: bold;
	color: #fff;
}
#contactForm td.label {
	text-align: right;
	font-weight: bold;
}
#contactForm td.label2 {
	text-align: center;
	font-weight: bold;
}
#contactForm input, #contactForm textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #f6f8fd;
	border: 1px solid #52AAFF;
}
#contactForm td.formButton {
	text-align: center;
}
#contactForm td.formButton input {
	color: #000;
	background-color: #ffbf7f;
	border-top: 2px solid #ffd6a8;
	border-right: 2px solid #ffa751;
	border-bottom: 2px solid #ffa751;
	border-left: 2px solid #ffd6a8;
	font-weight: bold;
}
#rsaLogo {
	text-align: center;
}
#rsaLogo img {
	margin: 20p 0 0 0;
}
.center {text-align: center;}
.partyTable {
	border: 1px solid #333333;
	padding: 6px 0 6px 0;
	margin-bottom: 10px;
	background-color: #fec78f;
}
#bdayPartyTable td {
vertical-align: top;
}
.marquee {
	font-weight: bold;
	color:#AC5CFF;
}