@charset "utf-8";
/* CSS Document */
/* layout750Plain.css */
/* This is the css document that controls the overall page layout. It is preceded by reset.css and  typography.css files and is followed by a style sheet particular to each site's colors, fonts and special div's. */

/****** html styles ********/

body{
	background-color: #666666;
	}

img {
	border: none;
	}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#container {
  position: relative;
  width: 750px;
  margin: 0 auto;
  text-align: left;
  background-color: #ffffff;  
}

#masthead{
	width: 100%;
	background-color: #000000;
	height: 147px;
}

#masthead img {
	visibility: visible;
	float: left;
}

#contentContainer{
   float: left;
   width: 750px;
	}

#content{
   	width: 650px;
	margin: 0 auto;
	padding: 0 10px 0 10px;	
	}


/***********************************************/
/*Component Divs                               */
/***********************************************/








/************* #globalNav styles (breadcrumbs) *************/

#globalNav{
	padding: 0px 0px 2px 0px;
	margin: -5px 0px 30px 15px;
	}
	



/************* #footer styles ***************/

#footer{
	clear: both;
	padding: 10px 10px 10px 0px;
	margin-top: 40px;
	color: #ffffff;
	background-color: #000000;
	text-align: center;
}

#footer img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

#footer a {
	color: #ffffff;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}









