body{
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000;
	background-color:#000;
	line-height:1.5em;
}
form{
	margin:0px;
	padding:0px;
}
a:link{
	color:#000;
	text-decoration:underline;
}
a:visited{
	color:#000;
	text-decoration:underline;
}
a:hover{
	color:#900;
	text-decoration:none;
}
a:active{
	color:#000;
	text-decoration:underline;
}
.wrapper{
	width:920px;
	border:5px solid #fff;
	margin: 0 auto;
}
.clearer{
	clear:both;
}

ul.redPoint{
	list-style:url(images/redPoint.png);
}
li.redPoint{
	margin-top:10px;
}


/*  HEADER STYLE DEFINITIONS */
.header{
	float:left;
	width:920px;
	height:81px;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
}
.collageCont{
	float:left;
	width:920px;
	height:143px;
	background-image:url(images/header_bg.jpg);	
}
.barbaraName{
	float:left;	
	padding:45px 0 0 125px;
}
.barbaraPhoto{
	float:right;	
	padding:0 20px 0 105px;
}
.clearer{
	clear:both;
}
.poem{
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}
.poemAuthor{
	text-align:right;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#900;
	padding-right:30px;
}

.readMore{
	float:right;
	color:#940000;
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size:14px;
	font-weight:bold;
}
.readMore a:link{
	color:#940000;
	text-decoration:none;
}
.readMore a:visited{
	color:#940000;
	text-decoration:none;
}
.readMore a:hover{
	color:#940000;
	text-decoration:underline;
}
.readMore a:active{
	color:#940000;
	text-decoration:none;
}


/*  MAIN PART STYLE DEFINITIONS */
.menuCont{
	float:left;
	width:880px;
	padding: 0 20px 0 20px;
	height:36px;
	background:url(images/menu_bg.jpg) left top repeat-x;
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#DDC796;
}
.mainCont{
	float:left;
	width:880px;
	background:url(images/main_bg.jpg) left top repeat-x;
	background-color:#F2E4B9;
	padding: 0 20px;
}
.mainLeftCont{
	float:left;
	width: 650px;
	padding: 15px 0 0 0;
}
.mainLeftContInlineSpacer{
	width:300px;
	height:15px;
}
.mainLeftContInline{
	display:inline;
	text-align:left;
}
.spacer{
	line-height:1.5em;
}
.heading{
	font-size:16px;
	font-weight:bold;
	color:#940000;
	margin:0 0 5px 0;
}
.txt{
	
}
.floatLeft{
	float:left;
}
.floatRight{
	float:right;
}
.mainRightCont{
	float:left;
	width:230px;
}
.mainRightContInline{
	float:right;
	width:230px;
}
.barbaraPhoto2{
	width:230px;
	height:149px;
	background:url(images/barbara_2.jpg) left top no-repeat;
}
.rightBevel{
	margin-top:20px;
	padding:10px 5px 5px 25px;
	width:200px;
	height:350px;
	background:url(images/right_bevel.jpg) left top no-repeat;
}
.survey{
	width:223px;
	height:183px;
	padding: 10px 0 10px 0;
	background:url(images/survey_bg.png) left top no-repeat;
}

.surveyTop{
	width:220px;
	height:15px;
	background:url(images/survey_top_bg.png) left top no-repeat;
}
.surveyMain{
	margin-left:2px;
	width:180px;
	padding: 0 10px 0 20px;
	background:url(images/survey_body_bg.jpg) left top repeat-x;
	background-color:#AF0D08;
	color:#fff;
}
.surveyBottom{
	width:220px;
	height:36px;
	background:url(images/survey_bottom_bg.png) left top no-repeat;
}

.surveyBody{
	margin: 0 25px 5px 20px;
	color:#fff;
}
.buttonSubmit{
	width:82px;
	height:24px;
	text-align:center;
	padding-top:3px;
	background:url(images/survey_btn.png) left top no-repeat;
}
.surveyButton{
	margin-left:90px;
}

#tablist{
	padding: 5px 0 5px 0;
	margin-left: 0;
	margin-bottom: 0;
	margin-top: 3px;
}

#tablist li{
	list-style: none;
	display: inline;
	margin: 0;
}

#tablist li a{
	text-decoration: none;
	padding: 3px 5px;
	margin-right: 1px;	
	/* background: #fff; */
}

#tablist li a:link, #tablist li a:visited{
	color: #DDC796;
}

#tablist li a:hover{
	color: #000;
	background: #F1ECD9;
}

#tablist li a.current{
	background:url(images/tablist_menu_over.jpg) left top repeat-x;
	color:#000;
}
#tablist li.spacer{
	padding: 1px 1px;
}

/*  FOOTER STYLE DEFINITIONS */
.footer{
	margin: 0 auto;
	width:920px;
	background:url(images/footer_bg.jpg) left top repeat-x;
	height:25px;
	padding-top:7px;
	color:#DDC796;
	border-right:5px solid #fff;
	border-bottom:5px solid #fff;
	border-left:5px solid #fff;
}
.footerLeft{
	float:left;
	padding-left:10px;
}
.footerLeft a:link{
	text-decoration:underline;
	color:#DDC796;
}
.footerLeft a:visited{
	text-decoration:underline;
	color:#DDC796;
}
.footerLeft a:hover{
	text-decoration:none;
	color:#fff;
}
.footerLeft a:active{
	text-decoration:underline;
	color:#DDC796;
}

.footerRight{
	float:right;
	padding-right:10px;
}
.footerRight a:link{
	text-decoration:underline;
	color:#DDC796;
}
.footerRight a:visited{
	text-decoration:underline;
	color:#DDC796;
}
.footerRight a:hover{
	text-decoration:none;
	color:#fff;
}
.footerRight a:active{
	text-decoration:underline;
	color:#DDC796;
}


#feedbackForm {
	margin:5px;
	width:450px;
}
#feedbackForm div.r {
	clear: both;
	padding-top: 5px;
}
#feedbackForm label {
	float: left;
	width: 100px;
	text-align: right;
}
#feedbackForm span.f {
	float: right;
	width: 335px;
	text-align: left;
}
#feedbackForm input, #feedbackForm textarea {
	border:1px solid #ccc;
	padding:2px;
	font-family:Georgia, "Times New Roman", serif;
	font-size:11px;
	color:#666;
}
