BODY	{
	background: #92756D;
	font-family: verdana, helvetica, arial, sans-serif;
	color: #333333;
	}

TD 	{
	font-size: 11px;
	
	}

.mainText {
	padding: 0px 25px 20px 29px;
	}
.mainText2 {
	padding: 0px 25px 0px 29px;
	}
.leftText {
	padding-left: 18px;
	margin-left:  18px;
	}

.footer  {
	padding: 22px 11px 15px 22px;
	color: #3C3C3C;
	background: #EDE3C8;
	}

H1, .mimicH1	{
	font-size: 20px; font-weight: normal;
	}

H2, .mimicH2	{
	font-size: 16px; font-weight: bold;
	}
H3		{ font-size: 18px; color: #7E2971; border-bottom: 1px solid #7E2971; font-weight: normal; }

.gradientOutside	{
	width: 6px;
	background-image: url(/images/gradientOutside.jpg);
	background: #92756D;
	background-position: top;
	background-repeat: no-repeat
	}

.gradientLeft	{
	width: 200px;
	background-image: url(/images/BGleft.gif);
	background: #FDFDFB;
	background-position: 0px 185px;
	background-repeat: no-repeat
	}

.bulletLeft	{
	float: left;
	margin: 4px 6px 0px 0px;
	padding-left: 20px;
	}

.contentRight	{
	float: right;
	margin: 4px 6px 10px 0px;
	padding-right: 44px;
	}

a.location:link	  { color: #BC6AB8; text-decoration: none; font-weight: bold}
a.location:visited { color: #BC6AB8; text-decoration: none; font-weight: bold }
a.location:hover	  { color: #5E1257; text-decoration: none; font-weight: bold }
a.location:active  { color: #5E1257; text-decoration: none; font-weight: bold }

.mainText a:link { color: #BC6AB8; text-decoration: none; font-weight: bold }
.mainText a:visited { color: #BC6AB8; text-decoration: none; font-weight: bold}
.mainText a:hover { color: #5E1257; text-decoration: none; font-weight: bold}
.mainText a:active { color: #5E1257; text-decoration: none; font-weight: bold}

a.home:link { color: #DC8C00; text-decoration: none; font-weight: normal }
a.home:visited { color: #DC8C00; text-decoration: none; font-weight: normal}
a.home:hover { color: #DC8C00; text-decoration: none; font-weight: normal}
a.home:active { color: #FFCE57; text-decoration: none; font-weight: normal}

.footer a:link { color: #3C3C3C; text-decoration: none; font-weight: normal }
.footer a:visited { color: #3C3C3C; text-decoration: none; font-weight: normal }
.footer a:hover { color: #5E1257; text-decoration: none; font-weight: normal }
.footer a:active { color: #5E1257; text-decoration: none; font-weight: normal }

a.smtLink,a.smtLink:link,a.smtLink:visited,a.smtLink:hover,a.smtLink:active { color: #000000; text-decoration: none }

.myRadio { background-color: #ccf }
.myCheck { background-color: #fcc }
.myText { border: 1px #BBA2C6 solid; }
.myButton { background-color:#f00; color: #fff }
.mySubmit { background-color:#FAF9F7; border: 1px #BBA2C6 solid; font-family: arial; font-size: 12px; }


.niceBtn	{
	border: 1px solid #B9C8D5;
	color: #FFFFFF;
	background: #F58220;
	font-size: 11px;
	font-weight: bold;
	padding: 2px
	}

.locationLeft	{
		float: left;
		margin-top: 5px;
		font-size: 11px;
		width: 43%;
		margin-bottom: 30px;
		border: 1px solid #FFFFFF;
		background-image: url(/images/gradientLocal.jpg);
		background-repeat: repeat-x;
		background-position: bottom;
		padding: 10px
		}

.locationRight	{
		float: right;
		margin-top: 5px;
		font-size: 11px;
		width: 43%;
		margin-bottom: 30px;
		border: 1px solid #FFFFFF;
		background-image: url(/images/gradientLocal.jpg);
		background-repeat: repeat-x;
		padding: 10px
		}

.picBorder	{
		border: 1px solid #807774;
		margin-left: 10px;
		}

.thumb	{
		border: 1px solid #FFFFFF;
		margin-right: 10px;
		}

.ulList  { list-style: square outside url(/images/arrow.gif);
     line-height: 20px
    }
.ulServicesNav {
	margin:0px; 
	padding:0px; 
	line-height:15px
}
.liNavTop {
	margin-left:0px;
	padding-bottom:7px;
	list-style:none
}
.liNavOther {
	margin-left:20px;
	padding-bottom:3px;
	list-style: square outside url(/images/arrow.gif)
}
.back	{font-size: 10px; float: right; padding-right: 10px; padding-top: 20px;}

a#cause-hover {
		margin-top:-55px;
		margin-left:574px;
		width:155px;
		height:80px;
		overflow:hidden;
		position:absolute;
		background:transparent;
}


#Pro {POSITION: absolute; VISIBILITY: hidden; Z-INDEX: 1; margin-top: 8px; margin-left:296px;}
.menu {COLOR: #990000; FONT-FAMILY: arial, helvetica, 'sans serif'; FONT-SIZE: 12px; TEXT-DECORATION: none}

.menu:visited {COLOR: #990000;}
.menu:hover {COLOR: #FFD784;}
.menu:active {COLOR: #990000;}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{

    margin-top:7px;
	margin-left:-2px;
	text-align: left;
    position:absolute;
    top: 0;
    border: 1px solid #999999; /*THEME CHANGE HERE*/
    border-bottom-width: 0;
    line-height:15px;
    z-index:100;
    background-color: #ececeb;
    width: 111px;
    visibility: hidden;

}

.dropmenudiv a{
    font-size:10px;
    width: auto;
    display: block;
    text-indent: 4px;
    border-bottom: 1px solid #999999; /*THEME CHANGE HERE*/
    padding: 5px 0;
    text-decoration: none;
    color: #aa1c23;
}


* html .dropmenudiv a{ /*IE only hack*/
    width: 100%;
}


.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
    background-color: #75446d;
    color: #ececeb;
}