@charset "UTF-8";
body,html {
	background-color: #9AFF01;
	height: 100%;
	width: 100%;
	background-image: url(images/bg_kids.jpg);
	background-repeat: repeat;
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
}
.bodywrapper {
	width: 800px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}
.background {
	background-image: url(interface.png);
	background-repeat: repeat;
	height: 100%;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.topbar {
	background-image: url(images/topbar.png);
	height: 100px;
	background-repeat: no-repeat;
	background-position: center;
}
.contentContainer {
	margin: 0px;
	width: 750px;
	background-color: #FFFFFF;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
}
.top {
}
.bottom {
	width: 760px;
}
.contenttop {
	background-image: url(images/content_top.png);
	height: 16px;
	width: 750px;
}
.contentBottom {
	background-image: url(images/content_bottom.png);
	height: 16px;
	width: 750px;
}
.button_bar {
	width: 780px;
	background-image: url(images/button_bar.png);
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: center;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	margin-top: 0px;
	text-align: center;
	padding: 10px;
}
.content {
	background-color: #990066;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.bottom {
}
p {
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 20px;
}
.imgBorder {
	border-left-width: 25px;
	border-left-style: solid;
	border-left-color: #990066;
	float: right;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #FFFFFF;
	margin: 0px;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
	margin: 0px;
}
a:link {
	color: #FF9900;
}
a:visited {
	color: #CCCCCC;
}
a:hover {
	color: #FF0000;
}
a:active {
	color: #FFFFFF;
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
.style3 {
	font-size: 14px;
	color: #FF9900;
	font-weight: bold;
}
.style4 {
	color: #FF9900;
	font-weight: bold;
}
