@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #4C4C4C;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #4C4C4C;
}
a:link {
	color: #76bf5a;
}

a:visited {
	color: #76bf5a;
}
a:active {
	color: #c05de7;
}

a:hover {
	color: #c05de7;
}




.headerText {
	padding-bottom: 24px;
	font-size: 12pt;
	line-height: 26px;
}

.headingMain {
	background-color: #E3E3E3;
	font-size: 12pt;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 24px;
	padding-right: 28px;
	line-height: 20px;
}

.leftCol {
	background: url(images/bg_flower.jpg) no-repeat top left;
	padding-top: 8px;
	padding-left: 24px;
	padding-right: 36px;
	font-size: 10pt;
	color: #999999;
	line-height: 18px;
	height: 350px;
	width: 200px;
}

.content {
	padding-left: 0px;
	padding-top: 8px;
	padding-right: 20px;
	line-height: 16px;
	font-size: 10pt;
}

.contentHome {
	padding-left: 0px;
	padding-right: 24px;
	padding-bottom: 20px;
	line-height: 18px;
	font-size: 11pt;
}

.pinkribbon {
	padding-top: 8px;
	padding-left: 24px;
	padding-right: 22px;
	font-size: 8pt;
	color: #A2A2A2;
	line-height: 14px;
}

.navbar {
	background-color: #707070;	
	padding: 8px;
	color: #cccccc;
}

.navitem {
	color: #cccccc;
	padding-left: 6px;
	padding-right: 6px;
	font-size: 11pt;
	font-weight:bold;
}

.navitem a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.navitem a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.navitem a:hover {
	color: #E1B1F3;
	text-decoration: none;
}
.navitem a:active {
	color: #E1B1F3;
	text-decoration: none;
}

/* begin dropshadow styles */

.shiftcontainer {
position: relative;
left: 7px; /*Number should match -left shadow depth below*/
top: 5px; /*Number should match -top shadow depth below*/
}

.shadowcontainer {
width: 756px; /* container width*/
background: transparent url(images/bg_dropshadow.png) no-repeat bottom right;
}

.shadowcontainer .innerdiv {
	/* Add container height here if desired */
padding: 0px;
	position: relative;
	left: -5px; /*shadow depth*/
	top: -3px; /*shadow depth*/
	bgcolor: #fffff;
	border: 1px solid #7c9719;
}



/* end dropshadow styles */
.borderLight {
	border: 1px solid #E3E3E3;
}
.textSmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

