body {
	background-color: #000000;
	font-family: "Comic Sans MS", Arial;
	
scrollbar-face-color: #ff9900; scrollbar-shadow-color: ffff00; scrollbar-highlight-color: #ff9900; 			scrollbar-3dlight-color: ffff00; scrollbar-darkshadow-color: #ff9900; scrollbar-track-color: #ff9900; 	scrollbar-arrow-color: white
}
#pagecontainer{
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	background-image: url(images/yellow_bkgrnd.jpg);
	background-repeat: repeat-y;
	background-color: #FF9900;
	border: 1px solid #FFB500;
}

.content {
	padding: 10px;
}
.clearboth {
	clear: both;
}
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-align: center;
	color: #FFDF01;
	padding-top: 20px;
}
#footer a:link{
	color: #ffffff;
	text-decoration: underline;
}
#footer a:visited{
	color: #ffffff;
	text-decoration: underline;
}
#footer a:hover{
	color: #FF9900;
	text-decoration: none;
	color: #FF9900;
}
#footer a:active{
	color: #ffffff;
	text-decoration: underline;
}
#footerlinks{
	background-image: url(images/yellow_bkgrnd.jpg);
	background-repeat: repeat-y;
	background-color: #FF9900;
	color: #000000;
	text-align: center;
	font-size: x-small;
}
#footerlinks a:link{
	color: #000000;
	text-decoration:none;
}
#footerlinks a:visited{
	color: #000000;
	text-decoration:none;
}
#footerlinks a:hover{
	color: #666666;
	text-decoration:underline;
}
#footerlinks a:active{
	color: #000000;
	text-decoration:none;
}
#headertext {
	margin-top: 35px;
	margin-left: 230px;
	font-size: x-large;
	font-weight:bold;
}
.floatleft {
	float: left;
}
#header {
	padding: 10px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	height:125px;
}
h1 {
	font-family: "Kristen ITC", "Comic Sans MS", Arial;
	color: #000000;
	font-size: x-large;
	font-weight: bold;

}
h2 {
font-family: "Kristen ITC", "Comic Sans MS", Arial;
	color: #000000;
	font-size: large;
	font-weight: bold;
}
h4 {
	font-family: "Kristen ITC", "Comic Sans MS", Arial;
	color: #000000;
	background-color: #FF9900;
	padding-left: 5px;
}
.small {
	font-family: "Comic Sans MS", Arial;
	font-size: small;
	color: #000000;
}
.xsmall {
	font-family: "Comic Sans MS", Arial;
	font-size: small;
	color: #000000;
}
.bold {
	font-family: "Comic Sans MS", Arial;
	font-weight: bold;
	color: #000000;
}
.sidebar {
	font-family: "Kristen ITC", "Comic Sans MS", Arial;
	color: #FFFFFF;
}
.normalkristen {
	font-family: "Kristen ITC", "Comic Sans MS", Arial;
	color: #000000;
}
.normalboldkristen {
	font-family: "Kristen ITC", "Comic Sans MS", Arial;
	font-weight: bold;
	color: #000000;
	font-size: medium;

}
.normalboldkristenred {

	font-family: "Kristen ITC", "Comic Sans MS", Arial;
	font-weight: bold;
	color: #FF0000;
	font-size: medium;
}
.smallwhite {

	font-family: "Kristen ITC", "Comic Sans MS", Arial;
	font-size: small;
	color: #FFFFFF;
}
.arialitalic {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #000000;
}
.smarialitalic {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #000000;
	font-size: small;

}
.xsmarialitalic {

	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #000000;
	font-size: x-small;
}
.largeboldkristen {

	font-family: "Kristen ITC", "Comic Sans MS", Arial;
	color: #000000;
}
.xlargeboldkristen {
	font-family: "Kristen ITC", "Comic Sans MS", Arial;
	color: #000000;
	font-size: large;
	font-weight: bold;

}
a:link {
	font-family: "Comic Sans MS", Arial;
	color: #000000;
}
a:visited {
	font-family: "Comic Sans MS", Arial;
	color: #660000;
}
a:hover {
	font-family: "Comic Sans MS", Arial;
	color: #666666;
}
a:active {
	font-family: "Comic Sans MS", Arial;
	color: #999999;
}
#outsidefooter {
	font-size: x-small;
	color: #FFFFFF;
	text-align: center;
	padding-top: 15px;
}
#outsidefooter a:link{
	color: #ffffff;
	text-decoration: underline;
}
#outsidefooter a:visited{
	color: #ffffff;
	text-decoration: underline;
}
#outsidefooter a:hover{
	color: #FF9900;
	text-decoration: none;
	color: #FF9900;
}
#outsidefooter a:active{
	color: #ffffff;
	text-decoration: underline;
}
.rightinset{
	float: right;
	border: 1px solid #000000;
	width: 200px;
	padding-left: 3px;
	margin-left: 3px;
}
.nobullet {
	list-style-type: none;	
}