body {
	background: #568F01 url(../images/bg.gif) no-repeat center top;
	background: #9ac2e7;
	margin: 20px 0 0 0;
}

/* Default font styles: */
h1, h2 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
	h1 {
		border-bottom: 1px solid #ccc;
		color: #003399;
		font-size: 18px;
		font-weight: normal;
		margin: 0 10px 10px 10px;
	}
	h2 {
		font-size: 17px;
		font-weight: bold;
	}

img {
	border: 0;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #333333;
	font-size: 18px;
	font-weight: normal;
	line-height: 25px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #333333;
	font-size: 11px;
	font-weight: normal;
	border-bottom: 1px solid #888888;
	line-height: 14px;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #333333;
	font-size: 14px;
	font-weight: normal;
	border-bottom: 1px solid #888888;
	line-height: 16px;
}

h6 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #003399;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
}

/* FireFox only: */
input:focus, textarea:focus {
	outline: 3px solid #f00;
}
li {
	font: 12px/20px Arial, Helvetica, sans-serif;
	color: #003399;
}
p {
	font: 12px/20px Arial, Helvetica, sans-serif;
	margin: 0 10px 10px 10px;
	text-align: justify;
}

#noJustify {
	font: 12px/20px Arial, Helvetica, sans-serif;
	margin: 0 10px 10px 10px;
	text-align: left;
}

.Resources {
	font: 11px Arial, Helvetica, sans-serif;
	margin: 0 10px 10px 10px;
	text-align: left;
	color: #000000;
}

blockquote {
	font: 12px/20px Arial, Helvetica, sans-serif;
	}
	
ul {
	list-style-type: disc;
	margin-bottom: 0;
	margin-top: 5px;
}
.positionTitle {
	font-size: 11px;
}
.subTitle {
	color: #c51230;
	font-weight: bold;
}
#breadCrumb {
	color: #666666;
	font: 10px/25px Tahoma, Arial, Helvetica, sans-serif;
	height: 25px;
	left: 0;
	position: relative;
	text-align: right;
	top: 0;
	width: 870px;
	background-color: #f2f6f5;
	padding-right: 10px;
}
	#breadCrumb a:link,
	#breadCrumb a:visited {
		text-decoration: none;
	}
	#breadCrumb a:hover {
		background: #c51230;
		color: #FFFFFF;
	}

#container, #copyright, #flashHolder, #footer, #header, #navigation, #stage {
	margin: auto;
	width: 880px;
}
#container {
	border: 1px solid #fff;
}
#copyright {
	color: #fff;
	font: 11px/30px Arial, Helvetica, sans-serif;
	height: 30px;
	text-align: center;
}
#flashHolder {
	height: 95px;
}
#footer {
	background: url(../images/bg_footer.jpg);
	color: #a0b8d4;
	font: 12px/45px Arial, Helvetica, sans-serif;
	height: 45px;
	text-align: center;
}
	#footer a:link,
	#footer a:visited {
		color: #666666;
		margin-left: 10px;
		margin-right: 10px;
		text-decoration: none;
	}
	#footer a:hover {
		background: #666666;
		color: #ffffff;
	}

#header {
	background: url(../images/bg_header.jpg) no-repeat;
	height: 100px;
}
	#searchContainer {
		left: -30px;
		position: relative;
		top: 40px;
	}
		.searchField {
			border: 1px solid #3677cc;
			height: 20px;
			margin: 0 10px 0 0;
			width: 170px;
		}

#leadershipPage {}
#leadershipPage img {
	border: 5px solid #ccc;
	float: right;
	margin: 0 10px 10px 10px;
}
#navigation {
	background: url(../images/bg_navigation.jpg) no-repeat;
	color: #ffffff;
	font: 13px/40px Arial, Helvetica, sans-serif;
	height: 40px;
	text-align: center;
}
	#navigation a:link,
	#navigation a:visited {
		border-left: 1px solid #fff;
		color: #ffffff;
		margin: 5px 0 0 0;
		padding: 0 15px 0 15px;
		text-decoration: none;
	}
	#navigation a:hover {
		background: #ffffff;
		color: #22619c !important;
	}
		/* Cancels border on leftmost and rightmost nav items: */
		.noBorderLeft {
			border-left: 0 !important;
		}
		.noBorderRight {
			border-right: 0 !important;
		}

#news {
	font-size: 11px;
}
#stage {
	background: #f2f6f5;
}
#subNavigation {}
	#subNavigation p {
		color: #fff;
		font: 12px/20px Arial, Helvetica, sans-serif;
		margin: 0 25px 0 25px;
	}
		#subNavigation p.subTitle {
			font-size: 120%;
		}
	#subNavigation li {
		color: #fff;
		font: 11px/20px Arial, Helvetica, sans-serif;
	}
	#subNavigation a:link,
	#subNavigation a:visited {
		border-bottom: 1px solid #519B22;
		color: #fff;
		display: block;
		font: 12px/20px Arial, Helvetica, sans-serif;
		height: 20px;
		margin-left: 25px;
		padding-left: 10px;
		text-decoration: none;
		width: 180px;
	}
	#subNavigation a:hover {
		background: #fff;
		color: #519B22;
	}
	.selected {
		background: #ffffff;
		color: #519B22 !important;
	}

#subNavigation2 {}
	#subNavigation2 p {
		color: #fff;
		font: 12px/20px Arial, Helvetica, sans-serif;
	}
		#subNavigation p.subTitle {
			font-size: 120%;
		}
	#subNavigation2 li {
		color: #fff;
		font: 11px/20px Arial, Helvetica, sans-serif;
	}
	#subNavigation2 a:link,
	#subNavigation2 a:visited {
		border-bottom: 1px solid #519B22;
		color: #fff;
		display: block;
		font: 12px/20px Arial, Helvetica, sans-serif;
		height: 20px;
		text-decoration: none;
		width: 180px;
	}
	#subNavigation2 a:hover {
		background: #fff;
		color: #519B22;
	}
	.selected {
		background: #ffffff;
		color: #22619c !important;
	}
	
#testimonials {
	background: url(../images/bg_testimonials.jpg) no-repeat;
	color: #000;
	height: 250px;
	padding: 30px 0 0 0;
}
a:link,
a:visited { color: #c51230; }
a:hover { 
	background: #c51230;
		color: #FFFFFF; 
	}
	
/* FireFox expansion fix: */
.columnFix:after {
    clear: both;
    content: ""; 
    display: block;
	height: 0;
    visibility: hidden;
}

/* Table Styles */


#searchHR {
	height: 5px;
}

#searchHR2 {
	height: 2px;
}

hr {
	color: #666666;
	height: 1px;
}

.line2 {
	color: #FFFFFF;
	height: 1px;
}
.boxes {
        font-size: 9px;
        font-family: Arial;
}

#subNavigation a#opportunities-button {
  background: transparent url('../images/opportunities.png') top center no-repeat;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  height: 85px;
  border: 0; 
}