body {	font-size: 12px;	font-family: arial, helvetica, Geneva, Swiss, sans-serif;	line-height: 14px;	background-color: #FFFFE1;	}#header {	border-top: 1px solid #333333;	border-right: 1px solid #333333;	border-left: 1px solid #333333;	}#column1 {	background-color: #FFFFCA;	border-bottom: 1px solid #333333;	border-left: 1px solid #333333;}#column2 {	background-color: #EEFFDD;	border-bottom: 1px solid #333333;	border-right: 1px solid #333333;	border-left: 1px solid #333333;	}#mainnav {	border: 1px solid #333333;	}/*ol, ul, li {	margin: 0; padding: 0;}	 this zero's the browser's changes. my list margin and padding comes after this*/	ol, ul, li {	margin-left: 20;	padding: 10;	list-style-type: disc;	}p {	padding-right: 10px;	padding-left: 10px;	}h1,h2,h3, h4, h5 {	padding-right: 10px;	padding-left: 10px;	}.table {	padding: 0px;	}	h1 {	font-size: 1.5em;	color: #233604;	padding-top: 10px;	}h2 {	font-size: 1.25em;	color: #546B05;	}h3 {font-size: 1.25em;	font-style: italic;	color: #546B05;	}h4 {font-size: 1.25em;	font-style: italic;	}em {	font-weight: bold;	}.chapter {	margin-top: 0;	margin-bottom: 3px;	font-size: 10px	}	.quote {	font-family: Textile; 			font-weight: normal!important;	/*this is for compliant browsers, it gets priority */		font-weight: bold;			/*this is for IE, the the previous !important is not read by IE as priority and it cascades*/	line-height: 16px;	color: #330099;	letter-spacing: .03em;	}	.pullQuoteRs, .pullQuoteLs {	/* the small pulls*/	position: relative;	width: 150px; 	display: inline	}.pullQuoteRb, .pullQuoteLb {	/* the big pulls*/	position: relative;	width: 210px; 	display: inline	}.pullQuoteLs, .pullQuoteLb { 										/*float: left; removed and applied to container*/	margin-right: 10px;	margin-top: 5px;	margin-bottom: 5px;	margin-left: 0px !important;	/*this is for compliant browsers,the !important is not read by IE as priority*/	/*margin-left: -3px;				this is a nudge for IE, it cascades the previous, incorrectly*/	} .pullQuoteRs, .pullQuoteRb {	float: right;	margin-left: 10px;	margin-top: 5px;	margin-bottom: 5px;	margin-right: 0px !important; 	 /*this is for compliant browsers,the !important is not read by IE as priority*/	/*margin-right: -3px;				this is a nudge for IE, it cascades the previous, incorrectly*/	}.pulldivL {	float: left;	}.address {	font-size: 10px;	line-height: 10px;	text-align: center;	border-top-width: 1px;	border-top-style: solid;	border-top-color: #333333;}