@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFF00;
	font-family: "Comic Sans MS", cursive;
	background-color: #FFFF00;
}
.style1 {
	color: #000000;
	font-size: 1em;
}

.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFF00; /* the auto margins (in conjunction with a width) center the page */
	text-align: center; /* this overrides the text-align: center on the body element. */
	padding: 15px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFF00;
}

.oneColFixCtrHdr #container #navigation {
	font-family: "Comic Sans MS", "Times New Roman";
}
.oneColFixCtrHdr #container #mainContent {
	font-family: "Comic Sans MS", "Times New Roman";
	font-size: 1em;
	color: #000000;
	background-color: #FFFF00;
	text-align: justify;
	text-decoration: none;
}
.blueText {
	font-family: "Comic Sans MS", "Times New Roman";
	font-size: 1.5em;
	color: #3D84CA;
	font-weight: normal;
	text-align: center;
}
.blueTextLeft {
	font-family: "Comic Sans MS", "Times New Roman";
	font-size: 1.3em;
	color: #3D84CA;
	float: left;
	padding-right: 1em;
}
.blueTextLarge {
	font-family: "Comic Sans MS", "Times New Roman";
	font-size: 2em;
	font-style: normal;
	font-weight: bolder;
	text-decoration: underline;
	padding: 5px;
	color: #3D84CA;
	text-align: center;
}
.blackTextLargeCenter {
	font-family: "Comic Sans MS", "Times New Roman";
	font-size: 1em;
	color: #000000;
	text-decoration: none;
}
.oneColFixCtrHdr #container #mainContent #centerText p {
	font-size: 1.3em;
	color: #3D84CA;
	text-decoration: none;
}
.redSmallText {
	font-family: "Comic Sans MS", "Times New Roman";
	font-size: .7em;
	color: #FF0000;
	text-decoration: none;
}
.oneColFixCtrHdr #container #mainContent #specials {
	font-size: 1.5em;
	color: #00FF00;
}
.oneColFixCtrHdr #container #header {
	background-color: #FFFF00;
}
.oneColFixCtrHdr #container #footer {
	font-family: "Comic Sans MS", "Times New Roman";
	font-size: 1em;
	color: #000000;
	text-decoration: none;
	background-color: #0086CE;
	background-repeat: repeat;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
.oneColFixCtrHdr #container #header h1 img {
	padding-top: 10px;
}




body,td,th {
	font-family: Comic Sans MS, Times New Roman;
	text-decoration: none;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #000000;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.style1 {
	color: #000000;
	font-size: 1em;
}
.blockParagraph {
	text-align: left;
	display: table-cell;
}
.blueTextLeftForLongParagraphs {
	font-family: "Comic Sans MS", "Times New Roman";
	font-size: 1.3em;
	color: #3D84CA;
	float: left;
	padding-right: 1em;
	padding-bottom: 2em;
}
.friendsPageLinkText {
	font-size: 1.3em;
}
.oneColFixCtrHdr #container table {
	background-color: #FFFF00;
	color: #FFFFFF;
}
.oneColFixCtrHdr #container #sidebar {
	width: 265px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #aaa;
	float: right;
	margin: 0;
	padding-top: 10;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.blink {
	font-family: "Comic Sans MS", sans-serif, "Times CE";
	font-size: 1.3em;
	color: #00ff00;
	text-decoration: blink;
}
.oneColFixCtrHdr #container #header #headerInfo {
	font-size: .9em;
	color: #FFFFFF;
	background-color: #0086CE;
}
