/* Style Sheet for version 4 browsers*//*defines style for main body of page including the background color and image*/body {	background-color: #FFFFFF;	background-image: url(../images/bkgd_page.gif);	background-repeat: repeat-x;	margin: 100px 0px 0px;	padding: 0px;}/*defines style for paragraphs, table cells and unordered lists*/p, td, ul {	font-family: Arial, Helvetica, sans-serif;	font-size: 13px;}/* Defines background color and width of the main content cell with a percentage to keepit "fluid"*/#maincontent {	background-color: #FFFFFF;	width: 70%;}/*Provided main content cell paragraphs with a small margin*/#maincontent p {	margin-left: 15px;}/* Provides style for headers in the main content cell*/#maincontent h1 {	margin-left: 10px;}/*Provides the width of the side column in percentage so that it remains "fluid" */#sidecolumn {	width: 5%;	background-color: #FFFFFF;}/*Defines background image and repeat patern for the page footer*/#footer {	background-image: url(images/footerbg.gif);	background-repeat: repeat-x;	background-color: #FFFFFF;}/*Provides the width of the left column in percentage so that it remains "fluid", also gives the background color and image*//*background-image: url(images/leftcolbg.gif);*/#leftcolumn {	width: 25%;	background-color: #CCCCCC;	color: #000000;}/* when applied to a paragraph gives it a different font style to the rest of the page, can be used to highlight imprtant text on the page*/p.tip {	color: #3333FF;	padding: 5px;	font-size: 12px;}.testify {	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	border: 1px solid #333333;	background-color: #FFFFCC;	padding: 10px;	margin-bottom: 30px;}.footer {	font-family: Arial, Helvetica, sans-serif;	font-size: 10px;	color: #000000;}h1 {	font-family: Arial, Helvetica, sans-serif;	font-size: 24px;	font-style: italic;	font-weight: bold;}h2 {	font-family: Arial, Helvetica, sans-serif;	font-size: 18px;	margin-left: 15px;	text-align: center;	color: #CC0000;}h3 {	font-family: Arial, Helvetica, sans-serif;	font-size: 14px;	font-weight: bold;	text-align: center;	margin-left: 15px;}h4 {	font-family: Arial, Helvetica, sans-serif;	font-size: 14px;	font-weight: normal;	margin-left: 30px;	margin-right: 30px;}.testifymain {	padding: 10px;	margin-bottom: 20px;}