body {
	margin: 0;
	
	background: url('/images/backgrounds/bg_body.gif') repeat-x #6dcff6;
	
	text-align: center;
}

body, .body, td, select, input, textarea, h1, h2, h3, h4, h5, h6  {
	font-size: 12px; 
	font-family: Trebuchet MS,Arial,Verdana,Helvetica;
	color: #4b4c4c; /*#797b7a;*/
	line-height: 1.2em;
	text-decoration: none;
	font-weight: normal;
}

div, ul, li, table, td, form, img, p, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

img {
	display: block;
}

table {
	margin: 0 10px;
	padding-bottom: 1em;
}

p {
	padding-bottom: 1em;
}

a {
	color: #797b7a;
	text-decoration: underline;
}

a:hover {
	color: #c00;
}


hr {
	border: 0;
	color: #c00;
	background-color: #c00;
	height: 2px;
	margin: 2px 0 6px 0;
}

h1 {
	font-size: 26px;
	line-height: 1.2em;
	
	color: #f93;
	font-weight: normal;
	
	margin: 0 0 5px 0;
}

h2 {
	font-size: 26px;
	line-height: 1.2em;
	
	text-transform:lowercase;
	
	color: #797b7a;
	font-weight: normal;
	
	margin: 0 0 5px 0;
}

h3 {
	font-size: 16px;
	line-height: 1.2em;
	
	text-transform:lowercase;
	
	color: #f93;
	font-weight: normal;
	
	margin: 0 0 3px 0;
}

ul {
	padding: 2px 0 1em 24px;
	
	list-style-position: outside;
	list-style-type: disc;
}

li {
	padding: 0 0 2px 0;
}

.clear {
	clear:both;
	display:block;
	overflow:hidden;
	padding: 0;
	margin: 0;
	height: 0;
	width: 100%;
}


.floatLeft {
	position: relative;
	float: left;
	display:inline;
}
.floatRight {
	position: relative;
	float: right;
	display:inline;
}




#mainBody {
	position: relative;
	
	margin: 0 auto;
	width: 830px;
	
	background: url('/images/backgrounds/bg_content.png') repeat-y;
}


#mainContent {
	position: relative;
	
	text-align: left;
	
	margin: 0 25px;
}


#header {
	z-index: 100;
	position: relative;
	
	margin: 0;
	height: 255px;
	width: 780px;
	
	background: url('/images/misc/misc_dottedBar.gif') no-repeat bottom left;
}

#logoImage {
	position: absolute;
	
	left: 0; top: 0;
}

#headerImage {
	position: absolute;
	
	left: 0; top: 110px;
}



#mainNav {
	z-index: 100;
	
	position: absolute; 
	
	right: 0; top: 46px; 
	width: 496px;
}

#mainNav ul {
	padding: 0;
	margin: 0;
	
	list-style-type: none;
}

#mainNav ul li { 
	float: left;
	
	padding: 0;
	margin: 0;
	
	height: 64px;
	
	display: inline; 
}

#mainNav ul li a { 
	display: block;
	
	height: 12px;
	
	padding: 7px 0 9px 0; 
	margin: 0 0 0 1px;
	
	text-align: center;
	
	font-size: 12px;
	color: #fff;
	
	background: #c00; 
	
	text-decoration: none;
}

#mainNav ul li a#mNav_home { 
	width: 68px;
}
#mainNav ul li a#mNav_about-us { 
	width: 77px;
}
#mainNav ul li a#mNav_programs { 
	width: 80px;
}
#mainNav ul li a#mNav_curriculum { 
	width: 85px;
}
#mainNav ul li a#mNav_giving-back { 
	width: 92px;
}
#mainNav ul li a#mNav_parent-info { 
	width: 88px;
}



#subNavs {
	z-index: 10;
	position: absolute;
	
	right: 0; top: 110px;
	width: 496px;
}

#subNavs .subNav {
	position: absolute;
	
	top: -1px;
	
	padding: 6px auto;
	
	background: url('/images/backgrounds/bg_subNav.png') repeat;
	
	text-align: center;
}

#subNavs .subNav a { 
	display: block;
	padding: 5px 0 6px 0;
	
	font-size: 12px;
	line-height: 13px;
	
	color: #fff;
	
	text-decoration: none;
	
	border-top: 1px solid #fff;
}

#subNavs .subNav a:hover { 
	text-decoration: underline;
}




#footer {
	position: relative;
	
	margin-top: 50px;
	height: 38px;
	
	overflow: hidden;
	
	background: #c00 url('/images/misc/misc_dottedBar.gif') no-repeat top left;
	
	text-align: left;
	
	font-size: 12px;
	color: #fff;
}

#footer #footerEmail {
	position: absolute;
	
	top: 16px; left: 40px;
}

#footer #footerMenu {
	position: absolute;
	
	top: 16px; left: 273px;
}

#footer #footerEmail a, #footer #footerMenu a {
	color: #fff;
	text-decoration: none;
}

#footer #footerEmail a:hover, #footer #footerMenu a:hover {
	text-decoration: underline;
}

#footer #footerMenu a {
	padding: 0 12px;
}

#mainBottom {
	position: relative;
	
	margin: 0 auto 10px auto;
	width: 830px;
	height: 10px;
	
	background: url('/images/backgrounds/bg_bottom.png') no-repeat;
}




.contentBlock {
	position: relative;
	
	width: 780px;
	padding-top: 26px;
}


.leftBlock {
	float: left;
	
	width: 465px;
	margin: 0;
	padding-left: 40px;
}

.rightBlock {
	float: left;
	
	width: 245px;
	margin: 0;
	padding-left: 30px;
}



.blueBox {
	color: #fff;
	background-color: #00aef0;
	
	padding: 10px;
	margin-bottom: 10px;
}

.blueBox h3 {
	color: #fff;
}
