html {	
	min-height: 100%; margin-bottom: 1px;
	}
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	background-color: #A9945A;
	background-image: url(/images/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.6em;
}
a, a:link, a:visited {color: #3F6EB7;}
#outer_bound {
	background-image: url(/images/ui_seal.png);
	background-repeat: no-repeat;
	background-position: center top;
}
@font-face {
	font-family: rockwellcondensed; 
	src: url('/includes/fonts/rocc.ttf');
}
@font-face {
	font-family: rockwellcondensed; 
	font-weight: bold; 
	src: url('/includes/fonts/rocc.ttf');
}
.off-screen {
	position: absolute;
	left: -5000px;
	color: #000;
	background-color: #FFF;
}
#container {
	width: 962px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
} 
#header {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	position: relative;
	height: 122px;
} 
#header #cob_logo {
	display: block;
	position: absolute;
	top: 15px;
	left: 120px;
	border: none;
	background-color: transparent;
}
#header #ui_logo {
	display: block;
	position: absolute;
	top: 4px;
	border-bottom-style: none;
	border: none;
	background-color: transparent;
}

#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 */
}
#top_menu {
	text-align: right;
	margin-right: 0px;
	padding-right: 0px;
}
#top_menu li{
	position: relative;
	top: 10px;
	right: 15px;
	list-style-type: none;
	display: inline;
}
#top_menu li a:link, #top_menu li a:visited {
	color: #FFE784;
	text-decoration: none;
	padding-left: 0.8em;
	padding-top: 4px;
	padding-bottom: 10px;
	text-transform: uppercase;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
#top_menu li a:hover {
	color: #FFF;
}
#top_menu li #give {
	color: #000000;
	height: 15px;
	width: 70px;
	margin: 0px -10px 0px 10px; 
}
#top_menu li #give a:link, #top_menu li #give a:visited {
	color: #000000; 
	background-color: #deb408; 
	font-weight:bold;
	padding: 0px 5px 0px 5px; 
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px; 
	border-radius: 4px;
	text-align: center;
	letter-spacing: 1px;
	-moz-box-shadow: 2px 2px 2px #333;
	-webkit-box-shadow: 2px 2px 2px #333;
	box-shadow: 2px 2px 2px #333;
}
#top_menu li #give a:hover {
	color: #000000; 
	font-weight:bold; 
	background-color: #CC9900; 
}
#main_menu {
	background-color: #000000;
	position: absolute;
	top: 95px;
	left: 0px;
	width: 958px;
	text-align: center;
	background-image: url(/images/main_menu_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	margin-left: 1px;
	height: 27px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	z-index: 10;
}
#main_menu a:link, #main_menu a:visited {
	color: #E0E0E0;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	background-image: url(/images/black_divider.jpg);
	background-repeat: no-repeat;
	background-position: left;
	display: block;
	float: left;
	padding: 4px 31px 5px 31px;
	font-size: 11px;
}
#main_menu a:hover {
	color: #FFCC00;
}

#main_menu a.first:link,#main_menu a.first:visited  {
	background-image: none;
	margin-left: 0px;
}
#cse-search-box {
	position: absolute;
	top: 50px;
	right: 15px;
	color: #f1ebdb;
	font-size: 0.7em;
	height: 20px;
}
#cse-search-box input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: relative;
	right: 0px;
}
#cse-search-box #searchfield {
	background-image: none;
	background-color: #f1ebdb;
	border: 1px solid #947638;
	height: 18px;
	margin-top: 0px;
}
#cse-search-box #searchbutton {
	background-image: none;
	background-color: #82682C;
	border: 1px solid #7A622E;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 11px;
	padding-top: 2px;
	padding-bottom: 4px;
	height: 21px;
}
#cse-search-box button{
	width:30px;
	height:21px;
	border:none;
	text-indent:-8000px;
	overflow:hidden;
	background:url(/images/search_button.png) no-repeat 0 0;
	cursor:pointer;
	vertical-align:middle;
	position: relative;
	right: 0px;
	bottom: 3px;
}
#cse-search-box label {
	display: none;
	visibility: hidden;
}

#content_bound {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #8F7130;
	border-left-color: #8F7130;
	background-color: #FFFFFF;
}
#rotator{
	border: 1px solid #FFFFFF;
	height: 240px;
	background-color: #FFFFFF;
	background-image: url(/images/feature_blue_bg1.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	padding-left: 58px;
	position: relative;
	margin-top: 1px;
}
#rotator    div {
	background-image: url(/images/topshadow.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#rotator    div#nav, #rotator div.copy    {
	background-image: none;
}
#rotator #slides img {
	border: none;
}


#rotator #controls {
	z-index: 1000;
	position: absolute;
	top: 211px;
	left: 470px;
	/*display: none;*/
	background-color: transparent;
	margin: 0;
	padding: 6px;
	width: 50px;
	background-image: none;
}
#rotator #controls img {
	border: none;
}
.page-banner a:link, .page-banner a:visited{
	font-family: rockwellcondensed, "Rockwell Condensed", Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #FFFFFF;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
	margin: 0px;
	height: 45px;
	width: 940px;
	text-align: right;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}




#breadcrumbs {
	background-color: #A45C3E;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	color: #FFFFFF;
	font-weight: bold;
	background-image: url(/images/audience_bar_bg.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	/*height: 20px;*/
}
#breadcrumbs a:link, #breadcrumbs a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
#breadcrumbs a:hover {
	color: #000000;
}
img.image_header {
	display: block;
	background-color: transparent;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}




#leftbar {
	float: left; /* since this element is floated, a width must be given */
	width: 211px; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	background-image: url(/images/leftbar_bg.jpg);
	margin: 0px;
}

#leftbar ul#menu {
	list-style-type: none;
	padding-top: 3px;
	width: 100%;
	background-image: url(/images/leftbar_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding-bottom: 0px;
	background-color: #f3f3f3;
	margin: 0em;
}


/*
	Left Menu styling
*/

#leftbar ul#menu li a.menu_selected {
	font-weight: bold;
	background-color: #FFFFFF;
	color: #333333;
	border-bottom-style: none;
}

#leftbar ul#menu li ul li a.menu_selected {
	font-weight: bold;
	margin-bottom: 3px;
	color: #333333;
	background-color: transparent;
}
#leftbar ul#menu   li.menu_selected_holder {
	height: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8ECF7;
	display: block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E8ECF7;
}
#leftbar ul#menu li.menu_selected_holder ul {
	margin-bottom: 10px;
}



#leftbar ul#menu img.toggler {
	float: left;
	position: relative;
	margin-right: 0;
	margin-bottom: -20px;
	margin-left: 10px;
	background-color: transparent;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#leftbar ul#menu li {
	list-style: none;
	display: block;
	clear: both;
	line-height: 17px;
	margin: 0px;
	padding: 0px;
}

#leftbar ul#menu li ul {
	/*display: none;*/
	clear: both;
	padding-left: 0em;
	padding-left: 0em;
	padding-bottom: 0px;
	padding-top: 3px;
}

#leftbar ul#menu li ul li {
}

#leftbar ul#menu li a{
	display: block;
	/*float: left;*/
	font-weight: bold;
	color: #8F7130;
	text-decoration: none;
	padding-top: 0.5em;
	/*padding-right: 0.4em;*/
	padding-bottom: 0.5em;
	padding-left: 3em;
	/*width: 15.5em;*/
	margin: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E8ECF7;
	/*background-color: #f3f3f3;*/
}
#leftbar ul#menu li a.pdf_link {
	background-position: left;
	padding-left: 20px;
	margin-left: -3px;
}

#leftbar ul#menu li a.menu_selected {
	color: #A45C3E;
	background-color: #EAE6D7;
	/*width: 15.5em;*/
}
#leftbar ul#menu li a:hover {
	color: #A45C3E;
	background-color: #EAE6D7;
}
#leftbar ul#menu li ul li a{
	/*-- total width should be 298px --*/
display: block;
	/*width: 15.5em;*/
	color: #666666;
	font-weight: normal;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 3em;
	margin: 0px;
}
#leftbar ul#menu li ul li a:hover {
	text-decoration: none;
	background-color: #FFFFFF;
}
#leftbar #menu li.header {
	color: #FFFFFF;
	background-color: #B46848;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#leftbar ul#menu li.roadmapheader a, #leftbar ul#menu li.eeirheader a {
	display: block;
	width: 91%;
	color: #FFFFFF;
	background-color: #B46848;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#leftbar #leftcontent {
	margin-top: 30px;
	margin-left: 30px;
	padding-top: 5px;
}
#leftbar h2 {
	font-family: rockwellcondensed, "Rockwell Condensed", "Cochin", "Gill Sans", Arial, Helvetica, sans-serif;
	color: #A45C3E;
	font-size: 1.7em;
	font-weight: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


/*
	End Left menu styling
*/

/*#leftbar #left_menu li a:link, #leftbar #left_menu li a:visited, #leftbar #left_menu li a:active {
	color: #8F7130;
	text-decoration: none;
	font-weight: bold;
	display: block;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8ECF7;
	padding-top: 0.4em;
	padding-right: 0.4em;
	padding-bottom: 0.4em;
	padding-left: 2em;
	height: 20px;
}
#leftbar  .active {
	color: #255399;
}
#leftbar #left_menu li li a:link, #leftbar #left_menu li li a:visited {
	border-bottom: solid 1px #3F6EB7;
	margin-left: 1.5em;
	color: #3F6EB7;
	text-transform: none;
	font-weight: normal;
	margin-right: 1.5em;
	width: 14.4em;
}
#leftbar #left_menu a:hover, #leftbar #left_menu li li a:hover{
	background-color: #EAE6D7;
	color: #A45C3E;
}
#leftbar #left_menu a:active {
	font-weight: bold;
	color: #000000;
}
#leftbar #left_menu li ul {
	border-bottom: solid 1px #58A618;
	margin-bottom: 0em;
}
*/
.last, a:link.last, #leftbar #left_menu li li a:link.last, #leftbar #left_menu li li a:visited.last, #leftbar #left_menu .last, a.last {
	border: none;

}

 #rightbar {
	float: right; /* since this element is floated, a width must be given */
	width: 260px;
	padding-top: 26px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.shadow {
	background-image: url(/images/column-shadow-r.png);
	background-repeat: no-repeat;
	background-position: right 28px;
	margin-right: 10px;
}

#rightbar  img {
	padding: 2px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	float: left;
	margin-right: 10px;
}
#newsrelease  img {
	padding: 2px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin-right: 6px;
}

#rightbar .feature {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
	min-height: 75px;
	padding-right: 5px;
	margin-top: 1px;
	margin-bottom: 1px;
}
#rightbar  .flexfeature {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	margin-top: 1px;
	margin-bottom: 1px;
}
.roundbox {
	border: 1px solid #E0E0E0;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}
#rightbar  .i3 img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.right_block {
	background-color: #fdf0bb;
	color: #504321;
	padding-top: 1.5em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
	border: 1px solid #FCE794;
	margin-right: 7px;
}
.right_block p {
	padding-bottom: 1em;
}

.right_block h2 {
	font-family: "Cochin", Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-weight: normal;
}
#rightbar .bold {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E1E1E1;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E1E1E1;
}
#rightbar h1.bold {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	color: #A45C3E;
}
#rightbar .bold li {
	padding-top: 4px;
	padding-bottom: 4px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1E1E1;
	list-style-type: none;
	background-image: url(/images/box_transp_bg.png);
	background-repeat: repeat-x;
	background-position: top;
	margin-left: 0px;
	padding-left: 10px;
}
#rightbar .bold ul {
	margin: 0px;
	padding: 0px;
}

#rightbar .bold li li {
	font-weight: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: none;
	padding-left: 20px;
}

#rightbar .bold li a{
	background-image: none;
}

#rightbar  h1 {
	font-size: 1.7em;
	font-weight: normal;
	color: #A45C3E;
	padding-top: 5px;
	padding-bottom: 8px;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: rockwellcondensed, "Rockwell Condensed", "Cochin", "Gill Sans", Arial, Helvetica, sans-serif;
}




.feature p {
	margin-left: 87px;
}
.feature  h2, .flexfeature h2 {
	font-size: 1em;
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	line-height: 1.6em;
	padding: 0px;
}
.feature  h4, .flexfeature h4 { 	
	font-size: 1em;
	padding: 0px;
	margin: 0px;
}
.feature  a:link, .feature a:visited, #rightbar a:link,  #rightbar a:visited {
	color: #4e749e;
	text-decoration: none;
}
.feature a:hover, #rightbar a:hover {
	color: #a45c3e;
	text-decoration: underline;
}



.beige {
	background-image: url(/images/beige_grad_bg.jpg);
	background-repeat: repeat-y;
}
.blue {
	background-image: url(/images/blue_grad_bg.jpg);
	background-repeat: repeat-y;
}
.blue800 {
	background-image: url(/images/blue_grad_bg_800.jpg);
	background-repeat: repeat-y;
}
#rightbar   .last {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#rightbar li {
	background-image: url(/images/blue_bullet.gif);
	background-repeat: no-repeat;
	background-position: left 10px;
	list-style-type: none;
	padding-left: 15px;
	padding-bottom: 3px;
	padding-top: 3px;
	margin-left: 5px;
}
#rightside ul.yellowlist {
	margin-left:6px;
}
#rightside ul.yellowlist li {
	background-image: url(/images/yellowbullet.png);
	background-repeat: no-repeat;
	background-position: left 10px;
	list-style-type: none;
	padding-left: 15px;
	padding-bottom: 0;
	padding-top: 4px;
	margin-left: 5px;
}
#rightside ul.yellowlist a {
	color: #255399;
	text-decoration:none;
}
#rightside ul.yellowlist a:hover {
	text-decoration:underline;
}



 #mainContent {
	margin-top: 0;
	margin-right: 280px;
	margin-bottom: 0;
	margin-left: 230px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 25px;
	padding-left: 20px;
	min-height: 400px;
} 
p {
	margin-bottom: 1em;
}
h1   {
	font-family: rockwellcondensed, "Rockwell Condensed", "Cochin", "Gill Sans", Arial, Helvetica, sans-serif;
	color: #A45C3E;
	margin-bottom: 0.5em;
	font-weight: normal;
	font-size: 2.4em;
	padding-top: 0.5em;
	margin-top: 0.5em;
	padding-bottom: 0.3em;
	line-height: 1.3em;
}
h2 {
	font-family: rockwellcondensed, "Rockwell Condensed","Cochin", "Gill Sans", Arial, Helvetica, sans-serif;
	font-size: 2em;
	color: #a45c3e;
	font-weight: normal;
	line-height: 1.5em;
	margin-top: 0.5em;
	margin-right: 0px;
	margin-bottom: 0.5em;
	margin-left: 0px;
}
h2 span{
	font-size: 70%;
}
h2 .smallhead {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}
#mainContent h2 #sub{
	font-size: 80%;
}
#mainContent  h3  span {
	font-size: 70%;
}
h3{
	color: #8f7130;
	font-size: 1.5em;
	margin-bottom: 0.5em;
	font-family: "Cochin", Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin-top: 1em;
	line-height: normal;
}
h4 {
	color: #a45c3e;
	margin-bottom: 0.5em;
	padding-bottom: 0px;
	font-size: 1.1em;
	font-family: "Cochin", Georgia, "Times New Roman", Times, serif;
	margin-top: 1.7em;
}
h5 {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 5px;
}
ul {
	margin-top: 1em;
	margin-right: 1em;
	margin-bottom: 1em;
	margin-left: 1.5em;
}
ol {
	margin: 1em 3em
}
li {
	margin-bottom: 0.5em;
}
#mainContent img, #mainContent img.borders{
	background-color: #FFFFFF;
	padding: 4px;
	border: 1px solid #CCCCCC;
}
a img{
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
a:hover img ,{
	border-top-color: #a45c3e;
	border-right-color: #a45c3e;
	border-bottom-color: #a45c3e;
	border-left-color: #a45c3e;
	background-color: #fdf0bb;
}
#mainContent a img.give, #mainContent_low a img.give {
	border:none;
}
#mainContent a:hover img.give , #mainContent_low a:hover img.give {
	border: none;
	background-color: #ffffff;
}
#mainContent .caption {
font-size: 10px;
color: #B96A49;
font-weight: bold;
margin-top: 3px;
}
a:link, a:visited , #leftcontent a:link, #leftcontent a:visited{
	color: #3F6EB7;
}
a:hover {
	color: #A45C3E;
}
#mainContent blockquote {
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 3em;
}
#mainContent .leftindent {
margin-left: 48px;
}
#mainContent  ul.tight {
	margin-top: 0px;
	margin-bottom: 0px;
}
#mainContent ul.tight li, #mainContent_low  ul.tight li{
	margin-bottom: 0px;
}
#mainContent h5.tight, #mainContent_low  h5.tight{
	font-size: 11px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#mainContent_low  {
	clear: right;
	margin-right: 20px;
	margin-left: 230px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 25px;
	padding-left: 20px;
}
.text11px {
	font-size: 11px;
}
.parens {
	font-size: 11px;
	margin-top: -10px;
}
.small {
	font-size: 11px;
}
.smaller {
	font-size: 70%;
}
 #footer {
	background-color: #000000;
	background-image: url(/images/footer_bg.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-size: 0.9em;
	text-align: center;
	clear: both;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	height: 90px;
	margin: 0px;
} 
 #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 */
}
#footer a:link, #footer a:visited, #footer a:active {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFCC00;
	text-decoration: underline;
}
#footer #trademark {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	float: left;
	width: 150px;
	height: 100px;
	line-height: 12px;
	margin-top: 10px;
	margin-bottom: 5px;
}
#footer #trademark img {
	background-color: transparent;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.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;
}
.fltrt2 { /* 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;
	margin-right:65px;
	margin-bottom:10px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.center {
	text-align: center;
}

.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;
}
.todo {
	color: #990000;
	background-color: #FFCC00;
	font-weight: bold;
}
.melinda {
	color: #FFFFFF;
	background-color: #339900;
}
.norightcolumn #mainContent {
	margin-right: 4em;
	margin-left: 230px;
}
.noleftcolumn #mainContent {
	margin-left: 3em;
}
body.nosidebars #mainContent {
	margin-right: 3em;
	margin-left: 3em;
}
#impactzone {
	background-color: #FFFFFF;
	margin-top: 2em;
	color: #333;
	padding: 0px;
}
#impactzone h1 {
	padding-right: 15px;
	text-align: left;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 1px;
	border-top-color: #FFF;
}



#impactzone img {

}
#impactzone img.title {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	display: block;
	padding: 0px;
}
#impactzone #center {
	background-image: url(/images/impactzone_whiteinner.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0px;
	clear: both;
	padding: 0px;
}
#impactzone #impact_content {
	background-image: url(/images/impactzone_center.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 10px;
	padding-right: 22px;
	padding-bottom: 5px;
	padding-left: 5px;
	min-height: 112px;
}
#impactzone #impact_bottom img {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#impactzone p {
	text-align: left;
	margin-right: 5px;

}
#impactzone a:link, #impactzone a:visited {
	color: #8F7230;
	text-decoration: none;
}
#impactzone a:hover {
	color: #8F7230;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FC0;
}



.noborders, #mainContent img.noborders, #rightbar img.noborders {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
body.blue_left_bar #content_bound {
	background-image: url(/images/left_blue_bar.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
body.blue_left_bar #mainContent {
	padding-right: 5em;
	padding-left: 5em;
}
body.blue_right_bar #mainContent {
	margin: 0px;
	background-image: url(/images/iii__rightbar.png);
	background-repeat: no-repeat;
	background-position: right 50px;
	padding-right: 130px;
	padding-left: 100px;
	min-height: 700px;
}
#right_iiibar {
	background-image: url(/images/right_blue_bar.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	min-height: 700px;
}
.margin15px {
	margin-top: 15px;
	margin-bottom: 15px;
}
.yellowbg {
	background-color: #FDF0BB;
}


/* 
	SearchField	
*/

/* default (inactive field) */
.sf_inactive{
	border:2px solid #8f7130;
	background:#f1ebdb;
	color:#a9945a;
}
/* on focus (when field is clicked on)  */
.sf_active{
	border:2px solid #FFCC00;
	background:#fff;
	color:#333;
}
/* with text (when field is inactive but contains user's input)  */
.sf_text{
	border:2px #3c90a5 solid;
	background:#fff;
	color:#888;
}

/* suggestions box */
/* js code generates unordered list */
.sf_suggestion{
	position:relative;
}
.sf_suggestion ul{
	position:absolute;
	margin:0;
	background:#fdf0bb;
	top:0px;
	left:0;
	z-index: 1000;
	border: 2px solid #FFCC00;
	display: block;
}
.sf_suggestion li{
	margin:0;
	padding:0;
	list-style:none;
}
.sf_suggestion li a{
	display:block;
	color:#333333;
	font-size: 11px;
	text-decoration: none;
	padding: 2px;
	z-index: 1000;
}
.sf_suggestion li.selected a{
	background-color: #FFCC00;
}
.t1 {
	background-color: #E0D6BB;
}
.t2 {
	background-color: #EBE5D5;
}
.t3 {
	background-color: #D8CBA9;
}
.td3 {
	background-color: #D8CBA9;
}
th {
	padding: 3px;
}
table .section {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #8f7130;
}
table.greylines {
	border-collapse: collapse;	
}
.greylines td, .greylines th {
	border: 1px solid #CCCCCC;
	padding: 6px; 
}

.red {
	color: #800000;
}
.greybg {
	background-color: #E6E6E6;
}
.grey {
	color: #999;
}
.gray {
	color: #7777777;
}
.greyborder {
	border: 1px solid #666666;
}
.bottomborder {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBE5D5;
}
.rightmargin10px {
	margin-right: 10px;
}
.leftmargin10px {
	margin-left: 10px;
	margin-bottom: 6px;
}
.botmargin0px {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.rightbotmargin10px {
	margin-right: 10px;
	margin-bottom: 10px;
}
.yellow {
	color: #FFDE5B;
}
.white {
	color: #FFFFFF;
}
.black {
	color: #000000;
}
.marrow {
	color: #a45c3e;
}
select, input, textarea {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.displaynone {
	display: none;
}
.desctable li {
	list-style-type: none;
}

a[href^="https://drive.google.com/"], a[href^="http://drive.google.com/"] {
    padding-right: 17px;
    background: url(/images/drive_icon.png) no-repeat center right;
}

a[href$=".pdf"] {
	padding-right: 15px;
	background: url(/images/acrobat_icon_small.gif) no-repeat center right;
}
a[href$=".ppt"] {
	padding-right: 15px;
	background: url(/images/powerpoint_icon_small.gif) no-repeat center right;
}
a[href$=".doc"], a[href$=".docx"] {
	padding-right: 15px;
	background: url(/images/word_icon_small.gif) no-repeat center right;
}
a[href$=".xls"], a[href$=".xlsx"] {
	padding-right: 15px;
	background: url(/images/excel_icon_small.gif) no-repeat center right;
}
#mainContent a.noicon {background:none;padding-right: 0;}
#leftbar a[href$=".pdf"] {
	background: none;
	padding-right:0;
	}
#rightbar a.noicon, #leftbar .content .noicon {
	background: none;
	padding-right:0;
	}
.word_link {
	background-image: url(/images/word_icon_small.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 20px;
	height: 1%;
}
.result {
	color: #003300;
	background-color: #E7FFCE;
	border: 1px solid #006600;
	padding: 5px;
}
.attention {
	color: #990000;
	background-color: #FDF0EE;
	border: 1px solid #990000;
	padding: 5px;
}
.printer {
	background-image: url(/images/printer.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.noborder, #mainContent img.noborder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: transparent;
	padding: 0px;
}
.button, #mainContent  a:link.button, #mainContent a:visited.button, #rightbar a.button {
	font-family: "Cochin", Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #FFFFFF;
	background-color: #4e749e;
	padding: 5px;
	text-align: center;
	background-image: url(/images/box_transp_bg.png);
	background-repeat: repeat-x;
	background-position: top;
	font-weight: normal;
	display: block;
	margin-right: 10px;
	margin-left: 10px;
	text-decoration: none;
	max-width: 250px;
}
#mainContent  a:hover.button{
	color: #FFFF00;
}
.button2, #mainContent  a:link.button2, #mainContent a:visited.button2 {
	font-family: "Cochin", Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #FFFFFF;
	background-color: #333;
	padding: 5px;
	width: 250px;
	text-align: center;
	background-image: url(/images/box_transp_bg.png);
	background-repeat: repeat-x;
	background-position: top;
	font-weight: normal;
	display: block;
	border: 1px solid #999;
	text-decoration: none;
}
#mainContent a:link.button2 img, #mainContent a:visited.button2 img {
	background-color: transparent;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: middle;
}
#mainContent  a:hover.button2{
	color: #FFFF00;
	background-color: #4e749e;
	
}
.rust_button {
	background-color: #F4E9E3;
	padding: 5px;
	border: 1px solid #B46848;
}

.bmarks-btn {
	/*background-color: #EEEEED;
	padding:5px 5px 5px 20px;
	border: 1px solid #D0D0CE;*/
	text-decoration:none;
	background-image:url(/images/social/29.png);
	background-position:5px;
	background-repeat:no-repeat;
	padding-left: 20px;
	}
.bmarks {
	background-color: #EEEEED;
	background-image: url(/images/box_transp_bg.png);
	background-repeat: repeat-x;
	background-position: center top;
	border: 1px solid #D0D0CE;
	width:480px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;	
}
.bmarks p {
	padding:0px; margin:0px;
}
hr.dashed , .dashed{
	color: #FFFFFF;
	margin-bottom: 10px;
	margin-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #A9945A;
}
#mainContent .address  {
	font-size: 0.4em;
	font-weight: normal;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: block;
}
.yellowbox {
	background-color: #FEF7DA;
	border: 1px solid #FCE68B;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
}
.yellowbox h4 {
	margin: 0px;
	padding: 10px 0px 0px 0px;
}
.yellow-box {
	border: solid 1px #FAE69E;
	border-radius: 3px;
	background: #fffae5; /* Old browsers */
	background: -moz-linear-gradient(top,  #fffae5 0%, #fdf0bb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fffae5), color-stop(100%,#fdf0bb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fffae5 0%,#fdf0bb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fffae5 0%,#fdf0bb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fffae5 0%,#fdf0bb 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fffae5 0%,#fdf0bb 100%); /* W3C */

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffae5', endColorstr='#fdf0bb',GradientType=0 ); /* IE6-9 */
	padding: 5px 10px;
}
.blue-box {
	border: 1px solid #BDCCDD;
	border-radius: 3px;
	background: #eef2fb; /* Old browsers */
	background: -moz-linear-gradient(top,  #eef2fb 0%, #c2d0eb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eef2fb), color-stop(100%,#c2d0eb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #eef2fb 0%,#c2d0eb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #eef2fb 0%,#c2d0eb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #eef2fb 0%,#c2d0eb 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #eef2fb 0%,#c2d0eb 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eef2fb', endColorstr='#c2d0eb',GradientType=0 ); /* IE6-9 */
	padding: 5px 10px;
}
.nounderline {
	text-decoration: none;
}
.atable {
	border-color:#D8CBA9;
	border-collapse:collapse;
}
.print {
	display: none;
}
.greybox {
	background-color: #EEEEED;
	background-image: url(/images/box_transp_bg.png);
	background-repeat: repeat-x;
	background-position: center top;
	padding: 10px;
	border: 1px solid #D0D0CE;
}
.greybottomborder, table.greybottomborder td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6E6E6;
	vertical-align: top;
}
.photo_with_caption {
	text-align: center;
}
.story_info {
	padding: 3px;
	margin-top: -10px;
	margin-bottom: 10px;
	background-color: #EEEEED;
	background-image: url(/images/box_transp_bg.png);
	background-repeat: repeat-x;
	background-position: top;
	border: 1px solid #DDDDDB;
}
#mainContent .story_info a:link, #mainContent .story_info a:visited { text-decoration:none;}

/*I-Spot*/
.ispot_small { 
	background: transparent url(/images/ispot_botbg_verysmall.png) no-repeat  bottom left;
	width: 290px;			 
	margin: 20px auto;  
	padding: 0 0 5px 0;
} 
.ispot_small .inner {
	background: transparent url(/images/ispot_bg_verysmall.png) no-repeat  top left;
	min-height: 90px;
	margin: 0px;
}
.ispot_small .content {
	padding: 10px; 	
}
.ispot_global { 
	background: url(/images/homepage/global.jpg) no-repeat;
	width: 290px;
	height: 165px;			 
	margin: 20px 0px 10px 0px;  
	padding: 0px;
}
.ispot_global .content {
	padding: 7px 10px 10px 12px; 	
}
.ispot_global .content h1 {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.ispot_global .content p {
	margin-top: -10px;
	padding-top: 0px;
	line-height: 17px;
}
.ispot_tiny {
	background: transparent url(/images/ispot_tiny_botbg.png) no-repeat  bottom left;
	width: 250px;
	padding: 0 0 5px 0;
} 
.ispot_tiny .inner {
	background: transparent url(/images/ispot_bg_tiny.png) no-repeat  top left;
	min-height: 90px;
	margin: 0px;
}
.ispot_tiny .content {
	padding: 10px; 	
}

.ispot_verytiny {
	background: transparent url(/images/ispot_verytiny_botbg.png) no-repeat  bottom left;
	width: 180px;
	padding: 0 0 5px 0;
} 
.ispot_verytiny .inner {
	background: transparent url(/images/ispot_bg_verytiny.png) no-repeat  top left;
	min-height: 90px;
	margin: 0px;
}
.ispot_verytiny .content {
	padding: 10px; 	
}

#mainContent .inner .content h1, #rightbar .inner .content h1 {
	font-size: 2em;
	font-weight: normal;
	margin-top: 0px;
	font-family: rockwellcondensed, "Rockwell Condensed", "Cochin", "Gill Sans", Arial, Helvetica, sans-serif;
	color: #A45C3E;
	line-height: normal;
}


.ispot_medium { 
	background: url(/images/ispot_botbg_small.png) no-repeat  bottom left;
	width: 380px;		 
	margin: 20px auto;  
	padding: 0 0 5px 0;
} 
.ispot_medium .inner {
	min-height: 90px;
	margin: 0px;
	background-color: #FFFF99;
	background-image: url(/images/ispot_bg_small.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.ispot_medium .content {
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.ispot_big { 
	background: transparent url(/images/ispot_botbg.png) no-repeat  bottom left;
	width: 594px;			 
	margin: 20px 0;  
	padding: 0 0 5px 0;
} 
.ispot_big .inner {
	background: transparent url(/images/ispot_bg.png) no-repeat  top left;
	min-height: 90px;
	margin: 0px;
}
.ispot_big .content {
	padding: 10px; 	
}
#mainContent  .content h2 {
	margin-top: 0px;
	padding-top: 0px;
}
#mainContent  .content img.clear {
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#rightbar .ispot {
	background: url(/images/ispot_tiny_botbg.png) no-repeat  bottom left;
	width: 250px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
#rightbar .ispot .inner {
	min-height: 90px;
	margin: 0px;
	background-color: #FDF0BB;
	background-image: url(/images/ispot_bg_tiny.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#rightbar .ispot .content {
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-top: 5px;
}
#rightbar  .ispot  a:link, #rightbar .ispot a:visited {
	color: #36516D;
}
#rightbar  .ispot  a:hover {
	color: #a45c3e;
}
#rightbar .ispot .content h1 {
	font-size: 1.5em;
}
#rightbar   .ispot   .inner   .content   h2   {
	font-family: "Cochin", Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	color: #FFFFFF;
	border: 1px solid #4e749e;
	background-color: #4e749e;
	text-align: center;
	font-weight: normal;
	background-image: url(/images/box_transp_bg.png);
	background-repeat: repeat-x;
	background-position: top;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	margin-bottom: 4px;
}
#rightbar  .ispot  .inner  .content  h2 a:link, #rightbar  .ispot  .inner  .content  h2 a:visited {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	border: 1px solid #7893AD;
	padding: 4px;
}
#rightbar  .ispot  .inner  .content  h2 a:hover {
	color: #FFCC00;
	background-color: #426184;
}
/*End I-Spot*/

.hideForPrint {
	display: none;
	visibility:hidden;
}
.collapsible-heading { padding-left:15px; background:url(/images/icon-triangle.png) 0 6px no-repeat; cursor:pointer; }
.collapsible-heading-collapsed { background-position:0 -84px; }
.collapsible-heading-toggle { text-decoration:none;}
.collapsible-heading-status { position:absolute; left:-99999px; }
.collapsible-content { overflow:hidden; }
.collapsible-content ul {list-style: upper-alpha; padding-left: 20px;}
.collapsible-content ul ul {list-style: disc; padding-left: 0px;}
.collapsible-content-collapsed { display:none; }

.givenow a:link {
	background-image: url(/images/givenow_rectangle.gif); 
}
.feature_rightside {
	background-image: url(/images/ispot_rightside.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 155px;
	padding-left: 20px;
	padding-top: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: left;
}
.feature_rightside p  {
	margin: 0px;
	line-height: 19px;
}
.feature_rightside h2 {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	font-family: rockwellcondensed, "Rockwell Condensed", "Cochin", "Gill Sans", Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: normal;
}
#rightbar .feature_rightside h2 a:link , #rightbar .feature_rightside h2 a:visited {
	color: #a45c3e;
	margin: 0px;
	}
.padding3 td, .padding3 th {
	padding: 3px;
}
.padding4 td, .padding4 th {
	padding: 4px;
}
.padding5 td, .padding5 th {
	padding: 5px;
}
.ctr {
	text-align:center;
}
a.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color: #426184;
	font-family:arial;
	font-size:1em;
	font-weight:bold;
	padding:3px 10px;
	text-decoration:none;
    position:relative;
	margin: 6px 0 6px 0;
	-moz-box-shadow: 2px 2px 2px #999;
	-webkit-box-shadow: 2px 2px 2px #999;
	box-shadow: 2px 2px 2px #999;
}
a.myButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
	color: #8f7130;
	-moz-box-shadow: 2px 2px 2px #333;
	-webkit-box-shadow: 2px 2px 2px #333;
	box-shadow: 2px 2px 2px #333;
}
a.myButton:active {
	position:relative;
	top:0;
	color: #333333;
}
#skip a, #skip a:hover, #skip a:visited, #skip a:active, #skip a:focus
{
position:absolute;
left:-500px;
top: 0;
}
.program-box {
	position: relative;
	display: inline-block;
	width: 273px;
	margin-right: 28px;
	height: auto;
	margin-top: 5px;
	background-color: #e5ebf7;
	text-align: left;
	margin-bottom: 25px;
	vertical-align: top;
}
.program-box h3 a {
	color:#4e749e !important;
}
.program-box a:link, .program-box a:visited {
	color: #444444;
	text-decoration: none;
}
.program-box a:hover {
	text-decoration:underline;
	cursor: pointer;
}
/*.program-box:hover:after {
    content:"Learn more";
	font-family: "alternate-gothic-no-2-d", Arial, "Lucida Grande", sans-serif;
    width:100%;
    height:173px;
    background:rgba(0, 0, 0, .3);   
    position:absolute;
    top:0px;
    left:0px;
    display:inline-block;
    box-sizing:border-box;
    text-align:center;
    color:white;
    padding:0px;
    font-size:2em;
	padding-top:100px;
}*/
.program-box ul {
    font-size:1em;
	list-style-type:none;
}
.program-box ul li {
	margin-bottom:.7em;
	line-height:1.4em;
}

.program-box h3 {
	font-size: 1.35em;
	font-family: "Cochin", Georgia, "Times New Roman", Times, serif;
	text-align: left;
	padding-left: 12px;
	padding-top: 0px;
	margin-top: 15px;
	color: #4E749E;
}


#mainContent .program-box img{
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
