body
{ 
font-family: Arial,Helvetica, sans-serif;
margin: 0px;
background-color: #183c76;
}


h1 {font-size: 130%; color: #5a0052; font-weight: normal; margin-bottom: 0px; padding-bottom: 0px;}
h2 {font-size: 120%; color: #5a0052; font-weight: normal; margin-bottom: 0px; padding-bottom: 0px;}
h3 {font-size: 115%; color: #5a0052; font-weight: normal; margin-bottom: 0px; padding-bottom: 0px;}
p {font-size: 100%; color: black}
.x-large {font-size: 150%}
.large {font-size: 110%}
.small {font-size: 80%}
.bold {font-weight: bold}
.white {color: white}
.gray {color: gray}
.black {color: black}
.red {color: red}
.blue {color: navy}
.orange {color: orange}
.green {color: green}
.navy {color:  navy}


dt {font-size: 130%}
dt {font-weight: normal}
dt {color: #5a0052}
.burgundy {color: #5a0052}


#container {
	width: 90%;
	position:  absolute; left: 75px; top: 5px; 
	margin: 0px 0px 0px 0px;
	background-color: #ffffff;
	padding: 0px;
	display: block;
}


ul.disc {list-style-type: disc; font-family: Arial,Helvetica, sans-serif; font-weight: normal;}
ul.circle {list-style-type: circle; font-family: Arial,Helvetica, sans-serif; font-weight: normal;}
ul.square {list-style-type: square; font-family: Arial,Helvetica, sans-serif; font-weight: normal;}
ul.none {list-style-type: none; font-family: Arial,Helvetica, sans-serif; font-weight: normal;}



table.one {table-layout: fixed;}

table.three  {table-layout: fixed; font-size: 80%; font-weight: normal;}

table.info {
	border-width: 25px;
	border-spacing: 2px;
	border-style: solid solid solid solid;
	border-color: rgb(102, 153, 255) rgb(102, 153, 255) rgb(102, 153, 255) rgb(102, 153, 255);
	border-collapse: separate;
	background-color: white;
	border-bottom-width: thin
}

/*Border bottom width in info is thin because border color is the same as the footer color, delete if border color is changed*/

table.hours {
	border-width: 25px;
	border-spacing: 2px;
	border-style: solid solid solid solid;
	border-color: rgb(248, 196, 115) rgb(248, 196, 115) rgb(248, 196, 115) rgb(248, 196, 115);
	border-collapse: separate;
	background-color: white;
}

table.account {
	border-width: 25px;
	border-spacing: 2px;
	border-style: solid solid solid solid;
	border-color: rgb(198, 231, 222) rgb(198, 231, 222) rgb(198, 231, 222) rgb(198, 231, 222);
	border-collapse: separate;
	background-color: white;
}


table.readers {
	border-width: 25px;
	border-spacing: 2px;
	border-style: solid solid solid solid;
	border-color: rgb(255, 231, 198) rgb(255, 231, 198) rgb(255, 231, 198) rgb(255, 231, 198);
	border-collapse: separate;
	background-color: white;
}

table.kids {
	border-width: 25px;
	border-spacing: 2px;
	border-style: solid solid solid solid;
	border-color: rgb(247, 189, 222) rgb(247, 189, 222) rgb(247, 189, 222) rgb(247, 189, 222);
	border-collapse: separate;
	background-color: white;
}


table.summer {
	border-width: 25px;
	border-spacing: 2px;
	border-style: solid solid solid solid;
	border-color: #ffffc6;
	border-collapse: separate;
	background-color: #ffffc6;
}


table.syl {
	border-width: 25px;
	border-spacing: 2px;
	border-style: solid solid solid solid;
	border-color: #bdc6de;
	border-collapse: separate;
	background-color: white;

}

table.town {
	border-width: 25px;
	border-spacing: 2px;
	border-style: solid solid solid solid;
	border-color: rgb(255, 255, 198) rgb(255, 255, 198) rgb(255, 255, 198) rgb(255, 255, 198);	border-collapse: separate;
	background-color: white;
}

	
table.kids {
	border-width: 25px;
	border-spacing: 2px;
	border-style: solid solid solid solid;
	border-color: purple;
	border-collapse: separate;
	background-color: purple;
	}


a.one:link {text-decoration: none; color: #5a0052}
a.one:visited {text-decoration: none; color: red}
a.one:hover {text-decoration: underline}

a.two:link {text-decoration: underline; color: #5a0052}
a.two:visited {text-decoration: underline; color: #5a0052}
a.two:hover {text-decoration: underline}

a.three:link {text-decoration: none; color: #5a0052}
a.three:visited {text-decoration: none; color: #5a0052}
a.three:hover {text-decoration: underline}

a.four:link {text-decoration: underline}
a.four:hover {font-weight: normal; color: red; text-decoration: underline}

a.five:link {text-decoration: none; color: #000000}
a.five:visited {text-decoration: none}
a.five:hover {font-weight: normal; color: #000000; text-decoration: underline}



