@charset "UTF-8";
/* CSS Document */
#header {
	background-color:#ffffff;
	border-bottom:solid;
	border-bottom-width:1px;
	border-bottom-color:#ff3300;
	position: relative;
	width:990px;
	height:137px;
	margin:auto;
	z-index:3;
}
#linetop {
	background-color:#9AA78A;
	position:relative;
	width:990px;
	height:4px;
	left:0px;
	z-index:-2;
}
#headline {
	background-color:#9AA78A;
	position: relative;
	border-bottom:solid;
	border-bottom-width:1px;
	border-bottom-color:#ff3300;
	width:990px;
	height:100%;
	margin:10px auto auto auto;
	z-index:2;
}
/* -----------links---------------*/

a:link {
	text-decoration:none;
	font-weight:bold;
	color:#0066CC;
}
a:visited {
	text-decoration:none;
	font-weight:bold;
	color:#006587;
}
a:hover {
	color:#ff3300;
}
/* ------bonus fonts---------*/
.color10px {
	color:#FF3300;
	font-size:10px;
}
.colorBold {
	color: #FF3300;
	font-weight: bold;
}
.programHead {
	font-size:25px;
	line-height:55px;
	padding-left:20px;
}
.programHead2 {
	font-size:35px;
	line-height:30px;
	padding-left:20px;
}
.programTitle {
	color:#333333;
	font-size:30px;
	padding-left:20px;
}
.programTitle2 {
	color:#333333;
	font-size:22px;
	padding-left:20px;
}
.programInfo {
	color:#333333;
	font-size:19px;
	padding-left:20px;
}
/* ------sub boxes with borders---------*/
.titleBase {
	padding:5px 0px 0px;
	border-top:solid;
	border-top-width:1px;
	border-top-color:#ff3300;
	width:100%;
}
.contentGray {
	background:#F7F7F7;
	border-top:solid;
	border-top-width:1px;
	border-top-color:#ff3300;
	width:100%;
}
.contentGrayBar {
	background:#F7F7F7;
	border-top:solid;
	border-top-width:1px;
	border-top-color:#999999;
	border-bottom:solid;
	border-bottom-width:1px;
	border-bottom-color:#ff3300;
	width:100%;
}
.contentGreen {
	background:#DCEEC5;
	border-top:solid;
	border-top-width:1px;
	border-top-color:#ff3300;
	width:100%;
	height:100%;
}
.contentColor {
	color:#FFFFFF;
	background:#ff3300;
	border-top:solid;
	border-top-width:1px;
	border-top-color:#ff3300;
	width:100%;
	height:100%;
}