@charset "UTF-8";

*/RESET*/
html, body, div, span, applet, object, iframe,
h1,  h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
line-height:1.1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
	:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* text ---------------------------------------*/
* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
p, li {
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	color: #000;
	clear: none;
	margin: 0px 0px 6px 0px;
	padding: 0px;
	line-height:1.4;
/*p tag adds a line drop after; span tag adds nothing */
}

li {
list-style:inside;
}

a:link {
	color: #003399;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
}
a:visited {
	color: #67328d;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
}
a:link:hover, a:visited:hover {
	color: #900;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
}
a:link:active, a:visited:active {
	color: #900;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
}

body {
	margin: 0;
	padding: 0;
	text-align: left;
	font: 11pt #000;
	font-style: none;
}
h1 {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}



/*CLASSES TEXT-------------------------------------------*/

.grey {
	color: #555;
}
.blue {
	color: #039;
}

.red {
	color: #900;
}
.violet {
	color: #67328d;
}
.white {
	color: #fff;
}
.center {
	text-align: center;
}

.Body8pt {
	font-size: 8px;
	text-decoration: none;
	text-align: left;
	margin-bottom: 0pt;
	font-weight: normal;
}
.Body10pt {
	font-size: 10px;
	text-decoration: none;
	text-align: left;
	margin-bottom: 0pt;
	font-weight: normal;
}
.Body11pt {
	font-size: 11px;
	text-decoration: none;
	text-align: left;
	margin-bottom: 0pt;
	font-weight: normal;
}

.Body10ptDrop {
	font-size: 10px;
	text-decoration: none;
	text-align: left;
	margin-bottom: 5pt;
	font-weight: normal;
}
.Body11ptGray {
	font-size: 11px;
	color: #555;
	text-decoration: none;
	text-align: left;
	font-weight: normal;
	line-height: 1.4;
}
.Body12pt {
	font-size: 12px;
	text-decoration: none;
	text-align: left;
	font-weight: normal;
	line-height: 1.4;
}
.Body12ptItal {
	font-size: 12px;
	font-style: italic;
	text-decoration: none;
	text-align: left;
	font-weight: normal;
	line-height: 1.4;
}
.Body12ptBlue {
	font-size: 12px;
	color: #039;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
	line-height: 1.4;
}

.Body14pt {
	font-size: 14px;
	text-decoration: none;
	text-align: left;
	margin-bottom: 0pt;
}
/*.BlueHeadline14pt*/
h3 {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #039;
	text-align: left;
	vertical-align: top;
	line-height: 1.4;
	margin:0 0 3px 0;
}
/*.BlueHeadline16pt*/
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #039;
	line-height: 1.3;
	margin:0 0 3px 0;

}
.BlueHeadline16ptCtr {
	font-size: 16px;
	font-weight: bold;
	color: #039;
	line-height: 1.4;
	text-align: center;
}
.RedHeadline16pt {
	font-size: 16px;
	font-weight: bold;
	color: #900;
	text-align: left;
	vertical-align: top;
	line-height: 1.4;
}

/* CLASSES ATTRIBUTES -----------*/

.leftFloat {
float: left;
}
.rightFloat {
float: right;
}

.floatrightdrop {
	float: right;
	margin: 2px 0px 10px 20px;
	clear: left;
}


/* ROUNDED CORNERS */

.c, #textblockleft .waltzballbox, #testimonials {
border-radius:1em; 
-moz-border-radius: 1em; 
-webkit-border-radius: 1em;
}

.lc {
border-top-left-radius:1em; 
-moz-border-radius-topleft: 1em; 
-webkit-border-top-left-radius: 1em;
border-bottom-left-radius:1em; 
-moz-border-radius-bottomleft: 1em; 
-webkit-border-bottom-left-radius: 1em;
}

.rc {
border-top-right-radius:1em; 
-moz-border-radius-topright: 1em; 
-webkit-border-top-right-radius: 1em;
border-bottom-right-radius:1em; 
-moz-border-radius-bottomright: 1em; 
-webkit-border-bottom-right-radius: 1em;
}

.tc {
border-top-left-radius:1em; 
-moz-border-radius-topleft: 1em; 
-webkit-border-top-left-radius: 1em;
border-top-right-radius:1em; 
-moz-border-radius-topright: 1em; 
-webkit-border-top-right-radius: 1em;
}

.bc {
border-bottom-left-radius:1em; 
-moz-border-radius-bottomleft: 1em; 
-webkit-border-bottom-left-radius: 1em;
border-bottom-right-radius:1em; 
-moz-border-radius-bottomright: 1em; 
-webkit-border-bottom-right-radius: 1em;
}

.tlc {
border-top-left-radius:1em; 
-moz-border-radius-topleft: 1em; 
-webkit-border-top-left-radius: 1em;
}

.trc {
border-top-right-radius:1em; 
-moz-border-radius-topright: 1em; 
-webkit-border-top-right-radius: 1em;
}

.blc {
border-bottom-left-radius:1em; 
-moz-border-radius-bottomleft: 1em; 
-webkit-border-bottom-left-radius: 1em;
}

.brc {
border-bottom-right-radius:1em; 
-moz-border-radius-bottomright: 1em; 
-webkit-border-bottom-right-radius: 1em;
}


/*NAVIGATION--------------------*/

#top {
height: 20px;
}
#header {
top: -20px;
width: 760px;
height: 145px;
margin: 0 auto;
padding: 0;
z-index: 1;
clear: none:
}
#bar {
position: relative;
top: -34px;
width: 760px;
height: 30px;
z-index: 2;
clear: none;
}
#navbar {
width: 860px;
height: 75px;
margin 0 auto;
}
#home {
height: 55;
width: 110;
border: 0;
position: relative;
left: -25px;
top: 0px;
float: left;
clear: none;
}
#classes {
height: 55;
width: 110;
border: 0;
position: relative;
left: -30px;
top: 15px;
float: left;
clear: none;
}
#events {
height: 55;
width: 110;
border: 0;
position: relative;
left: -35px;
top: 0px;
float: left;
clear: none;
}
#workshops {
height: 55;
width: 110;
border: 0;
position: relative;
left: -35px;
top: 15px;
float: left;
clear: none;
}
#reg {
height: 55;
width: 110;
border: 0;
position: relative;
left: -35px;
top: 0px;
float: left;
clear: none;
}
#instruct {
height: 55;
width: 110;
border: 0;
position: relative;
left: -40px;
top: 20px;
float: left;
clear: none;
}
#musicrec {
height: 55;
width: 110;
border: 0;
position: relative;
left: -45px;
top: 0px;
float: left;
clear: none;
}
#links {
height: 55;
width: 110;
border: 0;
position: relative;
left: -25px;
top: -40px;
float: right;
clear: none;
}

/*Elements-------------------------*/

div {
margin:0;
padding: 0;
}

#column {
width: 800px;
margin: 0 auto;
}
#textblock {
position:relative;
left: 0;
top: -20;
width: 760px;
height: 200px;
margin: 0 auto;
padding: 0;
background-color:#fff;
}
#textblockleft {
left:20px;
width: 540px;
margin: 0;
padding: 0;
float: left;
clear: none;
background-color:#fff;
}
#textblockleft .waltzballbox {
	background-color: #fdecb2;
	clear: none;
	float: left;
	height: auto;
	width: auto;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
}	

#adblockright {
position:relative;
left:-10px;
float: right;
clear: none;
margin: 0 auto;
padding: 0;
width:160px;
}

#adblockright p {
	font-size: 12px;
	text-align: left;
	color: #000;
	clear: none;
	margin: 0px 0px 12px 0px;
	padding: 0px;
}
.dancingforjoybox {
	clear: both;
	float: left;
	width: 100%;
}
#testimonials {
	padding: 20px;
	float: left;
	width: 490px;
	border: thin solid #999;
	clear: right;
	margin: 20px 0 20px 0;
}
.rule {
margin: 15px 0 -5px 0;
}