﻿/* Embedded Fonts */

@font-face {
    font-family: Copperplate Gothic Bold;
    font-style:  normal;
    font-weight: normal;
    src: url(COPPERP1.eot);
  }
  
@font-face {
    font-family: Papyrus;
    font-style:  normal;
    font-weight: normal;
    src: url(PAPYRUS2.eot);
  }
  
@font-face {
    font-family: Harrington;
    font-style:  normal;
    font-weight: normal;
    src: url(HARRING.eot);
  }

/* CSS layout */
td {
	vertical-align: top;
	width: 50%;
}

#left_col {
	margin: 5px 0px 0px 0px;
	width: 202px;
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	color: #3D2565;
	font-weight: bold;
	text-align: center;
	padding-left: 7px;
	padding-top: 5px;
	float: left;
	display: inline;
}
#left_col h1 {
	font-size: xx-large;
	line-height: 12px;
}
#left_col a {
	border-style: none;
	border-color: #A9DAB7;
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #402369;
}
#left_col a:hover {
}

#left_col a:active {
	
}

#page_content {
	margin-left: 210px;
	position: relative;
	background-position: right bottom;
	font-family: Papyrus;
	font-size: small;
	font-weight: bold;
	color: #402369;
	background-image: url('Images/cmsback.gif');
	background-repeat: no-repeat;
	background-attachment: scroll;
	padding-left: 10px;
	padding-right: 10px;
}
#page_content img {
	width: 100%;
	overflow: auto;
	float: right;
}
#page_footer {
	font-family: "Copperplate Gothic Bold";
	font-size: small;
	bottom: 0px;
	position: static;
}
#page_content td {
	text-align: justify;
}
#page_content table {
	background-image: url('Images/bgroundGhost.gif');
	border-spacing: 10px;
}
#container {
	position: relative;
}
a {
	color: #402369;
	text-decoration: none;
}
a:hover {
	color: #3D2565;
	font-weight: bolder;
}
#left_col img {
	border: 0px none #808080;
}
body {
	background-image: url('Images/bground.jpg');
	background-repeat: repeat;
}
#left_col p {
	position: relative;
}

h1 {
	font-size: xx-large;
	text-align: center;
}
h2 {
	font-size: x-large;
	color: #165030;
	line-height: 30px;
	text-align: center;
}
h3 {
	font-family: Papyrus;
	font-size: large;
	font-weight: bold;
	color: #005825;
	text-align: center;
}
li {
	list-style-image: url('Images/bullet.gif');
	text-align: justify;
	display: list-item;
}
#kidsli {
	padding: 3px 10px 3px 5px;
	font-size: x-large;
	font-weight: bold;
	line-height: 28px;
}
#kidsP {
	font-size: large;
	font-weight: bold;
	text-align: justify;
	padding-right: 10px;
	padding-left: 10px;
}
.GreenText {
	color: #165030;
}

.coppGothSm {
	font-family: "Copperplate Gothic Bold";
	font-size: x-small;
}
.smalltext {
	font-size: small;
	bottom: 0px;
}
#left_col td {
	padding-top: 5px;
	padding-bottom: 5px;
}
