* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

img {
	border: none;
}

#parentBody {
	width: 1024px;
	margin: 0px auto 0px auto;
}

h1 {
	font-family: helvetica, arial black, arial;
	font-weight: bold;
	color: #ff0033;
	font-size: 33px;
	letter-spacing: -3px;
}

h2 {
	font-family: helvetica, arial black, arial;
	font-weight: bold;
	color: #6acf2b;
	font-size: 33px;
	letter-spacing: -3px;
}

h3 {
	font-family: helvetica, arial black, arial;
	font-weight: bold;
	color: #ffdc00;
	font-size: 33px;
	letter-spacing: -3px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: normal;
}

/*OLD INDEX LAYOUT
.introText {
	width: 644px;
	margin-bottom: 60px;
}*/


.introText {
	width: 310px;
	font-size: 12px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.introText a {
	color: #0099FF;
	font-weight: bold;
	text-decoration: none;
}

.introText a:hover {
	text-decoration: underline;
}

.introTextlinks {
	width: 700px;
	margin-right: 20px;
	margin-bottom: 60px;
}

.introTextlinks a {
	color: #F30031;
 	text-decoration: none;
}

.introTextlinks ul {
	list-style: none;
	text-align: justify;
	border-right: 1px #0f0 solid;
}

.introTextlinks li {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
	float: left;
	margin-right: 10px;
	width: 200px;
	border-right: 1px #F8BF00 solid;
	padding-right: 10px;
}

.introTextspeaking {
	margin-bottom: 60px;
}

.introTextspeaking a {
	color: #F30031;
 	text-decoration: none;
}

.introTextspeaking ul {
	list-style: none;
	text-align: justify;
}

.introTextspeaking li {
	font-size: 14px;
	font-weight: normal;
	float: left;
	margin-right: 30px;
	width: 200px;
}

.ultitle {
	color: #F30031;
 	text-decoration: none;
	margin-top: 10px;
	text-align: center;
}

.introTextspeaking .sub {
	list-style: disc;
}

.introTextspeaking .sub li {
	font-size: 11px;
	margin-bottom: 5px;
	font-weight: normal;
	float: left;
	display: block;
	height: 30px;
	text-align: center;
	border-bottom: 1px solid #EFEFEF;
}
.introTextspeaking .sub a {
	color: #333;
}

.introTextspeaking .sub a:hover {
	cursor: default;
	letter-spacing: 0.5px;
	display: block;
	height: 30px;
	color: #5F81B6;
	border: 1px dashed #5F81B6;
	background-color: #EFF6FF;
}

.introTextlinks .sub li {
	font-size: 11px;
	color: #0f0;
	font-weight: normal;
	color: #9F9F9F;
	float: left;
}

.aboutText {
	width: 710px;
	font-size: 12px;
	margin-bottom: 60px;
	margin-top: 10px;
}

#index {
	margin-left: 20px;
}

#links {
	margin-left: 0px;
}

#about {
	margin-left: 0px;
	margin-top:70px;
}

/*OLD INDEX LAYOUT
.leftSide {
	float: left;
	margin-right: 76px;
}*/

.leftSide {
	float: left;
	margin-right: 56px;
}

.leftSidelinks {
	float: left;
	
}

.leftSidethanks {
	float: left;
	width: 710px;
}

.leftSidenews {
	float: left;
	margin-left: 15px;
}

.leftSidewomargin {
	float: left;
	margin-right: 0px;
}

.leftSideabout {
	float: left;
	margin-right: 55px;
}

#rightSide {
	width: 211px;
	float: left;
	text-align: justify;
}

#rightSidescroll {
	width: 211px;
	float: left;
	text-align: justify;
	position: fixed;
	z-index:1000;
	margin-left: 700px;
}
#rightSidenf {
	width: 211px;
	float: left;
	text-align: justify;
}

.together {
	margin-bottom: 17px;
}

.quote {
	/*float: left;*/
	text-align: left;
	padding-right: 5px;
	width: 57px;
	height: 43px;
	float: left;
}

.quotetwo {
	width: 57px;
	height: 43px;
	float: right;
}

.righttext {
}

.whoby {
	color: #ff0033;
	padding-top: 20px;
}

.text {
}

#header {
	margin-top: 0px;
	margin-bottom: 52px;
}

.logo {
	margin-bottom: 10px;
}

.container {
	float: left;
	background-image: url(images/headerBck.gif);
	background-repeat: repeat-x;
	height: 42px;
	width: 940px;
	font-family: "Arial Rounded MT Bold", "Arial Black", Arial;
	font-size: 13px;
	color: #333333;
}

.container ul {
	list-style: none;
	margin-left: 70px;
}

.container li {
	float: left;
	height: 41px;
	padding: 1px 0px 0px 0px;
}

.container li a {
	display: block;
	text-decoration: none;
	color: #333333;
	padding-top: 5px;
	padding-left: 12px;
	padding-right: 11px;
	margin-right: 3px;
	height: 42px;
	background-repeat: no-repeat;
	cursor: pointer;
}

.menuEnd {
	float: left;
}

a.home {
	background-image: url(images/colorBars/green.gif);
	width: 62px;
}

a:hover.home {
	background-image: url(images/colorBars/greenH.gif);
	color: #333333;
}

a.about {
	background-image: url(images/colorBars/yellow.gif);
	width: 62px;
}

a:hover.about {
	background-image: url(images/colorBars/yellowH.gif);
	color: #333333;
}

a.news {
	background-image: url(images/colorBars/lblue.gif);
	width: 62px;
}

a:hover.news {
	background-image: url(images/colorBars/lblueH.gif);
	color: #333333;
}

a.contact {
	background-image: url(images/colorBars/dorange.gif);
	width: 94px;
}

a:hover.contact {
	background-image: url(images/colorBars/dorangeH.gif);
	color: #333333;
}

a.blog {
	background-image: url(images/colorBars/lyellow.gif);
	width: 62px;
}

a:hover.blog {
	background-image: url(images/colorBars/lyellowH.gif);
	color: #333333;
}


a.downl {
	background-image: url(images/colorBars/red.gif);
	width: 94px;
}

a:hover.downl {
	background-image: url(images/colorBars/redH.gif);
	color: #333333;
}

a.res {
	background-image: url(images/colorBars/purple.gif);
	width: 94px;
}

a:hover.res {
	background-image: url(images/colorBars/purpleH.gif);
	color: #333333;
}

.speak2 {
	padding-left: 5px;
}

a.speak {
	background-image: url(images/colorBars/bgreen.jpg);
	width: 94px;
}

a:hover.speak {
	background-image: url(images/colorBars/bgreenH.jpg);
	color: #333333;
}

a.test {
	background-image: url(images/colorBars/blue.gif);
	width: 94px;
}

a:hover.test {
	background-image: url(images/colorBars/blueH.gif);
	color: #333333;
}

.smaller {
	width: 62px;
	border-right: solid 1px #e3e3e3;
}

.end {
	width: 94px;
	border-width: 0px;
	border: none;
}

.larger {
	width: 94px;
	border-right: solid 1px #e3e3e3;
}

.newsScroll {
	margin-top: 0px;
	float: left;
}

#footerindex {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin-bottom: 100px;
	margin-left: 50px;
	
}
		
#footerindex a {
			outline: none;	
		}
		
div#wrap {
/*			width: 500px;
			margin: 50px auto;*/
}

#footerindex img {
	border: none;
	padding: 2px;	
	margin: 10px 5px 5px 0;
		}
		
.boxes {
	width: 151px;
	text-align: center;
	float: left;
	margin-right: 25px;
}

.downloadBody {
	background-image: url(images/thanks.jpg);
	background-repeat: no-repeat;
	width: 425px;
	height: 352px;
}

.boxDownload {
	margin: 169px 0px 0px 180px;
}

.contactme {
	color: #000000;
}

.kidsleft {
	float: left;
	margin-right: 20px;
}

.bgreen {
	color: #6acf2b;
	font-weight: bold;
}

.bblue {
	color: #00a7ff;
	font-weight: bold;
}

.bdorange {
	color: #F85E00;
	font-weight: bold;
}

.bpink {
	color: #F100F3;
	font-weight: bold;
}

.byellow {
	color: #F8BF00;
	font-weight: bold;
}

.bred {
	color: #ff0033;
	font-weight: bold;
}

.bdblue {
	color: #1C00F8;
	font-weight: bold;
}

.biobooks {
	margin-left: 55px;
	margin-top: 15px;
}

.downloadholder {
	float: left;
	width: 710px;
}

.boxone {
	width: 155px;
	float: left;
}

.downboxtext {
	padding-left: 18px;
	width: 120px;
	
}

.resboxtext {
	padding-left: 18px;
	width: 120px;
	height: 120px;
}

.downloadstitle {
	margin-left: 10px;
}

.footerbottom {
	background-image: url(images/footer/footerkids.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	width:100%;
	height: 109px;
	position:fixed;
	margin-top: 20px;
	left:0;
	bottom:0;
	z-index:1000;
}

.monialsholder {
	float: left;
	margin-right: 63px;
}

.testbox {

}

.testleft {
	float: left;
	height: 100px;
	margin-right: 10px;
}

.testcontent {
	border-left: 1px dashed #ff0033;
	width: 589px;
	float: left;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #cccccc;
	margin-bottom: 10px;
}

.whofrom {
	font-family: arial black, arial, serif;
	font-weight: bold;
	color: #ff6100;
	font-size: 11px;
	padding-top: 5px;
	line-height: 11px;
}

.newsstorybody {
	background-color: #e0ebfa;
	width: 425px;
	height: 352px;
}

.newsstorybody a {
color: #00A7FF;
font-weight: bold;
text-decoration: none;
}

.newsstorybody ul {
margin-left: 20px;
}

.newstext {
	padding: 10px;
	text-align: justify;
}

.newsbubble {
	float: left;
}
.heart {
	float: left;
	padding-right:10px;
}

.newsquote {
	font-weight: bold;
}

.downloadnews {
	padding-left: 10px;
	text-align: right;
}

.readArticle {
	padding-left: 10px;
	text-align: left;
		font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #8bc4f2;
}

.downloadnews p {
	float: left;
	padding-left: 210px;
	padding-top: 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #8bc4f2;
}

.thanksp {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #8bc4f2;
}

.bigBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #33333;
	margin-bottom: 10px;
}

.formname {
	margin-bottom: 5px;
}

.buttons {
	margin-left: 30px;
	margin-top: 5px;
}

.byme {

	font-weight: bold;
	font-size: 13px;
	margin-left: 400px;
}

.contactTemp {
	background-color: #ffe0cc;
	border: 1px solid #fd6200;
	color: #fd6200;
	width: 541px;
	margin-bottom: 50px;
	padding: 10px 10px 10px 10px;
}

.sig {
	margin-bottom: 10px;
	margin-top: 10px;
}

.contactTemp a {
	font-weight: bold;
	color: #fd6200;
}
.aus {
	text-align: center;
}

#calendar {
		width: 900px;
		margin-left: 30px;
	}

#page-wrap {
	width: 660px;
	background: white;
	padding: 20px 50px 20px 50px;
	margin: 20px auto;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}

#contact-area {
	width: 600px;
	margin-top: 25px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 471px;
	font-family: Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 1.4em;
}

.contact_message {
	background-color: #ffdcc7;
	border: 1px dashed #F85E00;
	color: #F85E00;
	font-size: 11px;
	width: 464px;
	margin-left: 115px;
	padding: 10px;
}

.leftSidethanks ul {
	list-style-position:inside;
	background-image: url(images/award.jpg);
	background-repeat: no-repeat;
	background-position: right;
	width: 671px;
	margin-top: 20px;
}

.leftSidethanks li {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	margin-bottom: 5px;
}

.awarded {
		font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
}

.awarded a {
	color: #F60;
}