﻿* {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}

body {
	background-color: #6699CC;
}

#menu {
	padding-right: 20px;
	color: #FFFFFF;
	font-family: Arial Narrow, Arial;
	font-size: 20px;
}

#headerCell {
	padding-bottom: 10px;
	height: 201px;
}

#content {
	width: 600px;
	padding: 10px 30px;
	background-image: url(../images/backgroundFrame.gif);
	background-repeat: repeat-y;
}

#content p {
	color: #FFFFFF;
	font-family: Verdana, Arial;
	font-size: 14px;
	margin-bottom: 10px;
}

#content ul {
	color: #FFFFFF;
	font-family: Verdana, Arial;
	font-size: 14px;
	margin-bottom: 10px;
	margin-left: 20px;
}

#content .nestedList {
	margin-bottom: 0;
}

#content h1 {
	border-bottom: 2px dotted #ff6600;
	font-family: Impact,Verdana, Arial;
	font-size: 20px;
	font-weight: normal;
	color: #FFFFFF;
	margin-bottom: 8px;
}


#content h2 {
	font-family: Impact,Verdana, Arial;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
	margin-bottom: 8px;
}

#content h3 {
	font-family: Impact, Verdana, Arial;
	font-size: 16px;
	font-weight: normal;
	color: #ffffff;
	margin-bottom: 8px;
	text-decoration: underline;
}

#content .testimonialItem {
	color: #FFFFFF;
	margin-bottom: 8px;
	padding-bottom: 5px;
	border-bottom: solid 1px #CCCCCC;
}

#content .testimonial {
	padding: 5px 0 0 30px;
	background-image: url(../images/leftQuote.png);
	background-repeat: no-repeat;
	font-style: italic;
	font-family: Arial;
	font-size: 14px;
}

#content .referenceName {
	font-family: Impact,Verdana, Arial;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
	padding-left: 90px;
}

#content .referenceContact {
	font-family: Impact,Verdana, Arial;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	padding-left: 103px;
}

#content a {
	color: #000080;
}

#content a:link, #content a:visited {
	color: #000080;
}

#content a:hover, #content a:active {
	color: #ff6600;
}

#menu a {
	font-family: Impact,Verdana, Arial;
	font-size: 20px;
	color: #FFFFFF;
}

#menu a:link, #menu a:visited {
	color: #ffffff;
	text-decoration: underline;
}

#menu a:hover, #a:active {
	color: #ff6600;
	text-decoration: underline;
}

#squareTop {
	padding: 0px;
	margin: 0px;
}

#btmNav {
	font-family: Arial Narrow, Arial;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	width: 660px;
}

#btmNav a {
	font-family: Arial Narrow, Arial;
	font-size: 14px;
	color: #FFFFFF;
}

#btmNav a:link, #btm a:visited {
	color: #ffffff;
	text-decoration: underline;
}

#btmNav a:hover, #btmNav a:active {
	color: #D6AD43;
	text-decoration: underline;
}

#copyRight {
	font-family: Arial Narrow, Arial;
	font-size: 11px;
	color: #ffffff;
	text-align: center;
	width: 660px;
}

#copyRight a {
	font-family: Arial Narrow, Arial;
	font-size: 11px;
	color: #FFFFFF;
}

#copyRight a:link, #copyRight a:visited {
	color: #ffffff;
	text-decoration: underline;
}

#copyRight a:hover, #copyRight a:active {
	color: #D6AD43;
	text-decoration: underline;
}

#menu #menuheader {
	border-bottom: 2px dotted #ffffff;
	font-family: Impact, Arial Narrow, Arial;
	font-size: 22px;
	color: #86E743;
}

#dancerHolder {
text-align:center;	
}

#page {
	width: 850px;
}

#bottom {
	width: 660px;
}

.imgRight {
	float: right;
	padding-bottom: 10px;
	padding-left: 15px;
}

#formContainer {
	width: 500px;
	color: #FFFFFF;
	font-family: Verdana, Arial;
	font-size: 12px;
}

#formContainer tr {
	padding: 0 4px 8px 0;
	vertical-align: top;
}

#content .info {
	font-size: 12px;
	color: #b22222;
	font-weight: bold;
	margin-bottom: 10px;
}

#wizContainer {
	padding: 10px 30px;
}

#content .row {
	clear: both;
	border-bottom: solid 1px #FFFFFF;
}

#content .bottomRow {
	clear: both;
	border-top: solid 1px #FFFFFF;
}

#content .left {
	float: left;
	width: 150px;
	padding: 5px 0;
	font-family: Verdana, Arial;
	color: #FFFFFF;
	font-size: 14px;
}

#content .right {
	float: left;
	width: 340px;
	padding: 5px 0 5px 5px;
}


