@charset "utf-8";
/* CSS Document */

body {
  background-color: #ffffff;
	color: #000000;
	margin: 0 auto;
}

#header {
  color: #400000;
  font-size: 3.2em;
	font-family: ChopinScript;
	padding-top: 15px;
	text-align: center;
}

#leftBar {
	color: #400000;
	font-size: 1.5em;
	font-style: italic;
	font-weight: bold;
}

#leftBar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#leftBar li {
	padding-bottom: 0.2em;
}

#leftBar a, #leftbar a:visited {
  color: #400000;
	text-decoration: none;
}

#leftBar a:hover {
  color: #d79b9d;
	cursor: pointer;
}

.center {
}

#mainContent fixedHeight {
  border: 0px;
	height: 240px;
  margin: 0px;
	padding: 0px;
}

.mainText {
  color: #400000;
	font-size: large;
}

.noBreaks {
  white-space: nowrap;
}

.center {
  text-align: center;
}

.title {
  color: #400000;
  font-size: 4em;
	font-family: "ChopinScript", "Times New Roman", Times, serif;
	text-align: center;
}

.contactUs {
  font-size: x-large;
	color: #400000;
}

.link, .link:hover, .link:visited, .link:active {
  color: #800080;
}

.floatRight {
  float: right;
	margin-right: 10px;
}

.faq {
  font-weight: bold;
	font-style: italic;
}