/*ALL FONT AND POSITIONING SPECS ARE IN PIXELS! IF YOU DON'T KNOW WHAT YOU'RE DOING WITH CSS AND PIXELS, DON'T MESS WITH THIS, I DON'T WANT TO HAVE TO CLEAN UP YOUR MESS!*/
body
{
	background-color: #1D2334;
	margin: 0px;
	background-image: url(images/darker.jpg);
	background-attachment: scroll;
	background-position: 40% 20%;
	background-repeat: repeat;
	color: black;
	font-family: arial, helvetica;
	font-size: 14px;
	line-height: 16px;
}
#main
{
	background-image: url(images/homepage2.jpg);
	background-repeat: no-repeat;
	text-align: center;
}

a:link
{
	text-decoration: none;
	color: black;
}

a:link:hover
{
	color: black;
	text-decoration: underline;
}
a:visited
{
	color: purple;
	text-decoration: none;
}
a.purple:link
{
	color: #af166f;
	text-decoration: none;
}
a.purple:visited
{
	color: #af166f;
	text-decoration: none;
}
a.purple:hover
{
	color: #af166f;
	text-decoration: underline;
}
a.boldblue:link
{
	color: black;
	text-decoration: none;
}
a.boldblue:hover
{
	color: purple;
	text-decoration: underline;
}
a.boldblue:visited
{
	color: black;
	text-decoration: none;
}
a.breadcrumbs:link
{
	color: black;
	text-decoration: none;
}
a.breadcrumbs:hover
{
	color: black;
	text-decoration: underline;
}
a.breadcrumbs:visited
{
	color: black;
	text-decoration: none;
}

.content_testimonials
{
	color: black;
	font-family: arial, helvetica;
	font-size: 14px;
	line-height: 16px;
	padding-right: 18px;
}
.content2
{
	color: black;
	font-family: arial, helvetica;
	font-size: 14px;
	line-height: 16px;
	margin-left: 60px;
}
.content2a
{
	color: black;
	font-family: arial, helvetica;
	font-size: 14px;
	line-height: 16px;
	margin-left: 60px;
	margin-right: 80px;
}
.content2b
{
	color: black;
	font-family: arial, helvetica;
	font-size: 14px;
	line-height: 16px;
	margin-left: 60px;
	margin-right: 104px;
}
.content3
{
	color: black;
	font-family: arial, helvetica;
	font-size: 14px;
	line-height: 14px;
	margin-left: 64px;
}
.content3a
{
	color: black;
	font-family: arial, helvetica;
	font-size: 14px;
	line-height: 18px;
	margin-left: 64px;
	margin-right: 122px;
}
.content3b
{
	color: black;
	font-family: arial, helvetica;
	font-size: 14px;
	line-height: 16px;
	margin-left: 64px;
	margin-right: 122px;
}
.content3c
{
	color: black;
	font-family: arial, helvetica;
	font-size: 14px;
	line-height: 36px;
	margin-left: 104px;
	margin-right: 122px;
}
.content3d
{
	color: black;
	font-family: arial, helvetica;
	font-size: 14px;
	line-height: 16px;
	margin-left: 104px;
	margin-right: 122px;
	margin-bottom: 12px;
}
.content4
{
	color: black;
	font-family: arial, helvetica;
	font-size: 14px;
	line-height: 16px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.content5
{
	color: black;
	font-family: arial, helvetica;
	font-size: 12px;
	line-height: 14px;
	margin-top: -65px;
	margin-bottom: 10px;
	margin-left: 60px;
}
.content6
{
	font-family: arial, helvetica;
	font-size: 12px;
	line-height: 14px;
	margin-top: -55px;
	margin-bottom: 10px;
	margin-left: 60px;
}
.content7
{
	font-family: arial, helvetica;
	font-size: 12px;
	line-height: 14px;
	margin-top: -40px;
	margin-bottom: 10px;
	margin-left: 60px;
}
td.about
{
	background-image: url(images/about-background.jpg);
	background-repeat: no-repeat;
	background-color: white;
}
td.articles
{
    background-image: url(images/articles-background.jpg);
	background-repeat: no-repeat;
	background-color: white;
}
td.donations
{
	background-image: url(images/donations-background.jpg);
	background-repeat: no-repeat;
	background-color: white;
}
td.individuals
{
	background-image: url(images/individuals-background.jpg);
	background-repeat: no-repeat;
	background-color: white;
}
td.counselors
{
	background-image: url(images/counselors-background.jpg);
	background-repeat: no-repeat;
	background-color: white;
}
td.smallgroup
{
	background-image: url(images/generic-background.jpg);
	background-repeat: no-repeat;
	background-color: white;
}
h2
{
	color: black;
	font-family: arial, helvetica;
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
	margin-left: 60px;
}
h3
{
	color: black;
	font-family: arial, helvetica;
	font-size: 18px;
	line-height: 2px;
	font-weight: bold;
}
h4
{
	color: black;
	font-family: arial, helvetica;
	font-size: 16px;
	line-height: 14px;
	font-weight: bold;
	margin-left: 60px;
}
.articles-header
{
	color: black;
	font-family: arial, helvetica;
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	margin-top: 24px;
	margin-left: 60px;
}
ul
{
	color: black;
	font-family: arial, helvetica;
	font-size: 14px;
	line-height: 20px;
	margin-left: 44px;
	list-style-type: disc;
	list-style-position: outside;
}
.articles-subheader
{
	color: black;
	font-family: arial, helvetica;
	font-size: 16px;
	line-height: 32px;
	font-weight: bold;
	margin-top: 32px;
}
ul.articles
{
	color: black;
	font-family: arial, helvetica;
	font-size: 14px;
	line-height: 17px;
	margin-left: 35px;
}
.top
{
	color: black;
	font-family: arial, helvetica;
	font-size: 11px;
	line-height: 12px;
	padding-bottom: 12px;
}
.indiv1
{
	margin-left: 80px;
	font-family: arial, helvetica;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	margin-right: 72px;
}
.indiv
{
	font-family: arial, helvetica;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	margin-left: 80px;
}
.indiv2
{
	font-family: arial, helvetica;
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
	margin-left: 80px;
}
.indiv3
{
	font-family: arial, helvetica;
	font-size: 16px;
	line-height: 44px;
	font-weight: bold;
	margin-left: 80px;
	padding-bottom: 12px;
}
.indiv4
{
	font-family: arial, helvetica;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	margin-left: 80px;
	padding-bottom: 12px;
	margin-top: 14px;
}
.pullquote
{
	color: black;
	font-family: helvetica, arial, verdana;
	font-size: 13px;
	line-height: 17px;
	margin-left: 88px;
	font-weight: bold;
	margin-bottom: 42px;
}
.alf
{
	color: black;
	font-family: arial, helvetica, verdana;
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
}
.u { text-decoration: underline; }

.about3
{
	margin-left: 180px;
	margin-top: 46px;
	color: black;
	font-family: arial, helvetica;
	font-size: 18px;
	line-height: 2px;
	font-weight: bold;
}
.aboutp
{
	margin-top: 15px;
	margin-left: 216px;
	color: black;
	font-family: arial, helvetica;
	font-size: 14px;
	line-height: 16px;
	margin-right: 104px;
}
.aboutp2
{
	color: black;
	font-family: arial, helvetica;
	font-size: 14px;
	line-height: 16px;
}
.donations 
{ 
	margin-right: 84px; 
	color: black;
	font-family: arial, helvetica;
	font-size: 14px;
	line-height: 16px;
	margin-left: 60px;
}
.icons
{
	margin-top: -15px;
	margin-left: 650px;
	width: 83px;
}

/* new classes as of 06-2009 - If you don't know CSS, don't mess with these, you'll break the home page content. */

.homeheader
{
	margin-top: 50px;
	margin-left: 240px;
	color: black;
	font-family: arial,helvetica,sans serif;
	font-size: 34px;
	line-height: 36px;
	font-weight: bold;
	width: 480px;
	letter-spacing: -1px;
	margin-bottom: 10px;
}
.hometext
{
	margin-left: 300px;
	color: black;
	font-family: arial,helvetica,sans serif;
	font-size: 15px;
	line-height: 14px;
	width: 480px;
	text-align: left;
	margin-bottom: -8px;
}
.hometext2
{
	margin-left:310px;
	color: black;
	font-family: arial,helvetica,sans serif;
	font-size: 14.5px;
	line-height: 14px;
	width: 395px;
	text-align: left;
	margin-top: 10px;
}
.homefree
{
	color: #ac0063;
	font-family: arial,helvetica,sans serif;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
}
ul
{
	margin-top: 5px;
	margin-left: -5px;
	list-style-type: square;
	color: black;
	font-family: arial,helvetica,sans serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
}
.homelist
{
	margin-top: 15px;
	margin-left: 300px;
	color: black;
	font-family: arial,helvetica,sans serif;
	font-size: 17px;
	line-height: 18px;
	font-weight: bold;
	width: 480px;
	text-align: left;
	margin-bottom: 0px;
	height: 62px;
	list-style-type: square;
}
li.home_text { margin-top: 0px; }

.homenavicons
{
	margin-left: 340px;
	width: 324px;
	height: 90px;
	text-align: left;
	margin-top: 19px;
}
.alfhome
{
	margin-left: 310px;
	color: black;
	font-family: arial, helvetica, verdana;
	font-size: 12px;
	line-height: 11px;
	margin-top: 12px;
	width: 216px;
	text-align: left;
	font-weight: bold;
}
.alfhome2
{
	color: black;
	font-family: arial, helvetica, verdana;
	font-size: 10px;
	line-height: 10px;
	font-weight: bold;
}
ol { margin-left: 40px; }
th
{
	color: #af166f;
	font-family: arial, helvetica, verdana;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
}



/*END new classes as of 06-2009*/

.individual
{
	margin-top: 0px;
   margin-left: 600px;
}
