body {
	background-color:#ffffff;
}

#divMain { 
   padding: 0px; 
   height: 700px; 
   width: 1000px; 
   margin-left: -500px; 
   margin-top: -375px; 
   text-align: center; 
   top: 50%; 
   left: 50%; 
   position: absolute; 
} 

#footer { 
   margin-top: 5px; 
   height: 100px; 
   width: 798px; 
   text-align: right; 
   position: relative;
   font-family:Arial, Helvetica, sans-serif;
   font-size:9px;
   line-height:13px;
   color:#999; 
} 
a {
	color:#999;
	text-decoration:none;
	}

a:hover {
	color:#CCC;
	}
	
a:visited {
	color:none;
	}
	
/* Careers */
div.news {
     position: relative;
     margin:0;
     margin-bottom: 20px;
     border-bottom: 1px #8d8d8d solid;     
}
/*
     h1 is for news "where from" area
     span shrinks the date
*/
.news h1 {
     margin:0px 0px 3px 0px;
     padding:0px;
     font-size:15px;
     font-weight:bold;
     line-height:17px;
     color:#766441;
	width: 75%;
}
.news h1 span {
     font-size: 11px;
     margin-left: 10px;
     font-weight: normal;
}
.news p {
     font-family: Arial, Verdana, sans-serif;
     font-size:12px;
     line-height:16px;
     margin:7px 0;
     padding:0px 25px 0px 0px;
     color:#2f2a17;
}
.news h2 {
     position: relative;
     margin:0px 0px 10px 0px;
     padding:0px;
     font-size:12px;
     font-weight:bold;
     color:#2f2a17;
}
.news h3 {
     font: bold italic 15px "Times New Roman", Times, serif #333;
     margin: 0 0 5px 0;
}
.news a {
     position: absolute;
     top: 0;
     right: 0;
     display: block;
     font-size: 11px;
}
.news h4 {
     font-size:12px;
     color:#2f2a17;
     font-weight: bold;
     font-style: italic;
     margin: 0;
}
.news h5 {
     font-size:12px;
     color:#2f2a17;
     font-style: italic;
     font-weight: normal;
     margin: 0;
}
.newsTitle {
}
.newsAuthor {
     font-size:12px;
     font-weight:200;
     font-style:italic;
     line-height:20px;
     color:#2f2a17;
}
.news a, .news a:link {
     color: #F93;
     text-decoration: none;
}
.news a:hover {
     text-decoration: underline;
}
.detail a {
     position: relative;
}     

