/* Unforgettable Style Sheet */
/* This was programmed by Zachary Doherty and it is illegal to copy without his consent. */

/*---------------------------------*/
/* Begin General Partition Section */
/*---------------------------------*/

* {
	Margin: 0px;
	padding: 0px;
	font-family: Verdana;
	font-size: 10pt;
}

body {
	padding: 30px;
	align: center;
}

a img {
	text-decoration: none;
	border: 0px solid white;
}

a{
	text-decoration: none;
}

/*-------------------------------*/
/* End General Partition Section */
/*-------------------------------*/

/*---------------------------------*/
/* Begin Primary Container Section */
/*---------------------------------*/

#MainContainer {
	margin: 0px;
	padding: 0px;
	padding-top: 57px;
	border: 1px solid black;
	width: 740px;
}

#ToolBarContainer {
	margin-bottom: 0px;
	padding: 0px;
	border-right: 1px solid black;
	clear: left;
	height: 100%;
	width: 165px;
	text-align: right;
	font-size: 9pt;
	color: grey;
	margin-left: 0;
}

#ContentContainer {
	margin: 0px;
	padding: 0px;
	width: 573px;
	font-size: 24px;
	font-fmaily: Helvetica;
	float: right;
	padding-left: 8px;
}

#FootnoteContainer {
	text-align: center;
	color: grey;
	margin: 0px;
	border-top: 1px solid black;
	backgrond: white;
}

/*-------------------------------*/
/* End Primary Container Section */
/*-------------------------------*/

/*-----------------------------------*/
/* Begin Secondary Container Section */
/*-----------------------------------*/


#ToolBarButton {
	width: 140px;
	height: 17px;
	text-align: right;
	padding: 3px;
	background: white;
	color: black;
	margin-left: 13px;
	margin-right: 12px;
	clear: left;
	font-size: 10pt;
	font-family: Verdana;
	text-decoration: none;
	margin-right: 10px;
}

#ToolBarButton:hover {
	width: 140px;
	height: 17px;
	text-align: right;
	padding: 3px;
	background: black;
	color: white;
	margin-left: 13px;
	margin-right: 12px;
	clear: left;
	font-size: 10pt;
	font-family: Verdana;
	text-decoration: none;
	margin-right: 10px;
}

#ToolBarSpacer {
	width: 140px;
	height: 29px;
	clear: left;
}

#ToolBarButtonCurrent {
	width: 140px;
	height: 17px;
	text-align: right;
	padding: 3px;
	background: black;
	color: white;
	margin-left: 13px;
	margin-right: 12px;
	clear: left;
	font-size: 10pt;
	font-family: Verdana;
	text-decoration: none;
	margin-right: 10px;
}

#ContentContainerText {
	font-family: Helvetica;
	font-size: 9pt;
	color: dimgray;
	background: white;
	padding-left: 8px;
	padding-right: 10px;
	width: 480px;
	line-height: 14pt;
	margin: 0px;
	vertical-align: top;
}

/*---------------------------------*/
/* End Secondary Container Section */
/*---------------------------------*/

/*----------------------------------*/
/* Begin Tertiary Container Section */
/*----------------------------------*/

#FindingHopeButton {
	width: 140px;
	height: 17px;
	text-align: right;
	padding: 3px;
	background: white;
	color: black;
	margin-left: 13px;
	margin-right: 12px;
	clear: left;
	font-size: 9pt;
	font-family: Verdana;
	text-decoration: none;
}

#FindingHopeButton:hover {
	width: 140px;
	height: 17px;
	text-align: right;
	padding: 3px;
	background: white;
	color: black;
	margin-left: 13px;
	margin-right: 12px;
	clear: left;
	font-size: 9pt;
	font-family: Verdana;
	text-decoration: underline;
}

#FindingHopeCurrent {
	width: 140px;
	height: 17px;
	text-align: right;
	padding: 3px;
	background: white;
	color: black;
	margin-left: 13px;
	margin-right: 12px;
	clear: left;
	font-size: 9pt;
	font-family: Verdana;
	text-decoration: underline;
}

/*--------------------------------*/
/* End Tertiary Container Section */
/*--------------------------------*/

/*---------------------------------*/
/* Begin Blogger Container Section */
/*---------------------------------*/

#BlogTable {
	background: white;
	color: black;
	border-top: 1px solid black;
	width: 513px;
}

select {
	font-family: Arial;
	font-size: 9pt;
}

option {
	font-family: Arial;
	font-size: 9pt;
}