@charset "utf-8";
a:link {
	color: #9F2450;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #7A1C3E;
}
a:hover {
	text-decoration: none;
	color: #8E944C;
}


a:active {
	text-decoration: none;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	margin-top: 0px;
	color: #7a1c3e;
	text-transform: uppercase;
	border-left: medium double #000000;
	border-bottom: thick solid #000000;
	border-top: medium double #000000;
	border-right: thick solid #000000;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #F7D7E1;
}
h5 {
	text-align: center;
	font-size: small;
}

blockquote {
	font-size: .9em;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#container  {
	width: 780px;
	margin: 20px auto 0;
	text-align: left;
	background-color: #FBECF1;
	background-image: url(images/sidebar_2.png);
	background-repeat: repeat-y;
	background-position: left;
} 
#header  {
	background-color: #000000;
	height: 150px;
} 
#header  h1  {
	position: relative;
	left: -9999px;
}
#sidebar  {
	float: left; 
	width: 175px; 
	padding: 10px;
}
#mainContent  {
	margin: 0 0 0 210px;
	padding-right: 15px;
} 

#mainContent p {
	text-indent: 1.5em;
	line-height: 1.3em;
	font-size: 0.9em;
	margin-top: 0px;
	text-align: justify;
	margin-bottom: 8px;
}
#mainContent ul {
	font-size: 0.9em;
	line-height: 1.5em;
}


#mainImage {
	text-align: center;
}
#mainContent label {
	font-size: 0.8em;
}


#footer  {
	background-color: #000000;
	font-size: 0.8em;
	text-align: center;
	color: #999999;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
} 
#footer ul {
	list-style-type: none;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 40px;
	border-top: medium solid #000000;
}
#footer li {
	display: inline;
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.question {
	font-weight: bold;
	color: #7a1c3e;
	font-size: 0.9em;
	line-height: 2em;
}
.answer {
	font-weight: bold;
	font-size: 0.9em;
}

