/* Public: General */

div, h1, h2, h3, h4, h5, h6, img, table {
	border: 0;
	padding: 0;
	margin: 0;
}

* {
	font-size: 100%;
}

p {
	margin-bottom: 1em;
}

body {
	text-align: center;
	margin: 20px 0 20px 0;
	font-family: arial, verdana, sans-serif;
	font-size: 70%;
	background: #fff;
}

a {
	font-weight: bold;
	color: #cb0272;
	text-decoration: none;
	font-size: 90%;
}

a.selected {
	color: #525252;
}

a:hover {
	color: #525252;
}

#wrapper {
	text-align: left;
}

#menu { display : none;}

#menuMain {display : none;}

#menuMain a {display : none;}

* html #menuMain a {display : none;}

#homeLink {
	position: absolute;
	top: 0;
	left: 0;
}

#rightContent {
	padding: 0;
	margin: 0;
	border: 0;
	float: right;
	width: 554px;
	position: relative;
	z-index: 10;
	text-align: right;
}

#header {display : none;}

#topBar {display : none;}

#topBar a {
	margin: 0 14px 0 7px;
	position: relative;
	top: 5px;
	color: #fff;
}

#mainContent {
	padding-left: 20px;
	margin-top: 40px;
	color: #525252;
	letter-spacing: 0.03em;
	line-height: 1.5em;
	border-left: 1px dotted #ccc;
	text-align: left;
}

#mainContent a {
	font-size: 100%;
}

#mainText {
	margin-left: 180px;
}

strong {
	color: #bf026b;
}

.fleft {
	float: left;
	margin: 6px 20px 0 10px;
}

#boxHolder {
	line-height: 1.2em;
}

#boxHolder a {
	font-weight: bold;
	font-size: 100%;
}

#boxHolder p {
	margin: 0 0 1em 0;
	width: 158px;
	padding-left: 5px;
}

.bottomBox {
	margin: 10px 0 0 12px;
	background: #e9e5e5;
	background-image: url(/images/bottombox.gif);
	background-position: top left;
	background-repeat: no-repeat;
	float: left;
	width: 168px;
}

.bottomBox h3 {
	margin: 10px 0 15px 30px;
	color: #fff;
}

.bottomBoxBottom {
	background: #fff;
	background-image: url(/images/bottomboxbottom.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width: 168px;
	height: 16px;
}

.pinkArrow {
	margin-left: 10px;
}

.clear {
	clear: both;
}

#bottomBar {
	background-image: url(/images/bottomleft.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 0;
	width: 763px;
	height: 90px;
}

div.lozenge {
	background-image: url(/images/lozenge.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width: 450px;
	height: 35px;
	padding: 5px 0 0 25px;
}

div.lozenge a {
	font-size: 100%;
	font-weight: bold;
	color: #fff;
}

div.lozenge a:hover {
	color: #aaa;
}