BODY {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #ff33cc;
	background-color: #003366;
	text-align: center;
	padding: 0px;
	margin: 0px;
}

#wrapper {
	width: 840px;
	text-align: left;
	border-left: solid 1px #ff66cc;
	margin: 0px auto;
	padding: 0px;
}

#header {
	height: 118px;
	font-size: 37px;
	border-bottom: solid 1px #ff66cc;
	margin: 0px;
	padding: 0px;
}

#header P {
	margin-top: 14px;
	margin-left: 12px;
}

#menu {
	font-size: 18px;
	border-bottom: solid 1px #ff66cc;
	margin: 0px;
	padding: 0px;
}

#menu A:link {
	color: #ff33cc;
	text-decoration: none;
}

#menu A:visited {
	color: #ff33cc;
	text-decoration: none;
}

#menu A:hover {
	color: #ff33cc;
	text-decoration: underline;
}

#menu P {
	margin-top: 12px;
	margin-left: 12px;
}

#section {
	margin-top: 40px;
	margin-left: 12px;
	line-height: 16px;
	font-size: 37px;
	font-weight: bold;
	width: 100%;
/*	padding-top: 16px;
	margin-bottom: 10px;
	line-height: 19px;*/
}

#content-text {
	margin-top: 40px;
	margin-left: 12px;
	line-height: 19px;
	width: 42%;
/*	float: left;*/
}

#content-text A:link {
	color: #ff99cc;
	text-decoration: none;
}

#content-text A:visited {
	color: #ff99cc;
	text-decoration: none;
}

#content-text A:hover {
	color: #ff99cc;
	text-decoration: underline;
}

#content-image {
	margin-top: 40px;
/*	margin-left: 12px;
	border: 1px #FFFFFF solid;
	line-height: 19px;*/
	width: 450px;
	float: right;
	font-size: 10px;
	line-height: 12px;
}

#content-image A:link {
	color: #ff99cc;
	text-decoration: none;
}

#content-image A:visited {
	color: #ff99cc;
	text-decoration: none;
}

#content-image A:hover {
	color: #ff99cc;
	text-decoration: underline;
}

#content-image IMG {
	border: none
}

.headline {
	font-size: 18px;
/*	margin-top: 10px;*/
	line-height: 24px;
}

.titles {
	font-size: 28px;
	line-height: 30px;
}