body {
	margin: 0;
	padding: 0;
	font: 12pt Georgia, 'Times new roman', serif;
	color: #000000;
	background: #ffffff url( ../images/bgMain.jpg ) no-repeat 50% 0;
	text-align: center;
}

a {
	color: #990000;
	text-decoration: none;
}

a:hover {
	color: #660000;
	text-decoration: underline;
}

#mainContainer {
	margin: 0 auto;
	width: 781px;
	text-align: left;
	position: relative;
}

#mainHeader {
	height: 200px;
}

#mainHeader h1 {
	margin: 0;
	padding: 0;
}

#mainHeader h1 a {
	display: block;
	height: 60px;
	background: url( ../images/imgMainLogo.gif ) no-repeat 50% 100%;
}

#mainHeader h1 span {
	display: none;
}

#mainNavigation {
	margin: 0;
	padding: 0;
	width: 124px;
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
}

#mainNavigation li {
       display: inline;
}

#mainNavigation a {
	margin: 0;
	padding: 0;
	display: block;
}

#mainNavigation a.pictures,
#mainNavigation a.picturesCurrent {
	width: 124px;
	height: 40px;
	background: url( ../images/btnPictures_off.gif ) no-repeat 0 0;
}

#mainNavigation a.pictures:hover,
#mainNavigation a.picturesCurrent {
	background-image: url( ../images/btnPictures_on.gif );
}

#mainNavigation a.family,
#mainNavigation a.familyCurrent {
	width: 124px;
	height: 34px;
	background: url( ../images/btnFamily_off.gif ) no-repeat 30px 0;
}

#mainNavigation a.family:hover,
#mainNavigation a.familyCurrent {
	background-image: url( ../images/btnFamily_on.gif );
}

#mainNavigation a.activities,
#mainNavigation a.activitiesCurrent {
	width: 124px;
	height: 38px;
	background: url( ../images/btnActivities_off.gif ) no-repeat 2px 0;
}

#mainNavigation a.activities:hover,
#mainNavigation a.activitiesCurrent {
	background-image: url( ../images/btnActivities_on.gif );
}

#mainNavigation a.employer,
#mainNavigation a.employerCurrent {
	width: 124px;
	height: 35px;
	background: url( ../images/btnEmployer_off.gif ) no-repeat 100% 0;
}

#mainNavigation a.employer:hover,
#mainNavigation a.employerCurrent {
	background-image: url( ../images/btnEmployer_on.gif );
}

#mainNavigation a.contact,
#mainNavigation a.contactCurrent {
	width: 124px;
	height: 33px;
	background: url( ../images/btnContact_off.gif ) no-repeat 100% 0;
}

#mainNavigation a.contact:hover,
#mainNavigation a.contactCurrent {
	background-image: url( ../images/btnContact_on.gif );
}

#mainNavigation a span {
	display: none;
}

.ulfamily {
	margin: 0;
	padding: 0;
	list-style: none;
}

.liFamilyLeft {
	width: 55%;
	float: left;
	display: inline;
	text-align: left;
}

.liFamilyRight {
	width: 40%;
	float: left;
	display: inline;
	text-align: left;
}

#mainContent {
	margin-top: -100px;
}

#mainContent h2 {
	margin: 0 140px 0 140px;
	padding: 0 0 5px 0;
	font-size: 16pt;
	font-weight: normal;
	text-align: center;
}

#contentContainer {
	margin: 20px 10px 0 150px;
}

#contentContainer hr {
	margin: 0;
	padding: 0;
	height: 11px;
	border-width: 0;
	background: url( ../images/bgDivider.gif ) no-repeat 50% 0;
}

.contentContainerh3 {
	padding: 0 0 5px 0;
	font-size: 17pt;
	font-weight: normal;
	color: #990000;
}

#sidebar {
	width: 140px;
	font-size: 9pt;
	position: absolute;
	top: 200px;
	left: 0;
}

#sidebar h4 {
	padding: 0 0 15px 0;
	text-align: center;
	font-weight: normal;
	background: url( ../images/bgSectionHeader.gif ) no-repeat 50% 100%;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	padding-left: 13px;
	background: url( ../images/bltSidebar.gif ) no-repeat 4px 4px;
}

#sidebar img {
	padding: 0;
	border: 0;
}

#mainFooter {
	padding-top: 25px;
	font-size: 9pt;
	background: url( ../images/bgFooter.gif ) no-repeat 50% 0;
}

#mainFooter ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#mainFooter li {
	width: 33.3%;
	float: left;
	display: inline;
}

#mainFooter li.left {
	text-align: left;
}

#mainFooter li.center {
	text-align: center;
}

#mainFooter li.right {
	text-align: right;
}