@charset "UTF-8";
/* CSS Document */


body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
}
.oneColFixCtrHdr #container {
	width: 670px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-left: 1px dotted #666666;
	border-right: 1px dotted #666666;
	border-top: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 40px;
	font-size: 85%;
	line-height: 1.4em;
}
.oneColFixCtrHdr #header {
	background: #ffffff; 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	 /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#container #header img {
	margin-left: -40px;
	margin-top: -40px;	
	
	
	
	
	}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}

/* ---------------------- CUSTOMER LIST STYLES ---------------------*/

#clientlst h4.subheading {
	font-weight: bold;
	font-style: italic;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}


.oneColFixCtrHdr #mainContent .clientlist h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: italic;
	line-height: 15px;
	font-weight: bold;
	color: #333333;
	padding-top: 1em;
	letter-spacing: 1px;
}
.oneColFixCtrHdr #mainContent table.clientlist p.plain-text {
	line-height: 13px;
	margin: 2px;
	
}
.oneColFixCtrHdr #mainContent table.clientlist td {padding: 0;
	margin: 0px;
}





/* ---------------------- END CUSTOMER LIST STYLES ---------------------*/

.plain-text p {
	line-height: 1.6em;
}

div.story {
				color: #666;
				
			}
			p.normal {
		}
			p.normal-web- {}
			p.plain-text {}
			
			
		a:link {color: #339966;
			text-decoration: underline;
			
		}	
		a:visited {color: #663366
			
		}
		
		a:link li {color: #339966;
			
			
		}	
	 a:visited li{color: #663366;
			display: block;
			
		}
		
.oneColFixCtrHdr #container #lowerheader {margin-top: -20px;}
	
.oneColFixCtrHdr #container #lowerheader #nav ul {display: inline;
		



}

	
#lowerheader #nav li {display: inline;
	background-color: #f3f6f5;	
	padding: 0 30px 5px 30px;
	border-right: 1px solid #339966;
	list-style-type: none;
	margin-left: -5px;
}
#lowerheader #nav li.home {border-left: 1px solid #339966;
	border-right: 1px solid #339966;
}
br {margin-top: -15px;}

#lowerheader #nav li a {text-decoration: underline;}

		
#mainContent table {padding-top: 40px;
	text-align: left;
	font-size: 12px;
	line-height: 16px;
}	

#mainContent table p {font-size: 12px/16px;
	font-weight: lighter;

}
	
#mainContent table td {font-size: 12px;}


#mainContent .freeresources table {
	width: 550px;
	}
	
#mainContent .freeresources td {border-bottom: 1px dotted #ccc;
	border-left: 1px dotted #ccc;
	padding: 5px;
	margin: 0;
	}
#mainContent .freeresources th {border-bottom: 1px dotted #ccc;
	border-left: 1px dotted #ccc;
	border-top: 1px dotted #ccc;
	padding: 5px;
	margin: 0;
	}
	
a img {border: 0;}

.booksection1 {width: 700px;
	padding-right: 10px;

}

.booksection1 img{padding-right: 5px;}

.booksection2 {width: 650px;

}
	
.booksection2 p {width: 650px;
	line-height: 18px;

}	

/*---------------------------------use this if necessary
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;}


.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

*/
