body{
	line-height: 1.2em;
	font-size: 75%;
	color: #ffffff;
	font-family: Arial,Helvetica,sans-serif;
}

a{
	color: #ef4e92;
	text-decoration: none;	
}

#main-nav a.quicklinks{
	background: none !important;
}

a:hover{
	color: #ffffff;
	background-color: #ef4e92;
}



p, h1, h2, h3{
	line-height: 1.5em;
}

p{
	margin-top: 5px;
	margin-bottom: 10px;	
}

.what-people-are-saying p{
	margin-top:0px;
	margin-bottom:0px;
	font-size: 120%;	
}



h1{
	font-size: 140%;
}
h2{
	font-size: 120%; 
}

.news-feed h2{
	padding-left: 10px;
	background-image:url(images/staricon.png);
	background-position: 0% 55%;
	background-repeat: no-repeat;
}

.quicklink li a{
	font-size: 85% !important;
	color: #ffffff !important;
	line-height: 1em;
}


/** sub menu **/
#main-nav li li a{
	font-weight:bold;
	font-size: 100%;
	text-transform: uppercase;
	color: #000000;	
}

.post h1{
	font-size: 30px;
	margin-bottom: 30px;
}

.post h2{
	font-size: 16px;
}

.post h3{
	font-size: 16px;
}

.post h4{
	margin-bottom: 20px;
	font-size: 12px;
	color: #EF4F91;
	font-weight: bold;
	font-style:italic;
}

#content a{
	color: #ed0082;
	font-weight: bold;
	/** background-image: url(images/link-icon.png); **/
	background-position: 0% 30%;
	background-repeat: no-repeat;
}

#content li{
	padding-left: 10px;
	float: none;
	padding-bottom: 5px;
	background-image: url(images/list.png); 
	background-position: 0% 40%;
	background-repeat: no-repeat;
}
#content a:hover{
	color: #ffffff;
	background-color:transparent;
	text-decoration:underline;
	font-weight: bold;
}

#copyright{
	color: #ef4f91;
}

strong{
	color: #ef4f91;
	text-transform: uppercase;
}

.contact-info .post{
	font-size: 140%;
}