@charset "UTF-8";
/* CSS Document */
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FF00AA;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
#container {
	width: 90%;
	background: #FFFFFF;
	margin: 0 auto;
	border-style:none;
	text-align: justify;
}

#container a:link {
	color:#FF00AA;
	text-decoration:none;
}

#container a:visited {
	color:#000;
	text-decoration:none;
}

#container a:hover {
	color:#999;
}

#content {
	padding: 2em 5em;
}

span.firstLetter {
	color:FF00AA;
	float:left;
	font-size:400%;
	font-family:serif;
	line-height:85%;
	margin: 0 0.2em 0 0;
}

#table_of_contents {
	float:left;
	clear:both;
	width:100%;
}

#table {
	float:left;
	margin: 0 2em 0 0;
}

#pb_bunny {
	float:right;
	clear:right;
	}
	
#content h1, h2 {
	text-align: left;
	font-family:serif;
}

#footer {
	background: #000;
	text-align: justify;
	vertical-align: baseline;
	background-color: #F0A;
	color: #FFF;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	overflow:hidden;
} 

#footer .Italics {
	font-style:italic;
}

#footer .SmallCaps {
	font-variant:small-caps;
}

#footer .FooterLeftFloat {
	float:left;
	margin:0em;
	text-align:left;
	font-size:0.8em;
	padding-left: 2em;
	padding-bottom: 2em;
	border-style:none;
	background-color:#F0A;
}

#footer .FooterRightFloat {
	float:right;
	margin:0em;
	text-align:right;
	font-size:0.8em;
	padding-right: 2em;
	padding-bottom: 2em;
	border-style:none;
	background-color:#F0A;
}

#footer a.FootLink:link {
	font-weight: 400;
	color: #FFF;
	text-decoration: none;
	outline:none;
}

#footer a.FootLink:visited {
	font-weight: 400;
	color: #CCC;
	text-decoration: none;
	outline:none;
}

#footer a.FootLink:hover {
	font-weight: 700;
	color: #000;
	text-decoration: none;
	outline:none;
}


