html {
	/*height:100.02%;/*to force vertical scroll bar for consistency between pages*/
}
/*css reset to remove any default margin or padding*/
body,h1,h2,h3,h4,h5,h6,p,ul,ol,li,form {
	margin:0;
	padding:0;
}
ul, ol {
	list-style:none;
}
body {
	text-align:center;
	background-color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100.01%;
}
.hidden{
	display:none;
}
/*page layout section*/
#wrapper {
	width:800px;
	text-align:left;
	margin:10px auto;
	background-color:#fff;
	background:#edecdd url(images/curve.jpg) no-repeat right 140px;
}
#banner {
	height:165px;
}
#leftColumn {
	width:210px;
	float:left;
	background:url(images/bricks.gif) top left no-repeat;
}
#rightColumn {
	width:123px;
	float:right;
}
#middleColumn {
	margin:10px 155px 0 235px;
	height: expression( this.scrollHeight < 491 ? "490px" : "auto" );
	min-height:490px;
}
#footer {
	margin-left:235px;
	padding-bottom:30px;
}
/*style section*/
h1 {
	font-size:1em;
	color:#003776;
	margin-bottom:11px;
}
h2,p {
	font-size:.8em;
	margin-bottom:15px;
}
h2 {
	color:#003776;
}
#middleColumn ul {
	margin-bottom:15px;
}
#middleColumn li {
	font-size:.8em;
	background:url(images/bullet.gif) no-repeat left 2px;
	padding-left:22px;
	margin-bottom:8px;
}
#middleColumn a {
	color:#003776;
	font-weight:bold;
}
#middleColumn h3 {
	color:#3a5c46;
	font-size:.8em;
	margin-bottom:15px;
}
#leftColumn a {
	text-decoration:none;
	color:#6784a2;
	font-weight:bold;
	display:block;
	width:144px;
	margin-top:16px;
	padding-left:31px;
	background:url(images/sun.gif) no-repeat left;
	min-height:16px;
}
#leftColumn a:hover {
	background:url(images/current_item.gif) no-repeat left;
	color:#003776;
}
#leftColumn li {
	padding-left:26px;
	font-size:.8em;
	margin-bottom:2px;
}
#leftColumn ul {
	padding:1px 0 20px 0;
	margin-top:10px;
	background:url(images/navBlock.gif) no-repeat center top;
}
#footer p {
	font-size:.6em;
}
#footer h3 {
	font-size:1em;
	font-weight:normal;
	color:#dad6ba;
	margin-bottom:20px;
	margin-top:20px;
}
#middleColumn .emailLink {
	color:#3a5c46;
	text-decoration:none;
}
#middleColumn .phoneNumber {
	font-size:1.2em;
}