body 
{
	text-align: center; /* to correct the centering IE bug*/
	font-family:"Lucida Grande",Verdana;
	background-image:url(Pictures/background.jpg);
	background-repeat: repeat-x;
	z-index: 1;
	background-color:#cccccc;
}


#global 
{
	margin: 0 auto;
	text-align: left; /* to realign your text */
	width: 700px;
}


div.logo
{
	position:relative;
	margin-top: 2px;
	margin-left: 5px;
	background-repeat: no-repeat;
	width: 223px;
	height: 100px;
	text-decoration: none;
	z-index:1;
}

div.center {
	text-align:center;
}

div.header
{
	position:absolute;
	background-repeat: no-repeat;
	margin-top: -100px;
	width: 700px;
	height: 100px;
	background-image:url(Pictures/header.gif);
}

div.topboxes
{
	background-image:url(Pictures/TopBoxes.jpg);
	background-repeat: repeat-x;
	position:absolute;
	width: 477px;
	height: 10px;
	margin-left:223px;
	margin-top: -90px;
	z-index: 1;
}

div.topboxes2
{
	background-image:url(Pictures/TopBoxes.jpg);
	background-repeat: repeat-x;
	position:absolute;
	width: 477px;
	height: 10px;
	margin-left:223px;
	margin-top: -20px;
	z-index: 1;
}

div.openenrollment {
	position: absolute;
	font-size:16px;
	text-align:center;
	height: 20px;
	width:477px;
	z-index: 1;
	margin-left:223px;
	margin-top:-60px;
	color:3399ff;
}	

img {
	border:none;
}

div.menubar1
{
	background-image:url(Pictures/Menubar.jpg);
	width: 700px;
	position:relative;
	text-align: left;
	margin-top: 0px;
	height: 25px;
}

div.body1
{
	position:relative;
	background-image:url(Pictures/MainPage4.jpg);
	background-repeat: no-repeat;
	width: 700px;
	height: 400px;
	background-color: white;
	font-family:"Lucida Grande",Verdana;
	text-align: left;
}

div.bodybios
{
	position:relative;
	width: 700px;
	background-color: white;
	font-family:"Lucida Grande",Verdana;
	padding-bottom: 10px;
	text-align: left;
	z-index: 1;
}

div.innerbodybios
{
	margin-right: 10px;
	margin-left: 10px;
	font-family:"Lucida Grande",Verdana;
	text-align: left;
}

div.bodyright {
	position:relative;
	width:200px;
	height:400px;
	margin-left:500px;
	margin-top:-550px;
}

div.bodyphrase
{
	position:absolute;
	width: 200px;
	height: 250px;
	
}

div.footer1
{
	position:relative;
	background-image:url(Pictures/Footer1.gif);
	width: 700px;
	font-family:"Lucida Grande",Verdana;
	font-size: 14px;
	height:35px;
	color: white;
	text-align: center;
	margin-top:-12px;
	z-index: 1;
}

div.footer
{
	position:relative;
	text-align: center;
	font-weight: strong;
	width: 700px;
	height: 20px;
}

p
{
	font-size: 12px;
}


p.main, a.main {
	font-family:"Lucida Grande",Verdana;
	color: #336666;
	font-weight: strong;
	font-size: 24px;
}

h1 {
	margin-bottom: 0px;
	font-size:16px;
	color:3399ff;
}

h2 {
	font-size:14px;
}

h3 {
	font: normal 12px;
}

/* Footer Hover Features */

#footerlinks td {
	font-size: 10px;
	font-weight: bold;
	font-family:"Lucida Grande",Verdana;
}

#footerlinks td a {
	color: #336666;
	text-decoration: none;
	padding: 4;
}

#footerlinks td a:hover {
	color: #336666;
}


/* Menu Hover Features */

#menulinks td {
	font-size: 11px;
	font-family:"Lucida Grande",Verdana;
}

#menulinks td a {
	color: #336666;
	text-decoration: none;
	font-weight: bold;
	padding-left: 2px;
	padding-right: 2px;
	line-height: 16px;
}

#menulinks td a:hover {
	color: black;
}

#menulinks td a.active {
	color:black;
}


/* Dropdown Menus */

.anylinkcss{
	background-color: gray;
	position:absolute;
	visibility: hidden;
	border:1px solid black;
	border-bottom-width: 0;
	font-size: 10px;
	font-family:"Lucida Grande",Verdana;
	line-height: 18px;
	z-index: 100;
	text-decoration: none;
	width: 205px;
}

.anylinkcss a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	color:white;
	text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
	background-color:#336666;
	color: white;
}


/* Contact Form */

input.names {
	width: 200px;
	height: 20px;
	vertical-align: bottom;
	font-family:"Lucida Grande",Verdana;
	font-size: 10px;
	border: 1px solid gray;
	background-color:#ccc;
}

input.radio {
	font-family:"Lucida Grande",Verdana;
	font-size: 10px;
}

select.subject {
	width: 200px;
	height: 20px;
	vertical-align: bottom;
	font-family:"Lucida Grande",Verdana;
	font-size: 10px;
	border: 1px solid gray;
	background-color:#ccc;
}

textarea.description {
	width: 400px;
	height: 100px;
	vertical-align: bottom;
	font-family:"Lucida Grande",Verdana;
	font-size: 10px;
	border: 1px solid gray;
	background-color:#ccc;
}

input.button {
	width: 100px;
	height: 20px;
	vertical-align: center;
	font-family:"Lucida Grande",Verdana;
	font-size: 12px;
	font-weight:bold;
	background-color: #ccc;
	border: 2px solid gray;
}

p.form {
	text-align: left;
	font-size: 10px;
	font-family:"Lucida Grande",Verdana;
}

div.bodybottom
{
	position:relative;
	background-image:url(Pictures/BackgroundLight.jpg);
	width: 700px;
	height: 125px;
	background-color: gray;
	text-align: left;
}

div.bodybottomtext {
	position:relative;
	width: 700px;
	height: 30px;
	margin-top:-120px;
}

div.bodybottom1 {
	position:absolute;
	padding-top:10px;
	margin-left:0px;
	font-size:14px;
	font-family:"Lucida Grande",Verdana;
	font-weight:bold;
}

div.bodybottom2 {
	position:absolute;
	padding-top:10px;
	margin-left:240px;
	font-size:14px;
	font-family:"Lucida Grande",Verdana;
	font-weight:bold;
}

div.bodybottom3 {
	position:absolute;
	padding-top:10px;
	margin-left:480px;
	font-size:14px;
	font-family:"Lucida Grande",Verdana;
	font-weight:bold;
}

div.bodybottompictures {
	position:relative;
	width: 700px;
	height: 87px;
	margin-top:2px;
}

div.bodybottom4 {
	position:absolute;
	width: 220px;
	height: 87px;
	margin-left:0px;
	font-family:"Lucida Grande",Verdana;
}

div.bodybottom5 {
	position:absolute;
	width: 220px;
	height: 87px;
	margin-left:240px;
	font-family:"Lucida Grande",Verdana;
}

div.bodybottom6 {
	position:absolute;
	width: 220px;
	height: 87px;
	margin-left:480px;
	font-family:"Lucida Grande",Verdana;
}

p.mainbio
{
	font-size: 10px;
	font-family:"Lucida Grande",Verdana;
}

p.mainbio a
{
	font-size: 10px;
	font-family:"Lucida Grande",Verdana;
	color: #336666;
	text-decoration: none;
}	


/*Table Formatting for class schedules*/
table.schedule {
	font-size:10px;
	/*border-collapse: collapse;*/
	width: 680px;
}


tr.formatted td {
	border: 1px solid #CCC;
	text-align:center;
	vertical-align:text-top;
}

tr.weekday td {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	border-left: 1px solid black;
	background: #ccc;
	text-align:center;
	font-weight:bold;
	width: 136px;
}

td.jazz {
	background-color:white;
	font-size:10px;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

td.movement {
	background-color:#ffffff;
	font-size:10px;
}

td.salsa {
	background-color:#ffffff;
	font-size:10px;
}

td.ballet {
	background-color:#ffffff;
	font-size:10px;
}
td.strength {
	background-color:#ffffff;
	font-size:10px;
}
td.tap {
	background-color:#ffffff;
	font-size:10px;
}

td.hip {
	background-color:#ffffff;
	font-size:10px;
}
td.cardio {
	background-color:#ffffff;
	font-size:10px;
}
td.pilates {
	background-color:#ffffff;
	font-size:10px;
}

td.mommy {
	background-color:#ffffff;
	font-size:10px;
}

td.tap2 {
	background-color:#ffffff;
	font-size:10px;
}

td.tap3 {
	background-color:#ffffff;
	font-size:10px;
}

td.creative {
	background-color:#ffffff;
	font-size:10px;
}

td.modern {
	background-color:#ffffff;
	font-size:10px;
}

td.theater {
	background-color:#ffffff;
	font-size:10px;
}

td.open {
	background-color:#ffffff;
	font-size:10px;
}

a.pdf{
	color: #336666;
	text-decoration: none;
	font-weight:bold;
	font-size:12px;
}

p.pdf{
	text-align:right;
}

a.courses {
	text-decoration: none;
	font-size:10px;
	color: black;
}

table.scheduleprice {
	font-size:12px;
	width:250px;
	border-collapse: collapse;
}


tr.formattedprice td {
	border: 1px solid #CCC;
	text-align:left;
	width:125px;
	vertical-align:text-top;
}

ol {
	list-style-type: none;
	padding-left: 20px;
	margin-left: 0;
	font-weight: bold;
	font-size: 12px;
	color: #336666;
}

ul {
	list-style-type: none;
	padding-left: 40px;
	margin-left: 0;
	font-weight: bold;
	font-size: 12px;
	color: #336666;
}

ul.newslist {
        list-style-type: disc;
        color:black;
        font-weight:normal;
}