@charset "UTF-8";
body  {
	padding: 0;
	text-align: center;
	background-color: #185A14;
	margin-top: 15;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#copyright_text td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-position: left top;
	text-align: left;
	vertical-align: top;
	padding: 5px;
}
#copyright hr {
	color: #CBD8F9;
	padding: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	border: 1px solid #cbd8f9;
}
#copyright a {
	text-decoration: underline;
	color: #FFFFFF;
}
#container {
	width: 940px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-position: center;
} 
#header {
	background-color: #FFFFFF;
	padding-bottom: 0;
	vertical-align: middle;
	margin-bottom: 0px;
	height: 110px;
} 
#copyright {
	height: 50px;
	margin-top: 15px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: right;
	color: #9eda51;
	width: 900px;
}

#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 */
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 220px;
	background-color: #FFFFFF;
	text-align: left;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	margin-right: 10px;
	padding-top: 40px;
	margin-left: 30px;
}
#mainContent {
	margin-right: 0;
	margin-left: 270px;
	padding-right: 20px;
	padding-bottom: 50px;
	padding-left: 20px;
	padding-top: 50px;
	width: 600px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
} 
#story {
	width: 610px;
}
#mainContent h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #055803;
	margin-top: 0px;
}
#links a {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666666;
	text-decoration: none;
}
#footer {
	background-color: #9eda51;
	height: 110px;
	margin: 0px;
	vertical-align: middle;
	padding-top: 30;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	background-position: center;
} 
#footer-table-text {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #1e5325;
	padding-left: 15px;
	margin-top: 30px;
}
#footer-table {
}
#footer hr {
	color: #1e5325;
	border: 1px solid #1e5325;
}

#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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1e5325;
}
#footer-table {
	margin-top: 0px;
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #1e5325;
}

.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;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
#graphic {
	background-color: #FFFFFF;
	background-position: center top;
	text-align: center;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 0px;
	padding-left: 0px;
	height: 250px;
	margin: 0px;
}
#mainContent h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #003300;
	font-style: italic;
	font-weight: normal;
}
#mainContent p {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
	line-height: 18px;
}
#sidebar1 hr {
	color: #EFEFEF;
	margin-bottom: 15px;
	border: 1px solid #CCCCCC;
}
#mainContent h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #055803;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-weight: bold;
}
#redirect {
	color: #FFFFFF;
	margin-top: 50px;
}
#redirect a {
	color: #FFFFFF;
}
#mainContent h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-weight: bold;
}
#info {
	width: 575px;
	border: 1px solid #055803;
	margin: 0px;
	padding: 0px;
	background-color: #9eda51;
}
#info td {
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	border: 1px solid #055803;
	background-color: #D7F0B7;
}
#info th {
	background-color: #055803;
	color: #FFFFFF;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}
#story a {
	color: #055803;
	text-decoration: none;
}
#story a:hover {
	color: #9eda51;
}
#what-is h2 a {
	font-size: 16px;
	font-weight: normal;
	color: #003399;
	text-decoration: none;
}
.inline-image {
	margin-right: 10px;
}
#story img {
	background-position: left;
	text-align: left;
	margin-right: 10px;
	margin-bottom: 5px;
	vertical-align: top;
	float: left;
	border: 1px solid #003300;
}
#what-is {
	width: 920px;
	background-image: url(../images/what-is-background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 223px;
	margin-top: 20px;
}
#what-is h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #003399;
	margin-top: 0px;
	font-weight: normal;
}
#what-is a {
	color: #96b1f5;
	font-weight: bold;
}
#what-is a:hover {
	color: #2e4e9f;
	font-weight: bold;
}
#what-is h2 a:hover {
	font-size: 16px;
	font-weight: normal;
	color: #96b1f5;
	text-decoration: none;
}
#why-apply {
	width: 500px;
	background-repeat: no-repeat;
	background-position: center top;
	height: 150px;
	margin-left: 15px;
	vertical-align: top;
	border: 1px solid #e0e0e0;
	background-color: #fafaf9;
	margin-top: 10px;
}
#why-apply td {
	text-align: left;
	vertical-align: top;
	padding: 20px;
}
#why-apply h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #003399;
	margin-top: 0px;
	font-weight: normal;
}
#cohort {
	width: 390px;
	background-repeat: no-repeat;
	background-position: center top;
	height: 150px;
	vertical-align: top;
	border: 1px solid #e0e0e0;
	background-color: #fafaf9;
	margin-top: 10px;
	float: right;
	margin-right: 15px;
}
#cohort td {
	text-align: left;
	vertical-align: top;
	padding: 20px;
}
#cohort h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #003399;
	margin-top: 0px;
	font-weight: normal;
}
#cohort a {
	color: #96b1f5;
	font-weight: bold;
}
#cohort a:hover {
	color: #2e4e9f;
	font-weight: bold;
}
#homepage-footer {
	background-color: #FFFFFF;
	height: 32px;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0px;
	margin-bottom: 10px;
}
#links ul li a {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	list-style-type: square;
	font-weight: normal;
}
#links ul li {
	list-style-type: square;
	list-style-image: url(../images/bullet.gif);
	padding-bottom: 7px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
}
#links ul {
	list-style-type: square;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#links ul li a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #9eda51;
	text-decoration: none;
	list-style-type: square;
}
#story ul li a {

	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
	text-decoration: none;
	list-style-type: square;
	list-style-position: outside;
}
#story ul li {

	list-style-type: square;
	list-style-image: url(../images/bullet.gif);
	padding-bottom: 7px;
	list-style-position: outside;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
}
#story ul {
	list-style-type: square;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 50px;
}
.legal {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #333333;
}

#story ul li a:hover {


	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #9eda51;
	text-decoration: none;
	list-style-type: square;
	list-style-position: outside;
}
#copyright a:hover {

	text-decoration: underline;
	color: #FFFFFF;
}
#footer-table 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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1e5325;
}
#footer-table a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #1e5325;
}
#footer-table a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
#homepage-content {

	background-color: #FFFFFF;
	background-position: center top;
	text-align: center;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0px;
	height: 220px;
}
#homepage-text {
	margin: 0px;
	padding: 0px;
	width: 940px;
}
#homepage-whatis {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
	text-align: left;
	vertical-align: top;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	width: 450px;
}
#homepage-news {
	background-color: #CCECA6;
	width: 340px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
	text-align: left;
	vertical-align: top;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}
#homepage-whatis h2 {

	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #055803;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#homepage-news h2 {

	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #055803;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#homepage-text a {
	color: #055803;
	text-decoration: none;
}
#homepage-text a:hover {
	color: #FFFFFF;
}
#apply-now-link {
	font-size: 16px;
}
#sidebar1 h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFFFFF;
	margin-bottom: 5px;
	padding-bottom: 0px;
	font-style: italic;
	font-weight: normal;
}
#links {
	margin-top: 15px;
}
#press-highlight {
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003300;
	margin-bottom: 0px;
	margin-top: 10px;
}
#central-content {
	width: 100%;
	margin: 0px;
	height: 100%;
}
#central-content-sidebar {
	background-color: #287631;
	width: 220px;
	text-align: left;
	vertical-align: top;
	padding-top: 30px;
	padding-left: 30px;
	margin: 0px;
	padding-bottom: 30px;
}
#central-content-main {
	background-color: #FFFFFF;
	width: 600px;
	text-align: left;
	vertical-align: top;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 40px;
	margin: 0px;
}
#central-content p {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
	line-height: 18px;
}
#central-content h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #003300;
	font-style: italic;
	font-weight: normal;
}
#central-content h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #055803;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-weight: bold;
}
#central-content h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #055803;
	margin-top: 0px;
}
#central-content h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-weight: bold;
}
#central-content-sidebar h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFFFFF;
	margin-bottom: 5px;
	padding-bottom: 0px;
	font-style: italic;
	font-weight: normal;
}
.sidebar-photo {
	border: 1px solid #055803;
}

