/*common classes*/
.BackgroundColor {
	background:#ae2547 url(../images/logoColor1.gif) no-repeat top left;
	width:910px;
	margin:0 auto;
}
.headerImg img {
	width:509px !important;
	height: auto;	
}
/*Navigation classes starts*/
.topNav {
	color:#ffcece;
}
.topNav li {
	background:url(../images/separator.gif) no-repeat right top;
}
.topNav li a {
	color:#ffcece;
	text-decoration:none;
}
.topNav li a:hover {
	color:#ffcece;
	text-decoration:none;
}
.navBg {
	background:url(../images/mainNav_bgColor1.gif) repeat-y;
}
.mainNav li a {
	background:url(../images/mainNavBulletColor1.gif) no-repeat 8px 15px;
	color:#fff;
	border-bottom:1px solid #d25574;
}
.mainNav li a:hover {
	color:#fed5df;
	background-color:#9c132e;
}
.mainNav li.selected {
	background-color:#9c132e;
}
.mainNav li ul {
	position:absolute;
	margin-left:175px;
	margin-top:-33px;
	width:175px;
}
.mainNav li ul li {
	background-color:#9c132e;
}
.mainNav li ul li a {
	border-bottom:1px solid #b83153;
	font-size:90%;
}
.mainNav li ul li a:hover {
	color:#fef8f3;
	background-color:#7a061d;
}
.mainNav li ul ul {
	position:static;
	margin-left:0px;
	margin-top:0px;
	width:175px;
}
.mainNav li ul ul li a {
	background:#ac143a url(../images/mainNavBulletSubBilKun.gif) no-repeat 28px 12px;
	padding:5px 20px 5px 36px;
	color:#fff;
	text-decoration:none;
	display:block;
	border:none;
	font-weight:normal;
	text-transform:none;
	font-size:110%;
}
.mainNav li ul ul li a:hover {
	color:#fee6d5;
	background-color:#ac143a;
}
/*common classes ends*/

.contentSection {
	padding:20px 32px 0 6px;
}
.content {
	width:510px;
	float:right;
}
.pageTitle {
	margin:16px 0 10px 0;
}

