/* 

CSS Style Sheet for
PDS Technical Services
(c) 2009 PDS technical Services

Notes:
This CSS file handles:
	. all page layout 
	. all font and link appearance
	. background colors
for PDS' Taleo Branding

Modification history:
July 2009 - created mavery

February 2011 - got rid of unused sections

 */


body { 	margin:0; 
		padding:0; 
		text-align:center;
		color:#3B3832; 
		background:#ffffff;
		}

#PDSbody {	background:#c0c0c0;
		}


#PDSheader {	width:1024px;
			height:153px;
			border-top: #c0c0c0 5px solid;
			border-left: #c0c0c0 5px solid;
			border-right: #c0c0c0 5px solid;
			border-bottom: ;
		    }

#PDSheaderbottom {	width:1024px; 
				height:165px;
				color:#c0c0c0;
				border-top: #c0c0c0 5px solid;
				border-left: #c0c0c0 5px solid;
				border-right: #c0c0c0 5px solid;
				border-bottom: ;
		}

#PDSheaderbottom a:link {text-decoration: none}

#PDSheaderbottom A:visited {text-decoration: none}

#PDSheaderbottom A:active {text-decoration: none}

#PDSheaderbottom A:hover {text-decoration: underline; color: red;}

#PDScontentcontainer { width:1024px; 
				background-color:#ffffff;
				text-align:left;
				border-top: #c0c0c0 5px solid;
				border-left: #c0c0c0 5px solid;
				border-right: #c0c0c0 5px solid;
				border-bottom: ;
		}


#PDSfooter {     background-color:#ffffff; 
			color:#000000; 
			text-align: center;
			width:1024px;
			border-width: 5px;
			border-color: #c0c0c0;
			border-style: solid;
		}

#PDSfooter a { 	font-size:100%; 
			color:#000000;
		 }

#PDSfooter a:visited (text-decoration:underline;
		color:#c0c0c0;
		}

#PDSfooter a:hover { text-decoration:underline; 
		color:#9F9C8A;  
		}

