@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 20px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(images/studs4.gif);
}

a {
	color:#000066;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color:#019A00
}
.fullPage #container {
	width: 887px;
	margin: 20px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	background-image: url(images/contentBKG.gif);
	background-repeat: repeat-y;
	background-position: 0px 40px;
	background-color: #FFFF44;
	border: solid 2px blue;
	padding: 0px;
} 
.fullPage #header {
	background: #ffffff;
	padding: 0;
	background-image: url(images/masthead.png);
	height: 130px;
	background-repeat: no-repeat;
	background-position: 15px 15px;
	text-align: right;
	padding-right: 4em;
	padding-top: 25px;
	color: #666666;
	font-size: 0.9em;
} 
.fullPage #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.fullPage #header1 {
	background: #ffffff;
	padding: 0;
	background-image: url(images/masthead1.png);
	height: 90px;
	background-repeat: no-repeat;
	background-position: 15px 50px;
	text-align: right;
	padding-right: 4em;
	padding-top: 25px;
	color: #666666;
	font-size: .9em;
} 

.fullPage #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 190px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 10px;
}
.fullPage #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 15px 0px;
	margin-bottom: 0px;
}
.fullPage #mainContent {
	margin: 0 10px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 5px 0px 10px 0px;
} 
.fullPage #footer {
	padding: 0 10px 0 20px;
	font-size: 0.7em;
	width: 780px;
	text-align: center;
	margin: 0 auto;
} 
.fullPage #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 0.8em;
	color: #999999;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	margin-right: 0px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	padding: 0;
	margin: 0;
}
.fullPage #container #core {
	margin: auto;
	width: 800px;
	background-color: #FFFFFF;
	border: 4px solid #d00;
}

.fullPage #container #core #headline {
	text-align: center;
	margin-bottom: 1em;
	padding-right: 1em;
	background-image: url(images/15years.gif);
	background-repeat: no-repeat;
	background-position: 1.7em 1.0em;
}
.fullPage #container #core #headline h2 {
	font-family: "Times New Roman", Times, serif;
	color: #cc0000;
	font-style: italic;
	font-size: 1.7em;
	text-align: center;
}
.fullPage #container #core #mainContent .welcome {
	padding: 0px;
	width: 570px;
	margin-bottom: 1em;
}
.fullPage #container #core #mainContent .welcome #welcomeText {
	width:566px;
	z-index:33;
	padding: 0;
	border-right: 1px solid #aaa;
	border-left: 1px solid #aaa;
	border-bottom: 0;
	margin: 0;
	background-image: url(images/green_wide.jpg);
	background-repeat: repeat-x;
	background-position: 0 -30px;
}
.fullPage #container #core #mainContent .welcome #welcomeText p{
	padding: 0px 15px 5px 15px;
	font-size: 0.85em;
	margin: 0;
	
}

h2 {
	font-size: 1.5em;
	color: #000066;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	letter-spacing: 0.05em;
	padding: 5px 15px 5px 15px;
	margin: 0;
}

.fullPage #container #core #mainContent .welcome .top {
	margin: 0px;
	padding: 0px;
}

.fullPage #container #core #mainContent .welcome .bottom {
	margin: 0px;
	padding: 0px;
}
h4 {
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	padding: 8px 5px 5px 5px;
}
.fullPage #container #core .contact {
	background-image: url(images/contactbkg.png);
	width: 177px;
	padding: 10px 5px 5px 5px;
	background-repeat: no-repeat;
	background-position: top center;
	font-size: 0.7em;
	text-align: center;
	height: 170px;
}

.fullPage #container #core .contact p{
	margin: 0;
	padding:0;
}

.grayBox {
	background-image: url(images/longGray.png);
	background-repeat: no-repeat;
	background-position: center 0px;
	width: 770px;
	height: 180px;
	margin: 0;
	padding: 10px;
	font-size: 83%;
}
.bus {
	position: relative;
	z-index: 33;
	top: -40px;
	float: left;
	margin-right: 20px;
	right: 0px;
	height: 85px;
}
.fullPage #container #core .blueBox {
	background-image: url(images/blueShortBody.gif);
	background-repeat: repeat-y;
	width: 185px;
	color: white;
	font-size: 0.8em;
	margin: 1.5em 6em 0 0;
}
.fullPage #container #core .blueBox p {
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 12px;
	font-size: 0.95em;
}
p {
	font-size: 1em;
	margin: 0;
	padding: 0;
}
.fullPage #footer a {
	font-weight: normal;
	color: #333366;
}
.fullPage #container #core #sidebar1 .yellow {
	font-size: 0.8em;
	margin-top: 10px;
	background-image: url(images/yellowBoxBody.gif);
	background-repeat: repeat-y;
	padding: 0;
}
.fullPage #container #core #sidebar1 .yellow h4 {
	color: #cc0000;
}
.fullPage #container #core #sidebar1 .yellow p {
	padding: 3px 10px;
	font-size: 90%;
}
.fullPage #container #core #header1 img {
	float: left;
	margin-top: -25px;
	margin-left: 50px;

}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 2em;
	font-style: italic;
	color: #CC0000;
	margin-top: 0em;
	padding-top: 0em;
}
.fullPage #container #core #mainContent li {
	font-size: 1em;
	list-style-type: none;
	list-style-image: url(images/check.gif);
	line-height: 1.2em;
}
.fullPage #container #core #mainContent .goal {
	font-size: 0.9em;
	padding: 0 4em 0 5em;
}

.fullPage #container #core #mainContent table {
	font-size:  0.8em;
	width: 370px;
}

.fullPage #container #core #mainContent th {
	padding: 20px 0px;
	background-image: url(images/apple.gif);
	background-repeat: no-repeat;
	background-position: 5px 20px;
	color: yellow;
	font-weight: bold;
	text-align: center;
	font-size: 1.1em;
	line-height: 1.2em;
	vertical-align: top;
}
.fullPage #container #core #mainContent td {
	border-bottom: 1px solid red;
	padding-top: 1em;
	padding-bottom: .5em;
}
.fullPage #container #core #mainContent .grayBox h3 {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #DD0000;
	font-size: 1.6em;
	margin: 10px 0 0 0;
}

.fullPage #container #core #mainContent .welcome .location{
	width:553px;
	z-index:33;
	padding: 0;
	border-right: 1px solid #aaa;
	border-left: 1px solid #aaa;
	border-bottom: 0;
	margin: 0;
	background-image: url(images/green-long.jpg);
	background-repeat: repeat-x;

	}
	
.fullPage #container #core #mainContent .welcome  .location .map {
	width: 400px;
	margin: 2em auto 2em auto;
	font-size: 0.8em;
	text-align: center;
}


.fullPage #container #core #mainContent .welcome .location p{
	padding: 0px 15px 5px 15px;
	font-size: 0.85em;
	margin: 0;
	
}


.fullPage #container #core #headline p {
	font-size: 90%;
	width: 270px;
	margin-left: 1em;
	text-align: left;
}
.fullPage #container #core #headline .coming {
	margin: 0;
	padding: 0;
	text-align: left;
	margin-left: 10px;
	width: 300px;
	background-image: url(images/yellowcimginmid.gif);
	background-repeat: repeat-y;
	margin-top: 10px;
}

.fullPage #container #core #mainContent #sidebar2 .blueBox a {
	color: #ccffcc;
}
.fullPage #container #core  .silver {
	background-image: url(images/sliver_middle.jpg);
	background-repeat: repeat-x;
	padding: 0;
	;
	font-size: 0.8em;
	margin: 0px auto 0 auto;
	width: 780px;
}
.fullPage #container #core  .silver2 {
	background-image: url(images/sliver_middle.jpg);
	background-repeat: repeat-x;
	padding: 0;
	;
	font-size: 0.8em;
	margin: 0px auto 0 auto;
	width: 780px;
}
.fullPage #container #core #mainContent .grayBox p {
	padding-right: 1.5em;
	padding-left: 1.5em;
	margin-bottom: 0px;
	padding-bottom: 2px;
	padding-top: 0px;
	margin-top: 0px;
}
.fullPage #container #core #mainContent .grayBox p .left{
	padding-right: 1.5em;
}
#help{
	position:relative;
	left:-50px;
	top: -170px;
	width:28em;
	height:1.6em;
	z-index:22;
	background-color: #FFFFFF;
	padding: 1em;
	border: 2px solid blue;
	font-size: 0.8em;
	visibility: hidden;
	
}

#care {
	position:relative;
	left:-20px;
	top: -58px;
	width:23em;
	height:1.6em;
	z-index:22;
	background-color: #FFFFFF;
	padding: 1em;
	border: 2px solid blue;
	font-size: 0.8em;
	visibility: hidden;
	
}
#footer a:hover {
	color: #DD0000;
}

