/* CSS Document */

A:LINK
{
	color: #4C721D;
	text-decoration: none;
}

A:VISITED
{
	color: #EC8E08;
	text-decoration: none;
}

A:HOVER, A:ACTIVE
{
	color: #4C721D;
	text-decoration: underline;
}

#getInvolved
{
	background-image:url(../../images/home/home_bottomBar.gif);
	background-position:top left;
	background-repeat:no-repeat;
	height:104px;
	width:224px;
	position:absolute;
	left:539px;
	top: 0px;
}
#getInvolved p
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:11px;
	padding:0 9px 0 30px;

}
#contentSeparation
{
	/*border-right:1px dotted #592e01;	*/
	background-image:url(../../images/home/cometentSepration.gif);
	background-position:right 20px;;
	background-repeat:no-repeat; 
	padding-left:5px;
	padding-right:5px;
	height:150px;
}
#contentSeparation1
{
	/*border-right:1px dotted #592e01;	*/
	background-image:url(../../images/home/cometentSepration.gif);
	background-position:right 20px;;
	background-repeat:no-repeat; 
	padding-left:5px;
	padding-right:5px;
	height:150px;
}
#homeContentContainer
{
	position:relative;
	clear:both;
	width:800px;
	background-image:url(../../images/global/home_bodyBg.gif);
	background-repeat:repeat-y;
	background-position:top;
}

#homeContentContainer A:LINK, #homeContentContainer A:VISITED
{

}

#homeContentContainer A:HOVER, #homeContentContainer A:ACTIVE{
	text-decoration: underline;
}
