/* CSS Document */

.floatLeft	{
		float: left;
		}
		
.floatRight	{
		float: right;
		}
		
		
				
a:link		{
		color: #ff7f00;
		text-decoration: none;
		}

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

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

.Text2	{
		color: #ffffff;
		}
		
		
		
.Text	{
		color: #333;
		}
		
.Text  a:link	{
		color: #333;
		text-decoration:underline;
	
		}
		
.Text  a:visited	{
		color: #000000;
		text-decoration:underline;
	
		}
		
.Text  a:hover	{
		color: #666666;
	
		}
		
.Text  a:active	{
		color: #666666;
		text-decoration:underline;
		
		}
		

.Headline	{
		color: #155f7e;
		font-size: 1.1em;
		text-decoration: none;
		}
		
		
.Headline2	{
		color: #f96a14;
		font-size: 1.6em;
		}
		
.Testimonial	{
		color: #155f7e;
		font-size:1.2em;
		}
		
		
.SiteCredit	{
		color: #047391;
		font-size: .7em;
		}
		
.SiteCredit	 a:link	{
		color: #047391;
	
		}
		
.SiteCredit	  a:visited	{
		color: #047391;
	
		}
		
.SiteCredit	  a:hover	{
		color: #666666;
	
		}
		
.SiteCredit	  a:active	{
		color: #666666;
		
		}	
			

					
body	{
		margin: 0px;
		padding: 0px;
		width: 100%;
		height: 100%;
		font-family: Geneva, Arial, Helvetica, sans-serif;
		background-color: #fff;
		text-align: center;
		}
				
#container { 
		margin-top: -5px;
		margin-left: auto;
		margin-right: auto;
		padding: 0px;
		width: 698px;
		height: auto;
		text-align:left;
		border: #ccc solid 1px;
		}
		
#containerTop { 
		margin-top: 30px;
		margin-left: auto;
		margin-right: auto;
		padding: 0px;
		width: 698px;
		height: auto;
		text-align:left;
		}
		
		
#header	{
		width: 698px;
		height: 207px;
		margin: 0px;
		padding: 0px;
		text-align:center;
		background-image: url(images/header2.jpg);
		}
		
#home	{
		width: 62px;
		height: 38px;
		margin: 0px;
		padding: 0px;
		float: left;
		}
		
#individual	{
		width: 95px;
		height: 38px;
		margin: 0px;
		padding: 0px;
		float: left;
		}
		
#groupsprograms	{
		width: 137px;
		height: 38px;
		margin: 0px;
		padding: 0px;
		float: left;
		}
		
#organizations	{
		width: 112px;
		height: 38px;
		margin: 0px;
		padding: 0px;
		float: left;
		}
		
#teammembers	{
		width: 127px;
		height: 38px;
		margin: 0px;
		padding: 0px;
		float: left;
		}
		
#projects	{
		width: 81px;
		height: 38px;
		margin: 0px;
		padding: 0px;
		float: left;
		}

#resources	{
		width: 86px;
		height: 38px;
		margin: 0px 0px 0px -2px;
		padding: 0px;
		float: left;
		}
	
		
#mainContent	{
		width: 452px;
		height: 100%;
		margin: 0px;
		padding: 20px;
		background-color: #eeeceb;
		text-align: left;
		font-size: .7em;
		float: left;
		}
					
#columnLeft	{
		width: 185px;
		height: auto;
		margin: 0px;
		padding: 0px 10px 0px 10px;
		text-align: left;
		font-size: .5em;
		color: #555;
		background-color: #b2d774;
		float: left;
			}
		
#missionTop	{
		width: 205px;
		height: 46px;
		margin: 0px;
		padding: 0px;
		text-align: left;
		background-image:url(images/missiontop.gif);
		float: left;
		}
		
#missionMiddle	{
		width: 155px;
		height: auto;
		margin: 0px;
		padding: 5px 25px 2px 25px;
		text-align: left;
		font-size: .5em;
		color: #666666;
		background-image:url(images/missionmiddle.gif);
		background-repeat: repeat-y;
		float: left;
		}
		
#missionBottom	{
		width: 205px;
		height: 20px;
		margin: 0px;
		padding: 0px;
		text-align: left;
		background-image:url(images/missionbottom.gif);
		float: left;
		}
		
#footer	{
		width: 678px;
		height: auto;
		margin: 20px 0px 0px 0px;
		padding: 10px;
		font-size: .8em;
		text-align: center;
		color: #ff7f00;
		}
