@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-repeat: no-repeat;
	background-position: 300px;
}
.twoColFixLtHdr #container {
	width: 750px;
	text-align: left;
	background-position: 75px;
	background-repeat: no-repeat;
	height: 1000px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	border-bottom-width: thin;
	border-bottom-style: solid;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 10;
	padding-left: 10px;
	margin-bottom: 0px;
	border-left-width: thin;
	border-left-style: solid;
	border-bottom-color: #000000;
	border-left-color: #000000;
} 
#sidebar backgroun {
	float: left;
}
.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	line-height: 0.75em;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
#logo {
	float: right;
	padding-top: -10px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 100px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #000000;
	height: 500px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1em;
	text-decoration: none;
}
.twoColFixLtHdr #mainContent {
	margin-top: 25px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 25px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.05em;
	color: #000000;
	text-decoration: none;
	text-indent: 0px;
} 
.twoColFixLtHdr #footer {
	padding: 0 0px 0 0px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000000;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #000000;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #0000FF;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.style1 {
	font-size: .75;
	font-family: "Times New Roman", Times, serif;
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	line-height: 1.05em;
	text-decoration: none;
}
.bluetext {
	font-size: 1em;
	color: 0000FF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
a.link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1em;
	text-decoration: none;
	color: #000000;
}
a.visitied {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .90em;
	line-height: 1em;
	color: #0000FF;
	text-decoration: line-through;
}
a.hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .90em;
	line-height: 1em;
	color: #0000FF;
	text-decoration: none;
}
.dancersgrouptext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 0.9em;
	text-decoration: none;
}
#dancersgrouplogo {
	width: 100px;
}
.a.link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1em;
	color: #000000;
	text-decoration: none;
}
