@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: #ffffff;/*was #666666*/
	}

img {
	border: none;
	}


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

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

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

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

#contentContainer{
   float: left;
   width: 775px;/*(was 750*/
	}


#leftNav {
	background-image: url(../images/leftNavComposite118x136.jpg);
	background-repeat: no-repeat;
	width: 138px;/*was 118*/
	float: left;	
}

#leftNav ul {
	list-style: none;
	font-size: 21px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin-left: .6em;
}

#leftNav li {
	padding-bottom: 1em;
	
}

#leftNav li a {
	padding-bottom: 1.8em;
	line-height: 1.2em;
}

#content{ 
	float: right;
   	width: 580px;/*was 650*/
	margin: 0 auto;
	padding: 0 30px 0 20px;	
	}


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

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



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

#footer {
	clear: both;
	padding: 10px 10px 10px 0px;
	margin-top: 40px;
	margin-left: 148px;
	color: #000000;/*was ffffff*/
	background-color: #ffffff;/*was 000000*/
	text-align: center;
	width: 500px;
	float: left;
}








