/* CSS Document */

/* Entire main content wrapper */

#logo {
	height: 60px;
	width: 700px;
	margin-bottom:20px;
	padding-left:41px;
	text-align: left;	
  }

/* Content that goes on the various pages which includes text and the various pictures */

  
/*#content img {
	padding:5px;
	border-style:solid;
	border-width:1px;
	margin-bottom:10px;
  }
*/
#content {
	margin-left:240px;
	font-family:"Lucida Grande", Helvetica, Verdana, Arial, sans-serif;
	margin-top:10px;
  }
  
#content ul {
	background-image: url(img/ul_border.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding:0px;
  }
  
#content li {
	line-height:180%;
	text-align:left;
	font-size:small;
	color:#999999;
	background-image: url(img/li_image.gif);
	background-repeat:no-repeat;
	background-position: left;
	list-style:none;
	padding-left:13px;
  }
  
#content a:link {
	text-decoration:none;
	color:#999999;
	background-image: url(img/link_border.gif);
	background-repeat: repeat-x;
	background-position: bottom;
  }

#content a:visited {
	text-decoration:none;
  }

#content a:hover {
	text-decoration:none;
	color:#1C64A4;
	background-image: url(img/active_link_border.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	
}

#content a:active {
	text-decoration:none;
	color:#C1C1D5;
	color:#C1C1D5;
	background-image: url(img/active_border.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
  
#content p {
	font-family:"Lucida Grande",Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	color:#999999;
	line-height:150%;
	margin: 0;
	width: 500px;
  }
  
#content h3 {
	font-family:Helvetica, Verdana, Arial, sans-serif;
	color:#666666;
	font-size:x-large;
	line-height:135%;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	width:500px;
  }



.impact {
	color:#7878BC;
  }

.impact2 {
	color:#FF9900;
  }

.impact3  {
	color:#8BCE41;
  }

.heading {
	font-family:"Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:medium;
	font-weight:bold;
	line-height:175%;
}

.img  {
	padding:2px;
	border: thin solid #666666;
  }	
/* End page content */

/* Nav Bar that is on every page */
 
#nav {
	clear:both;
	float:left;
	width:200px;
	padding-right:35px;
	font-family: "Lucida Grande", "Tahoma", Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	/** background-image: url(img/nav_border.png);
	background-repeat: repeat-y;
	background-position: right; **/
	text-transform: uppercase;
  }

#nav ul  {
	padding:0px 0px 0px 0px;
	margin:0px;
	background-image:url(img/nav_ul_border.gif);
	background-position:top right;
	background-repeat:no-repeat;
	
	  }
  

#nav li {
	list-style:none;
	line-height:180%;
	text-align:right;
	padding-right:0px;
	color:#999999;
  }

  
#nav a:link {
	text-decoration:none;
	color:#999999;
  }

#nav a:visited {
	text-decoration:none;
	color:#999999;
  }

#nav a:hover {
	text-decoration:none;
	color:#993333;
	/** background-color:#E6E6E6; **/
}

#nav a:active {
	text-decoration:none;
	color:#993333;
}

.current {
	color:#993333;
 }
  
#footer {
	clear:both;
	height:20px;
	width:100%;
	margin-right:0px;
	background:url(img/footer_bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	margin-top:50px;
	padding:0px;
	
  }

#footer ul {
	text-decoration:none;
	padding:7px 0px 0px 0px;
  }
  
#footer li {
	list-style:none;
	font-size:x-small;
	font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif;
	color:#999999;
	float:right;
	margin-right:5px;
	padding-right:5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
  }

#footer a:link {
	text-decoration:none;
	color:#999999;
  }

#footer a:visited {
	text-decoration:none;
	color:#999999;
  }

#footer a:hover {
	text-decoration:none;
	color:#666666;
}

#footer a:active {
	text-decoration:none;
	color:#60B5E8;
}