@charset "UTF-8";
/* CSS Document */

body {
	font:18px/1.3em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#004;
	background-color:#FFF;
}
#pageHeader {
	color:#004;
	margin:35px -20px;
	height:55px;
}
h1, h2 {
	color:#004;
}
#pageHeader a:link {
	text-decoration:none;
	color:#004;
}
#pageHeader a:hover {
	text-decoration:underline;
	color:#FF8F23;
}
#pageHeader a:visited {
	text-decoration:none;
	color:#004;
}
#logo {
	position:absolute;
	top:5px;
}
#pageHeader td {
	font-size:120%;
}
#pageFooter td {
	font-size:110%;
}
#main {
	background-color:transparent;
	width:900px;
	margin:0px auto;
	overflow:hidden;
	padding:10px;
	-webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 1px 6px rgba(23, 69, 88, .5);
	box-shadow:0px 1px 6px rgba(23, 69, 88, .5);
}
#new, #social, #left {
	background-color:#FFD479;
	float:left;
	-webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 1px 6px rgba(23, 69, 88, .5);
	box-shadow:0px 1px 6px rgba(23, 69, 88, .5);
}
#left, #programs, #register {
	width:400px;
	background-color:#FFD479;
	overflow:hidden;
	-webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 1px 6px rgba(23, 69, 88, .5);
	box-shadow:0px 1px 6px rgba(23, 69, 88, .5);
}
#new {
	width:700px;
	margin-left:40px;
}
#left {
	margin-left:40px;
}
#register {
	margin-bottom:20px;
}
#programs {
	margin-bottom:73px;
}
#social {
	width:100px;
	margin-left:20px;
}
#right {
	margin-left:20px;
	float:left;
}
#topWrapper {
	margin-top:0px;
	overflow:hidden;
	width:900px;
}
#topWrapper table th {
	background-color:#fff;
	color:#009;
	font-size:120%;
	padding:3px;
}
#topWrapper table td {
	font-size:90%;
	line-height:1.2em;
	padding:5px;
}
#bottomWrapper {
	margin:0 auto;
	overflow:hidden;
	width:900px;
	clear:both;
}
#bottomWrapper table th {
	background-color:#fff;
	color:#009;
	font-size:120%;
	padding:3px;
}
#bottomWrapper table td {
	font-size:100%;
	line-height:1.2em;
	padding:5px;
}
#bottomWrapper table img {
	width:50px;
	border:none;
}
#bottomWrapper #social table td {
	padding-top:12px;
}
#pageFooter{
	color:#004;
	margin:30px -20px;
}
#pageFooter a:link {
	text-decoration:none;
	color:#004;
}
#pageFooter a:hover {
	text-decoration:underline;
	color:#FF8F23;
}
#pageFooter a:visited {
	text-decoration:none;
	color:#004;
}
#about, #testimonials, #contact {
	color:#004;
	padding:10px;
}
p.comments {
	font-size:90%;
	font-style:italic;
	line-height:1.3em;
}
.signed {
	font-size:130%;
}
#line1, #line2, #slogan {
	float:left;
}
#line1, #line2 {
	margin-top:30px;
}
#line1 {
	margin-left:35px;
}
#slogan, #line2 {
	margin-left:30px;
}
	
