/* CSS Document */


h2 {
font-size: 3.5em;
font-weight: normal;
line-height: 120%;
margin-top: -5px;
padding-bottom:25px;
margin-bottom: 25px;
border-bottom: 1px solid #FF4CB7;
}

h3 {
font-size: 2.5em;
font-weight: normal;
line-height: 120%;
margin-top: -5px;
padding-bottom:25px;
}

h4 {
line-height: 130%;
font-weight: normal;
font-size:2em;
margin-bottom: 5px;
}

/* wrapper override*/
#mainwrapper4 {
width: 804px;
margin-top: 24px;
background-color:#7E004B;
padding:30px 40px 20px 40px;
margin-right: auto;
margin-left: auto;
border: 8px solid #FFFFFF;
background-image:url(images/pink-background.jpg);
background-repeat:repeat-x;
}

#mainwrapper5 {
width: 900px;
margin-right: auto;
margin-left: auto;
margin-top: 25px;
}

#mainwrapper6  /*needed for faux columns*/
{
float: left;
width: 820px;
background-color:#1E2329;
padding:30px 40px 30px 40px;
margin-bottom: 45px;
}

#mainwrapper5 p a {
padding: 0px 2px 0px 2px;
background-color:#3D4552;
color:#FFFFFF;
}

#mainwrapper5 p a:hover {
background-color:#0099FF;
color:#FFFFFF;
}

#number {
color:#FF0099;
}

/* section boxes (links) override*/
#sectionlinks-wrapper {
margin-right: auto;
margin-left: auto;
width: 900px;
margin-top: 25px;
}

#pink-section-holder, #pink-section-holder2 {
float: left;
width: 443px;
font-size: 1em;
margin-bottom: 25px;
border-bottom: 8px solid #FFFFFF;
}

#green-section-holder, #green-section-holder2 {
float: left;
width: 442px;
margin-left: 15px;
font-size: 1em;
margin-bottom: 25px;
border-bottom: 8px solid #FFFFFF;
}

#pink-section-holder a{
	display: block;
	font-weight:normal;
	color:#FFFFFF;
	font-style:normal;
	text-transform:uppercase;
	font-size: 1em;
	background-color:#ED4CAD;
	padding: 0;
	margin-top: 0;
	width: 0;
	text-align:center;
	line-height:1.5em;
}

#green-section-holder a{
	display: block;
	font-weight:normal;
	color:#FFFFFF;
	font-style:normal;
	text-transform:uppercase;
	font-size: 1em;
	background-color:#84A83D;
	padding: 0;
	margin-top: 0;
	width: 0;
	text-align:center;
	line-height:1.5em;
}



