/* CSS Document */

#content div.paypal  {
	text-align:center;
}

#content div.home-page-copy  {
	width: 259px;
	float:left;
	height: 249px;
	background-image: url(../images/back-green.jpg);	
	background-repeat: repeat-x;
	background-position: left top;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #221B00;
	border-left-color: #221B00;
	padding: 10px;
}

#content div.schedule  {
	width: 129px;
	float:left;
	height: 249px;
	background-image: url(../images/back-lime.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #221B00;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #221B00;
	padding: 10px;	
}

div.schedule img{
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#content div.career-outlook  {
	width: 128px;
	float:left;
	height: 249px;
	background-image: url(../images/back-copper.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #221B00;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #221B00;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #221B00;
	padding: 10px;	
}


#content div.announcement  {
	width: 580px;
	float:right;
}
#content div.announcement p {
	text-align: left;
	line-height: 16px;
	color: #FFA500;
	padding: 10px;
}

#content div.home-page-copy p, #content div.career-outlook p, #content div.schedule p {
	text-align: left;
	line-height: 16px;
}
