/* CSS Document */
body {
background:url('./images/gradientMain.gif');
background-repeat:repeat-x;
background-color:#000000;
margin:0px;
font-family:segoe ui,verdana,arial;
font-size:13px;
line-height:135%;
}

h1 {
	font-size:22px;
	color:#ef4035;
	margin-top:0px;
	margin-bottom:0px;
	font-weight:bold;
}

h2 {
	font-size:16px;
	color:#ffffff;
	margin-top:0px;
	margin-bottom:0px;
	font-weight:bold;
}

h5 {
	font-size:18px;
	color:#97d5fb;
	margin-top:0px;
	margin-bottom:8px;
	font-weight:bold;
}

h6 {
	font-size:15px;
	color:#ef4035;
	margin-top:0px;
	margin-bottom:8px;
	font-weight:bold;
}

#footerContainer {
	border:solid 1px white;
	padding:10px;
	background-color:black;
	color:white;
	margin-top:8px;
}

#footerContainer a {
	color:white;
}

#mainContentContainer{
	margin:12px;
	background-color:black;
	padding:10px;
	color:white;
}

#newsList {
	list-style-type:none;
	margin:0px;padding:0px;
}

#newsList li {
	list-style-type:none;
	display:block;
	margin-left:4px;
	margin-bottom:12px;
}

#spotlight {
	background-color: #ef4035;
	height:27px;
	line-height:25px;
	color:white;
	padding:2px;
	padding-left:8px;
}

#subNav {
	background-color: #ef4035;
	height:27px;
	line-height:25px;
	color:white;
}
#subNav a {
	color:white;
	font-size:13px;
	font-family:arial;
}

.competitiveRightTitle {
	background-color:#571713;
	color:white;
	font-size:20px;
}

.competitiveTitle {
	/* [disabled]color:#0079c2; */
	font-weight:bold;
	font-size:16px;
}

.learnMore {
	color:#ef4035;
	font-weight:bold;
	font-size:10px;
}

.whiteBorder {
border:solid 1px white;
}
.footerContent {
	font-size:10px;
}
.mission {
	font-size:12px;
	padding:10px;
	margin-top:10px;
	margin-bottom:10px;
	font-weight:700;
	line-height:120%;
	
	}
.TestimonialTitle {
	color:#0079c2;
	font-weight:bold;
	font-size:13px;
}
.testimonial {
	font-size:13px;
	margin-top:5px;
	margin-bottom:5px;
	font-weight:100;
	line-height:180%;
	
	}
.TestimonialName {
	color:#ef4035;
	font-weight:bold;
	font-size:13px;
}
.contactemail {
	color:#97d5fb;
	font-weight:bold;
	font-size:11px;
}

