BODY {
	background: url(../img/pattern.gif);
	text-align: center;
	font-size: 14px;
	font-family: Geneva, Arial, sans-serif;
	margin-top: 50px;
}

img, div { behavior: url(pngfix.htc); }

a {
	color: #2f2b4e;
}

a:hover {
	color: #6a1821;
}

#Wrap {
	margin: 0 auto;
	text-align: left;
	width: 800px;
}

#Logo {
	background: url(../img/logo.gif) no-repeat top left;
}

#Logo a {
	display: block;
	width: 488px;
	height: 103px;
}

#Info {
	padding: 38px 1em 0 0;
	float: right;
	font-size: 22px;
}

#Nav {
	width: 100%;
	background: #2f2b4e url(../img/navbg.gif) bottom center repeat-x;
	min-height: 59px;
	height: auto !important;
	height: 59px;
	display: block;
	text-align: center;
}

#Nav a, #Nav a:link {
	color: #ecf9ff;
	font-size: 1.14em;
	text-decoration: none;
	padding-bottom: 0.71em;
}

#Nav a:hover, #Nav a.active {
	color: #eae1b5;
	background: url(../img/arr.gif) bottom center no-repeat;
}

#Nav UL {
	list-style-type: none;
	text-align: center;
	padding: 28px 0 0 0;
	margin: 0;
}

#Nav LI {
	display: inline;
	margin: .6em
}

#Container {
	width: 100%;
	background: #ffffff;
	border-bottom: 3px solid #2f2b4e;
}

#Content {
	padding: 30px;
	padding-top: -2em;
}

#Curly {
	position: relative;
	display: block;
	width: 320px;
	height: 68px;
	background: url(../img/curly.png) top center no-repeat;
	margin: -26px auto 0 auto;
}

#Footer {
	clear: both;
	margin-bottom: 2em;
	text-align: center;
}

.push {
	clear: both;
	height: 2em;
}

/* Special */

#Audio {
	float: right;
	display: block;
	background: url(../img/joanbg.gif) top center no-repeat;
	width: 310px;
	height: 180px;
	margin-left: 20px;
}

#Audio div {
	position: relative;
	top: 125px;
	left: 19px;
}

#Audio2 {
	display: block;
	background: url(../img/joanbg2.gif) top center no-repeat;
	width: 441px;
	height: 150px;
}

#Audio2 div {
	position: relative;
	top: 95px;
	left: 25px;
}

/* Form Display */

form.cmxform fieldset li.submit {
	margin: 1.5em 0;
}

input#submit {
	font-size: 1.37em;
	font-weight: bold;
}

form.cmxform fieldset {
  margin-bottom: 10px;
  margin-top: 2em;
  border: 0;
  padding: 0;
  color: #000000;
}

form.cmxform legend {
  padding: 0;
  margin: 0;
  line-height: 2em;
  font-weight: bold;
  font-size: 1.37em;
  color: #000000;
}

form.cmxform label {
  display: inline-block;
  line-height: 2em;
  vertical-align: top;
}

form.cmxform fieldset ol {
  margin: 0 0 2em 0;
  padding: 0;
}

form.cmxform fieldset li {
  list-style: none;
  padding: 7px 1.5em;
  margin: 0;
  border-bottom: 1px solid #DEDEDE;
}

form.cmxform fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}

form.cmxform fieldset fieldset legend {
  font-weight: normal;
  font-size: 1em;
  padding: 0;
  margin: 0;
}

form.cmxform fieldset fieldset label {
  display: block;
  width: auto;
}

form.cmxform em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}

form.cmxform label {
  width: 15em; /* Width of labels */
}

form.cmxform fieldset fieldset label {
  margin-left: 15em; /* Width plus 3 (html space) */
}

.validation-advice {
	margin: 5px 0;
}

.validation-advice span {
	padding: 5px;
	background-color: #FF3300;
	color : #FFF;
	font-weight: bold;
	font-size: .80em;
}

.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}

/* Text display */

.hidden {
	position: absolute;
	left: 0px;
	top: -500px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

H1 {
	margin: 0;
	padding: 1.75em 0 0 0;
	color: #6a1821;
	font-weight: bold;
	font-size: 1.57em;
}

H1.title {
	padding: 0;
}

H2 {
	font-size: 1.37em;
	padding: 1.75em 0 0 0;
}

P {
	line-height: 1.71em;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
	padding: 0 10px 10px 0;
}

IMG {
	border: 0;
}

BLOCKQUOTE {
  background: transparent url(../img/quoleft.png) left top no-repeat;
  padding: .1em 0 0 0;
}

BLOCKQUOTE P {
  padding: 0 0 0 50px;
}

HR {
	background: #dfdfdf;
	color: #dfdfdf;
	height: 2px;
	border: 0;
	margin: 2em 0;
}