body  {
	font-family: 100% Arial, Helvetica, Verdana, sans-serif;
	background: #fff;
	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: #000;
}
p {
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	font-size: .6875em;
}
a { 
color: #005293; 
font-size: 11px; 
font-family: Arial, Helvetica, Verdana, sans-serif; 
text-decoration: none; 
}

a:hover, a:active { 
color: #f00; 
font-size: 11px; 
font-family: Arial, Helvetica, Verdana, sans-serif; 
text-decoration: none; 
}

a-on { 
color: #005293; 
font-size: 11px; 
font-family: Arial, Helvetica, Verdana, sans-serif; 
text-decoration: none;  
}

.style1 {color: #005293}
 
.IP #container { 
	width: 924px;  
	background: #fff;
	margin: 10px auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.IP #topnav { 
	background: #fff; 
	padding: 0px 0px 0px 0px;
	height: 139px;
	width: 924px; 
}
.IP #topnav 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 */
}
.IP #mainnav { 
	background: #fff; 
	padding: 0px 0px 0px 0px;
	height: 100px; 
} 
.IP #logo { 
	background: #fff; 
	float: right;
	width: 116px; 
}

#sidebar {
	float: right;
	width: 217px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fff;
	border: 1px solid #f00;
	height: 310px;
	padding: 0px 10px 10px 0px;
}

#sidebarmenu  {
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 10px; /*bottom spacing between each UL and rest of content*/
}

#sidebarmenu  li {
padding-bottom: 2px; /*bottom spacing between menu items*/
}

#sidebarmenu li a {
color: #005293;
background: #fff url(../images/arrowbullet.gif) no-repeat center left; 
display: block;
padding: 3px 0;
padding-left: 19px;
text-decoration: none;
line-height: 15px;
border-bottom: 1px solid #dadada;
}

#sidebarmenu li a:hover {
color: #f00;
}



.IP #sidebar #boxheader {
	font: bold .75em Arial, Helvetica, Verdana, sans-serif;
	color: #fff;
	background: #ee3a43;
	width: 65%;
	height: 12px;
	margin-bottom: 0px; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	padding: 4px 0 4px 5px; /*header text is indented 10px*/		
}

.IP #sidebar #boxheader1 {
	font: bold .6875em Arial, Helvetica, Verdana, sans-serif;
	color: #fff;
	background: #ee3a43;
	width: 65%;
	height: 12px;
	margin-bottom: 0px; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	padding: 4px 0 4px 5px; /*header text is indented 10px*/		
}



.IP #gallery { 
	margin: 0px 0px;
	width: 686px;
	background: #E2E1DD;
	height: 200px;
}
.IP #mainContent { 
	margin: 0px 0px 10px 0px;
	width: 666px;
	padding: 10px 10px;
	background: #E2E1DD;
	height: 100px;
	font-size: .875em;
} 

.IP #mainContent p { 
	font-size: .875em;
}
.IP #box1 { 
	padding: 10px 10px;
	margin: 0 0px 20px 0px;
	background: #fff;
	width: 200px;
	float: left;
	border: 1px solid #ee3a43;
	height: 110px; 
} 
.IP #box2 { 
	padding: 10px 10px;
	margin: 0 0px 0 10px;
	background: #fff;
	width: 200px;
	float: left; 
	border: 1px solid #ee3a43;
	height: 110px;
} 
.IP #box3 { 
	padding: 10px 10px;
	margin: 0 0px 0 10px;
	background: #fff;
	width: 200px; 
	float: left;
	border: 1px solid #ee3a43;
	height: 110px;
} 
.IP #box4 { 
	padding: 10px 10px;
	margin: 0 0px 0 10px;
	background: #fff;
	width: 206px;
	float: left;
	border: 1px solid #ee3a43;
	height: 110px; 
}

.IP #box1 p { 
	margin: 0;
	line-height: 1.3em;
}
.IP #box2 p { 
	margin: 0;
	line-height: 1.3em; 
}
.IP #box3 p { 
	margin: 0;
	line-height: 1.3em; 
}
.IP #box4 p { 
	margin: 0;
	line-height: 1.3em; 
}
  
.IP #footer { 
	padding: 0 0px 0 0px;
	background: #fff; 
} 
.IP #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 */
}

.clearfloat {
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}
