body {
	background: #9f9; 
	font-family: serif;
	line-height: 110%;
	text-align: center; /* this allows for centering */
}

hr {
	margin:10px 0px 20px 0px;
}

td {
	margin:15px 15px 15px 15px;
}

/* CSS Popup Menu */

ul#leftnav {
	position: relative;
	list-style-type: none; 
	text-indent: 0;
	display: block;
	line-height: 120%;
	margin:5px 608px 15px 10px;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
}

ul#leftnav li {
	position: relative;
	margin: 0;
	padding: 3px 3px 3px 3px;
	font-family: sans-serif;
}

li.topmenu {
	text-align: left;
	background: #cfc;
	border: solid #000000;
	border-width: 1px 0px 1px 1px;
}

ul#leftnav li:hover, ul#leftnav li.over {
	background: #6f6;
	color: #000;
}

ul#leftnav ul {
	display: none;
}

ul#leftnav li:hover ul {
	text-align: left;
	list-style-type: none;
	display: block;
	width: 150px;
	background: #6f6;
	color: #000;
	position: absolute;
	top: -2px;
	left: 180px;
	margin: 0px;
/*	padding: 3px 3px 3px 3px; */
	border: solid #000 1px;
	padding: 0px;
	font-size: 14px;
	z-index: 6;
}

li.sub {
	border: solid #000000 1px;
	padding:0px;
}

ul#leftnav li a {
	color: #000;
	text-decoration: none;
	border:none;
}

ul#leftnav li a.sub {
	color: #000;
}

ul#leftnav li a:hover {
	color: #fff;
}

/* End CSS Menu */

p {
	margin:5px 15px 5px 15px;
	font-size: 14px;
}

a {
     text-decoration:none;
}

a.bold:link {
     font-weight:bold;
}

a.bold:visited {
     font-weight:bold;
}

a.bold:hover {
     font-weight:bold;
}

a:link {
	color: #363;
	border-bottom:1px dotted #3f3;
}

a:visited {
	color: #363;
	border-bottom:1px dotted #3f3;
}

a:hover {
	color: #3f3;
	border-bottom:1px dotted #3f3;
}

a.body:link {
	color: #363;
	border-bottom:1px dotted #3f3;
}

a.body:visited {
	color: #363;
	border-bottom:1px dotted #3f3;
}

a.body:hover {
	color: #3f3;
	border-bottom:1px dotted #3f3;
}

a.disclaimer {
	color: #cfc;
	text-decoration: none;
	border:none;
}

img.block {
	display: block;
	margin: auto;
}

img.slideshow {
	display: block;
	position:relative;
	left:8px;
	margin: 10px 0px 10px 0px;
	width: 184px;
}

img.logo {
	float: left; 
	margin: 0px;
	display: block;
}

div.bio {
	height: 245px;
}

img.bio {
	float:right;
	display: block;
	margin: 0px 20px 20px 20px;
}

img.award {
	margin: 5px 10px 5px 10px;
}

div.hr {
	background:#930;
	height:2px;
	width:550px;
	margin:auto;
}

/* Main content area */

li.main {
	line-height: 120%;
	margin:5px;
	font-size: 14px;
	text-align: left;
}

li.list {
	line-height: 120%;
	margin:5px 20px 5px 30px;
	font-size: 14px;
	text-align: left;
}

p.list {
	line-height:110%;
	margin:5px 20px 5px 45px;
	font-size:14px;
	text-align:left;
}

p.practice {
	line-height:120%;
	margin:5px 10px 5px 30px;
	font-size:14px;
	text-align:left;
}

p.news_redbold {
	color: #600;
	font-size: 16px;
	font-weight: bold;
	margin-top:10px;
}

p.news_bold {
	font-size: 16px;
	font-weight: bold;
	margin-top:10px;
}

p.news_body {
	margin-top:10px;
}

table.events {
	margin-left:15px;
}

td.event_date {
	font-weight:bold;
}

td.event_title {
	padding-left:10px;
}

p.orange {
	color:#960;
}

p.left_address {
	text-align: center;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	font-family: sans-serif;
	margin: 15px 10px 15px 15px;
}

p.main {
	line-height: 120%;
	margin:10px 30px 10px 30px;
	font-size: 14px;
	text-align: justify;
}

p.main_head {
	line-height: 120%;
	margin:15px 30px 15px 20px;
	font-size: 20px;
	font-weight: bold;
}

p.main_subhead {
	line-height: 120%;
	margin:5px 30px 5px 20px;
	font-size: 16px;
	font-weight: bold;
}

p.main_indent {
	line-height: 120%;
	margin:0px 30px 0px 50px;
	font-size: 14px;
	text-align: justify;
}

div.wp_entry p {
	margin:10px 20px 10px 45px;
	font-size:14px;
	text-align: justify;
}

/* Disclaimer */

p.disclaimer {
	margin:10px 10px 10px 200px;
	font-family: sans-serif;
	font-size: 9px;
	line-height: 120%;
	text-align: center;
	color:#9f9;
}

/* Wordpress Styling */

div.wp_entry p {
	line-height: 120%;
	margin:8px 30px 8px 30px;
	font-size: 14px;
	text-align: justify;
}

div.wp_entry li {
	line-height: 120%;
	margin:0px 30px 0px 10px;
	padding:0px;
	font-size: 14px;
	text-align: justify;
}

div.wp_news_entry p {
	margin-top:10px;
}

div.attrib {
	float:left;
	width:100%;
}

p.attrib {
	margin:5px 10px 5px 30px;
	font-size: 10px;
	font-style: italic;
	color: #696;
}

/* Blog Embedding */

p.blog_header {
	font-family:serif;
	font-size:20px;
	text-align:center;
	letter-spacing:10px;
	word-spacing:24px;
}

div.blog_header_link {
	float:right;
	margin-top: 2px;
}

div.blog_header_link p {
	font-family:serif;
	font-size:12px;
	text-align:center;
}

div.blog_header_link p  a {
	border:none;
}

div.blog_header_link p  a:link {
	color: #696;
}

div.blog_header_link p a:visited {
	color: #696;
}

div.blog_header_link p  a:hover {
	color: #cfc;
}

div.blog_title {
	float:left;
	width:580px;
	background:#030;
	color:#fff;
	padding:1px;
	margin: 0px 0px 5px 10px;
}

p.title_bar {
	line-height: 120%;
	margin:5px 10px 5px 10px;
	font-size: 15px;
	font-weight: bold;
}

p.blog_attrib {
	margin:5px 10px 0px 45px;
	font-size: 10px;
	font-style: italic;
	color: #696;
}

div.blog_title a:link {
	color: #fff;
}

div.blog_title a:visited {
	color: #fff;
}

div.blog_title a:hover {
	color: #f90;
}

div.blog_story img {
	border:none;
}

p.blog_story {
	margin-bottom:15px;
}

/* Right Sidebar */

p.right {
	color: #ffffff;
	font-family: sans-serif;
	font-size: 12px;
	line-height: 120%;
}

p.right_indent {
	color: #ffffff;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 120%;
	margin-left: 25px;
	margin-bottom: 0px;
}

p.right_indent2 {
	color: #ffffff;
	font-family: sans-serif;
	font-size: 12px;
	line-height: 120%;
	margin-left: 35px;
	margin-top: 0px;
}

p.right_head {
	color: #ffff00;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 120%;
}

/* Top nav bar */

p.nav {
	margin:0px 0px 0px 0px;
	font-family: sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
}

a.nav {
	border:none;
}

a.nav:link {
	color: #ff0;
}

a.nav:visited {
	color: #ff0;
}

a.nav:hover {
	color: #ff9;
}

/* Dance Styles */

div.style_title {
	float:left;
	width:580px;
	background:#030;
	color:#fff;
	padding:1px;
	margin: 0px 0px 10px 10px;
}

/* Dance Description */

p.sidebar_head {
	text-align:center;
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
	margin:5px 0px 0px 0px;
}

p.sidebar_sub {
	font-size:13px;
	font-weight:bold;
	margin:5px 0px 0px 0px;
}

p.sidebar_body {
	font-size:13px;
	margin:0px 0px 0px 10px;
}

p.sidebar_body a {
	border:none;
}

div.dance_sidebar {
	float:right;
	width:200px;
	padding:5px;
	background:#cfc;
	margin-right:15px;
}

div.recordings {
	width: 365px;
	float:left;
	clear:left; 
}

table.members {
	width:560px;
	float:left;
	border-spacing:0px;
	border-collapse:collapse;
	margin: 0px 0px 10px 20px; 
}

table.members td {
	border-style: none none solid none;
	border-width: 1px;
	border-color: #9c9; 
	padding:3px;
	margin:0px;
	vertical-align:top;
	font-size:13px;
}

table.members th{
	padding:3px;
	margin:0px;
	font-size:13px;
	font-weight:bold;
	color:#cfc;
	background:#030;
}


table.steps {
	width:365px;
	float:left;
	border-spacing:0px;
	border-collapse:collapse;
	margin: 0px 0px 10px 10px;
}

table.steps td {
	border-style: none none solid none;
	border-width: 1px;
	border-color: #9c9; 
	padding:3px;
	margin:0px;
	vertical-align:top;
	font-size:13px;
}

td.count,th.count {
	text-align:center;
}

table.steps th{
	padding:3px;
	margin:0px;
	font-size:13px;
	font-weight:bold;
	color:#cfc;
	background:#030;
}

table.steps td.section {
	background:#cfc;
	font-style:italic;
}

table.class {
	width:550px;
	float:left;
	border-spacing:0px;
	border-collapse:collapse;
	margin: 0px 0px 10px 30px;
}

table.class th{
	padding:3px;
	margin:0px;
	font-size:11px;
	font-weight:bold;
	color:#cfc;
	background:#030;
	text-align:center;
	vertical-align:top;
}

table.class td {
	border-style: solid solid solid solid;
	border-width: 1px;
	border-color: #9c9; 
	padding:3px;
	margin:0px;
	vertical-align:top;
	font-size:11px;
}

div.note {
	float:left;
	clear:both;
	width:100%;
}

/* Group Listing */

div.group_title {
	float:left;
	width:580px;
	background:#030;
	color:#fff;
	padding:1px;
	margin: 0px 0px 0px 10px;
}

div.state_title {
	float:left;
	width:580px;
	background:#9c9;
	color:#030;
	padding:1px;
	margin: 0px 0px 5px 10px;
}

div.euro_info {
	float:left;
	width:300px;
}

div.east_info {
	float:right;
	width:300px;
}

div.other_teacher {
	float:left;
	width:500px;
}

div.musician {
	float:left;
	width:350px;
}

p.musician {
	margin:3px 0px 3px 30px;
	font-size:14px;
	text-align:left;
}

div.reg_label {
	float:left;
	clear:left;
	width:150px;
	margin-top:5px;
	text-align:right;
	font-size:14px;
}

div.reg_input {
	float:left;
	width:400px;
	margin-top:5px;
	font-size:14px;
}

p.req {
	font-weight:bold;
	color:red;
}
/* Member Roster */

img.member_icon {
	width:14px;
	margin-left:5px;
	padding-top:2px;
	border:none;
}

/* Positioning */
#main { /* this allows for centering */
	margin: 0 auto;
	width: 800px;
	text-align: left;
}

#header {
	float:left;
	width:800px;
	height:90px;
/*	background-image: url(img/yello006.jpg); */
	background:#000; 
	}

#mascot {
/*	width:200px; */
	position: relative;
	top: 5px;
	right: -35px;
	z-index: 5;
}

#leftbar {
	float: left;
	width: 800px;
	background:#060; 
	}

#leftinfo {
	float:left;
	width:190px;
	text-align: center;
}

#rightcontent {
	float: right;
	background: #ffffff;
	width: 605px;
	border-width: 6px;
    border-style: solid none none none;
    border-color: #060;
}

#sidebar {
	float: right;
	background: #ccf;
	width: 200px;
    border-width: 2px;
    border-style: solid;
    border-color: #060;
    margin: 0px 20px 20px 20px;
}

#footer {
	float:left;
	width:800px;
	height:40px;
/*	background-image: url(img/yello006.jpg); */
	background:#060; 
	}
	
#clear {
	height: 1px;
    clear:both;
    overflow: hidden;
  }
  
#clear_blk {
	height: 1px;
	width: 800px;
	background: #000000;
    clear:both;
    overflow: hidden;
  }
 
#prop {
	height: 500px;
    width: 1px;
    float: left;
  }