@charset "utf-8";
#topNav {
	font-size:17px;
	color: #000000;
	padding:0;
	background:#FD0A98;
	height: 32px;
	width: 760px;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#topNav li {
	float: left;
	list-style-type: none;

}
#topNav li .selected {
	color: #FFFFFF;
}

#topNav a {
	float:left;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	margin-right: 2px;
	margin-left: 18px;
	padding-top: 3px;
	text-align:right;
}
#topNav a .selected {
	color: #FFFFFF;
	font-weight: normal;
}

#topNav a:hover {
	color:#FFFFFF;
	font-weight: normal;
}
/*#topNav .selected{
	float:left;
	height:19px;
	padding-top:2px;
	padding-right: 11px;
	padding-left: 10px;
	color:#FFFFFF;
	background-image: none;
	background-color:#5F5E61;
}*/
#bottomNav{
	font-size:11px;
	text-align:center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FD0A98;
	padding-top: 5px;
	width: 760px;
	float: left;
	margin-bottom: 20px;
	margin-top:15px;
	padding-bottom: 20px;
}
#bottomNav a {
font-weight:normal;
	text-decoration:none;
}
#bottomNav a:hover {
	color:#FD0A98;
}
#bottomNav a .current{
	color:#FD0A98;
	}

/*  newsletter settings */

#newsletter {
	padding:0;
	margin:0;
	background:#FD0A98;
	height: 34px;
	width: 760px;
	font-size:12px;
	color: #fff;
}

/*#newsletter input[type="text"]{
	padding:2px;
	margin:0;
	height:17px;
	width:100px;
	}
#newsletter input[type="submit"]{
	padding:0;
	margin:0;
	height:auto;
	width:auto;
	text-align:center;
	vertical-align:middle;
	}*/