@charset "utf-8";
/* CSS Document */

html { /* Stop background flicker in IE 6 Bug: http://evil.che.lu/2006/9/25/no-more-ie6-background-flicker */
 filter: expression(document.execCommand("BackgroundImageCache", false, true));
}
/* 
Reset all margins/padding */
* {
	margin:0;
	padding:0;
}
/* 
Gets rid of outlined links in Firefox */
a {
	outline: none;
}
/* 
No borders on images */
img {
	border:0;
	padding: 0;
	margin: 0;
}
body {
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	color: #788287;
	margin:10px 0 0 0;
	padding:0;
}
#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 928px;
	height:538px;
	background-color: #FFFFFF;
	border:20px solid #96a0a5;
}
#header {
	float:left;
	clear:both;
	margin:27px 0 7px 0;
	width: 874px;
	height:127px;
}
#content {
	float:left;
	clear:both;
	padding:0 27px 0 27px;
	width: 874px;
	height:377px;
	background-image:url(/furniture/images/sitewide/contentbg.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
}
#logo {
	width: 158px;
	text-decoration: none;
	display:block;
	text-indent: -5000px;
	background-image:url(/furniture/images/sitewide/logo.gif);
	background-repeat:no-repeat;
	height: 51px;
	margin:0 0 0 27px;
}
#navigation {
	width: 874px;
	border-bottom:1px solid #a3acb0;
	margin:0 0 0 27px;
}
#navigation ul li {
	display:block;
	float:left;
	padding:50px 25px 0 0;
}
#navigation ul li a:link, #navigation ul li a:visited, #navigation ul li a:active {
	font-weight:bold;
	text-decoration:none;
	font-size:14px;
	color:#96a0a5;
}
#navigation ul li a:hover {
	font-weight:bold;
	text-decoration:none;
	font-size:14px;
	color:#81ae36;
}
#navigation ul li a.current {
	color:#81ae36;
}
h1 {
	font-size:16px;
	color:#81ae36;
	font-weight:bold;
	padding:14px 0 0 0;
	line-height:21px;
}
p {
	padding:14px 0 0 0;
	font-size:14px;
}
h3 {
	font-size:16px;
	font-weight:normal;
	padding:14px 0 0 0;
	line-height:21px;
}
strong {
	color:#81ae36;
	font-weight:bold;
}
strong.greystrong {
	color:#96a0a5;
	font-weight:bold;
}
#content ul {
	padding:0 0 0 16px;
	font-size:14px;
}
#content ul li {
	list-style-image:url(/furniture/images/sitewide/bullet.gif);
}
#content a, #content a:link, #content a:active, #content a:visited {
	color: #788287;
	text-decoration:none;
}
#content a:hover {
	color: #788287;
	text-decoration:underline;
}
.greentext {
	color:#81ae36;
}
div#stakeholders_left {
	width:424px;
	float:left;
}
div#stakeholders_right {
	width:424px;
	float:left;
}
.smalltext {
	font-size:10px;
	line-height:12px;
	padding-left:35px;
}
p.stakeholder_start {
	background-image:url(/furniture/images/stakeholders/start.gif);
	background-repeat:no-repeat;
	padding-left:35px;
}
p.stakeholder_finish {
	background-image:url(/furniture/images/stakeholders/finish.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
	padding-left:35px;
	padding-bottom:5px;
}
table.sponsors {
	border-bottom:1px solid #a3acb0;
}

div#content p a.green_link {
	color:#81ae36;
	text-decoration: underline;
	}
	
	div#content p a.green_link:hover {
	color:#81ae36;
	text-decoration: none;
	}
	