body{
	margin: 0px;
	padding: 0px;

}

.comments {
	font-family: "Comic Sans MS";
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}
.mainLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000099;

}
.menuLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000099;
	text-decoration:none;
}
.menuLinks:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #CC99CC;
}
.info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.3em;
}
.title1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.comicNormal {
	font-family: "Comic Sans MS";
	font-size: 14px;
}
.footNote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.footNote a {
	text-decoration: none;
}
.ComicTitle1 {
	font-family: "Comic Sans MS";
	font-size: 24px;
	font-weight: bold;
}
.subTitleArial {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.ch-text{
	text-decoration: none;
	font-color: #000000;
	font-family: "Times New Roman";
	font-weight: bold;
	color: #000000;
}
.ch-text a{
	text-decoration: none;
}

.ch-number{
	font-color: #990000;
	font-size: 32px;
	font-weight: bold;
	color: #990000;
}

/* Search Box stuff */

#banner{
	height: 146px;
	margin: 0px;
}
#search{
	color: #000033;
	vertical-align: bottom;

}

#search-box {
	clear: both;
	float: right;
	z-index: 10;
	top: 15px;
	position: absolute;
	right: 19px;
	width: 211px;
	height: 28px;
}
#search-text{
	border: 1px solid #270176;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #91CFFE;
	/*
	position: absolute;
	top: 0px;
	right: 101px; 
	*/
	width: 150px;
	height: 24px;
	background-color: #2F028A;
	padding-left: 10px;
}

#form1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #A23EC2;
}
#btnSearch{
	background-color: #340299;
	font-weight: bold;
	color: #A23EBC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #5104EE;
	border-right-color: #280277;
	border-bottom-color: #280277;
	border-left-color: #5104EE;
	height: 24px;
}
.subNote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #270178;
	text-decoration: none;
}
