body {
	background-image: url(../images/bkgd.gif);
	margin: 0px;
	padding: 0px;
	background-color: #75B6FB;
	background-repeat: repeat-x;
}
.container {
	position: absolute;
	left: 47%;
	width: 770px;
	margin-left: -352px;
	z-index: 1;
	top: 7px;
}
.container .main {
	background-color: #FFFFFF;
	float: left;
	width: 768px;
	border: 1px solid #FFFFFF;
	position: relative;
}
.container .main .logo {
	background-image: url(../images/logoimage.jpg);
	float: left;
	height: 175px;
	width: 768px;
	position: relative;
	z-index: 1;
}
.container .main .logoKids {
	background-image: url(../images/logoimageKids.jpg);
	float: left;
	height: 175px;
	width: 768px;
	position: relative;
	z-index: 1;
}
.logolink {
	float: right;
	height: 95px;
	width: 360px;
	position: relative;
	cursor: pointer;
}

.menu {
	float: right;
	height: 24px;
	width: 538px;
	position: relative;
	top: 55px;
	background-color: #558100;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-left-color: #FFFFFF;
	text-align: center;
	z-index: 999;
}
.container .main .content {
	padding: 24px;
	float: left;
	width: 720px;
	position: relative;
	z-index: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #333333;
	letter-spacing: 1px;
}
.maincontent h1 {
	font-size: 12px;
	font-weight: bold;
	color: #558100;
}
.maincontent h2 {
	font-size: 11px;
	font-weight: bold;
	color: #131681;
}


.container .main .twocolumn {
	background-image: url(../images/twocolumn.gif);
	float: left;
	position: relative;
	width: 720px;
	z-index: 0;
}
.container .main .content .twocolumn .sidebar {
	float: left;
	width: 182px;
	position: relative;
}
.container .main .content .twocolumn .sidebar .login {
	background-color: #eff5e6;
	padding: 10px;
	border: 1px solid #b1c78a;
	width: 160px;
}
.login h1 {
	font-weight: bold;
	text-transform: uppercase;
	color: #ea8e06;
	margin-top: 0px;
	padding-top: 0px;
	font-size: 11px;
}

.container .main .content .twocolumn .maincontent {
	float: right;
	width: 490px;
	position: relative;
}
.imageRight {
	padding: 3px;
	float: right;
	border: 1px solid #D99222;
	margin-left: 10px;
}
.imageleft {
	padding: 3px;
	float: left;
	border: 1px solid #D99222;
	margin-right: 10px;
}
.imageCenter {
	padding: 3px;
	float: none;
	border: 1px solid #D99222;
}
form {
	margin: 0px;
	padding: 0px;
}
.input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	border: 1px solid #558100;
}
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #558100;
	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: #B1C600;
	border-right-color: #515900;
	border-bottom-color: #515900;
	border-left-color: #B1C600;
}
.content ul {
	list-style-type: none;
	margin-left: 5px;
	padding-left: 5px;
}
.content ul li {
	background-image: url(../images/bullet1.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-left: 10px;
	padding-bottom: 5px;
}
.content ul li li {
	background-image: url(../images/bullet2.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-left: 10px;
}
.content ol li {
	padding-bottom: 5px;
}
.content a {
	color: #558100;
	text-decoration: underline;
}
.content a:hover {
	color: #EA8E06;
	text-decoration: underline;
}
.dots {
	background-image: url(../images/dots2.gif);
	height: 1px;
	background-repeat: repeat-x;
	width: 100%;
	margin-top: 8px;
	margin-right: auto;
	margin-bottom: 8px;
	margin-left: auto;
}.align_center {
	text-align: center;
}
.disclaimer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #2481A8;
	letter-spacing: normal;
	float: left;
	width: 770px;
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
}
.disclaimer .right {
	float: right;
	width: 200px;
	position: relative;
	text-align: right;
}

.disclaimer .left {
	float: left;
	width: 500px;
	position: relative;
	text-align: left;
}
.disclaimer a {
	color: #FFFFFF;
	text-decoration: none;
}
.disclaimer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
