/* OLD BROWSER STYLES - ALL COLUMNS - ALL LEVELS */
body {
	background:#fff;
	font-family: arial, sans-serif;
	font-size:1em;
	}
h1 {
	font-size:1.5em;
	}
h1,h2,h3 {
	font-size:1.25em;
	}
a {color:#53a820;}

.headerLogo {float:left;}
.navUtil {float:left;}
.navTop {clear:both;}
.headerBlock {
	background:#233289;
	color:#fff;
	}
.navTop table {
	color:#fff;
	background:#233289;
	}
.navTop a {
	color:#fff;
	text-decoration:none;
	}
.wrapper {
	float: left;
	width: 570px;
	}
.first-col {
	float: left;
	width:168px;
	background:#bfd5ef;
	}
.second-col {
	float:left;
	}
.second-col img.mainimage {
	width:392px;
	}
.third-col {
	background:#bfd5ef;
	float:right;
	}
.footer {
	clear:both;
	}
.old-browsers {
	font-weight:bold;
	color:#933;
	background-color:#ccc;
	width:50%;
	}

/* MISCELLANEOUS STYLES */
.center {text-align:center;}
.italic {font-style:italic;}
.bold {font-weight:bold;}
.bold-italic {font-weight:bold;font-style:italic;}
.smaller {font-size:smaller;}
.larger {font-size:larger;}


