/* CSS Document */

* {
	padding: 0px;
	margin: 0px;
}

body {
	background-color: #ffe596;
}

div {
	font-family: Trebuchet, Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}

a, a:link {
	color: #cc0001;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

div.bodyContainer {
	margin-right: auto;
	margin-left: auto;
	width: 839px;
	background: url('images/body_container_bg.gif') repeat-y;
	padding-left: 8px;
	padding-right: 10px;
}
	h1.header {
		display: block;
		height: 133px;
		width: 800px;
		text-indent: -9000px;
		background: url('images/header_bg.gif') no-repeat;
	}
	div.navigation, div.footer {
		height: 27px;
		width: 775px;
		background: url('images/nav_bg.gif') no-repeat right #cc0001;
		padding-left: 25px;
		color: white;
		padding-top: 16px;
		font-size: 12px;
	}
	div.navigation a:link, div.navigation a, div.navigation a:visited {
		color: #fff;
	}
	div.navigation a:hover, div.navigation a:hover {
		color: #000;
		text-decoration: underline;
	}

	div.navigation a.current:link, div.navigation a.current, div.navigation a.current:visited {
		color: #fff;
		text-decoration: none;
	}
	div.navigation a.current:hover, div.navigation a.current:hover {
		color: #000;
		text-decoration: none;
	}

	div.content_top {
		background: url('images/content_top_bg.gif') no-repeat;
		height: 20px;
	}
	div.content {
		background: url('images/content_bg.gif') repeat-y;
		padding-left: 25px;
		padding-top: 19px;
		color: #494949;
		font-size: 11px;
		width: 831px;
		margin-top: -2px;
	}
	div.left_col ul {
		padding: 0px;
		margin: 0px 0px 16px 20px;
		line-height: 16px;
	}
	
	div.left_col ol {
		padding: 0px;
		margin: 0px 0px 16px 20px;
		line-height: 16px;
	}

	div.left_col h3 {
		margin: 0px 0px 5px 0px;
		padding: 0px;
		font-size: 12px;
	}
		div.left_col {
			width: 418px;
			position: relative;
			padding-bottom: 21px;
		}
			h2.leftColHeading {
				text-indent: -9000px;
				margin-bottom: 20px;
			}
			div.content p {
				padding-bottom: 18px;
				line-height: 16px;
			}
		div.right_col {
			width: 327px;
			float: right;
			position: relative;
			margin-top: -21px;
			padding-left: 60px;
		}


			h3.rightColHeader {

				text-indent: -9000px;
			}

			div.links {
					width: 252px;
					color: black;
					margin-top: 31px;
			}

			div.links ul {
				list-style: none;
			}

			div.links ul li {
				margin-bottom: 22px;
				line-height: 16px;
			}
	div.footer {
		background-image: none;
		font-size: 12px;
	}
		div.footer div.footerLinks {
			width: 200px;
			color: #fff;
			position: relative;
		}
			div.footer div.footerLinks a, div.footer div.footerLinks a:link {
				color: #fff;
			}

		div.footer div.copyright {
			width: 400px;
			float: right;
			padding-right: 21px;
			text-align: right;
		}
div.photo {
	height: 300px;
	margin-left: -60px;
}

.cleaner {
	clear: both;
	overflow: hidden;
}

/* SPECIFIC IMAGES */

div.homePhoto { background: url('images/home_photo.jpg') no-repeat; }

h2.whatIs {	background: url('images/whatIs_header.gif') no-repeat left center; }

h2.b2h {	background: url('images/b2h_header.gif') no-repeat left center; }

h2.progmodel {	background: url('images/progmodel_header.gif') no-repeat left center; }

h2.leadership {	background: url('images/leadership_header.gif') no-repeat left center; height: 39px; }

h2.natlresearch {	background: url('images/natlresearch_header.gif') no-repeat left center; }

h2.impacteval {	background: url('images/impacteval_header.gif') no-repeat left center; }

h2.communities {	background: url('images/communities_header.gif') no-repeat left center; height: 39px; }

h2.contactus {	background: url('images/contactus_header.gif') no-repeat left center; }

h3.knowMore {background: url('images/knowMore_header.gif') no-repeat left;}

h3.resources {background: url(images/resources_header.gif) no-repeat left; }
