html, body {
height: 100%;
 margin:0px 0px 0px 0px; 
 padding:0;
 min-height: 100%; margin-bottom: 1px;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
	text-align: center;	
	}
.corps {
	text-align: center;	
	}	
	
.header-about {
	background-color: #000000;
	background-image: url("/img/bg-nav-about.gif");
	background-repeat: repeat-x;
	background-position: center top;
	text-align: center;
}
.content-bg {
background-image: url("/img/bg.gif");
background-position: center top;


}
.content {
	
	padding-bottom: 60px;
	padding-top: 30px;
	text-align: left;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	width: 790px;
	
}
.content-taleo {
	
	padding-bottom: 60px;
	padding-top: 30px;
	text-align: left;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	width: 790px;
	
}


td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	color: #666666;
	text-align:left;
}


.content table {
	width: 790px;
	background-color: #FFFFFF;
}


.content-txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	color: #666666;
	padding-left:20px;
	text-align:left;
}

.footer-about {
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #669933;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #669933;
	padding-top: 10px;
	padding-left: 500px;
	white-space: nowrap;
}
.footer-about a {
	color: #669933;
	text-decoration: underline;
}
.ucase {
	font-weight: bold;
	text-transform: uppercase;
}
a:link {
	color: #FF6600;
}


a:visited {
	color: #996600;
}
a:hover {
	text-decoration: none;

}


/* Privacy Policy Section */
.privacy-section {
    padding: 80px 20px;
    background-color: #1a1a1a;
    color: #ffffff;
    min-height: 100vh;
}

.privacy-section .container {
    max-width: 900px;
    margin: 0 auto;
}

.privacy-section h1 {
    font-size: 36px;
    color: #ff8c42;
    margin-bottom: 10px;
    text-align: center;
}

.privacy-section .last-updated {
    text-align: center;
    color: #999;
    font-size: 14px;
    margin-bottom: 40px;
}

.privacy-section h2 {
    font-size: 24px;
    color: #ff8c42;
    margin-top: 40px;
    margin-bottom: 15px;
}

.privacy-section h3 {
    font-size: 18px;
    color: #ffffff;
    margin-top: 25px;
    margin-bottom: 10px;
}

.privacy-section p {
    font-size: 16px;
    line-height: 1.8;
    color: #cccccc;
    margin-bottom: 15px;
}

.privacy-section ul {
    margin-left: 30px;
    margin-bottom: 20px;
}

.privacy-section li {
    font-size: 16px;
    line-height: 1.8;
    color: #cccccc;
    margin-bottom: 8px;
}

.privacy-section a {
    color: #ff8c42;
    text-decoration: none;
}

.privacy-section a:hover {
    text-decoration: underline;
}

.privacy-section .contact-info {
    background-color: #2a2a2a;
    padding: 20px;
    border-radius: 8px;
    margin-top: 20px;
}

.privacy-section strong {
    color: #ffffff;
}