
/* UNIVERSAL */

a {
color: #87C71A;
text-decoration: none;
}

a:link {
	color: #87C71A;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #87C71A;
}

a:hover {
	text-decoration: underline;
	color: #87C71A;
}

a:active {
	text-decoration: none;
	color: #87C71A;
}

body {
background-color: #023C59;
margin: 0px;
}


/* BEGIN SCROLLER CSS */

#scroller {
	overflow: auto;
	position: relative;
	width: 255px;
	height: 230px;
	color: #707070;
	background-color: #FFFFFF;
	text-align: left;
	font-family: arial;
	font-size: 12px;
	line-height: 18px;
}

#scroller table {
	color: #707070;
	font-family: arial;
	font-size: 12px;
	line-height: 18px;
}

#scrollerinner {
padding-left: 0px;
padding-right: 10px;
padding-top: 0px;
padding-bottom: 0px;
}

/* END SCROLLER CSS */


/* BEGIN IMAGE NAVIGATION AREA */

#nav_images {
margin-top: 75px;
margin-bottom: 75px;
}

#nav_images #img_spacer {
margin-top: 3px;
margin-bottom: 3px;
}
/* END MAIN NAVIGATION AREA */



/* BEGIN MAIN NAVIGATION AREA */

#nav_main {
margin-top: 25px;
margin-bottom: 25px;
color: #ACACAC;
}

#nav_main a {
color: #ACACAC;
font-family: arial;
font-size: 11px;
font-weight: normal;
margin-left: 10px;
margin-right: 10px;
}

#nav_main a:hover {
color: #87C71A;
}

#nav_main a#current {
text-decoration: underline;
}

/* END MAIN NAVIGATION AREA */




#content_in {
margin-top: 40px;
margin-left: 70px;
margin-right: 30px;
}

/*
#content_in #header {
font-size: 17px;
line-height: 24px;
font-family: arial;
color: #023C59; 
}*/

.arrow_back {
margin-left: -30px;
}



.logo_spacer {
margin: 25px;
}


.heading {
color: #023C59;
}

.green_outline {
	border-color : #87C71A;
	border-style : solid;
	border-width : 5px;
	background-color: #FFFFFF;
	height: 480px;
	width: 720px;
}


.home_copy {
background-color: #023C59;
text-align: right;
padding: 35px;
font-size: 17px;
line-height: 24px;
font-family: arial;
color: #FFFFFF;
}


.read_more {
text-align: right;
font-size: 15px;
line-height: 20px;
font-family: arial;
color: #FFFFFF;
}




