<style type="text/css"> 
/* #4e3402 dark brown
#fefdfb nearly white
#3f037d very dark purple
#f8edd8 tan
*/
body, address, dd, dl, hr, p, form { 
font-family: Verdana, Tahoma, Helvetica, "Times New Roman", Georgia, Geneva, Arial, serif; 
margin: 0; 
padding: 0; 
}
body  {
	font: 100% "Times New Roman", Times, serif;
	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;
	background-image:url(../Images/bodyBkgdRepeat.jpg);
}
#container { 
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #fefdfb; /*nearly white*/
	border: 2px solid #4e3402; /* dark brown */
} 
#containerContact { 
	width: 700px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	border: thin #4e3402 solid;
	background-color: #fefdfb; /*nearly white*/
} 
} 
#mainContent {
	margin: 0; /* the auto margins (in conjunction with a width) center the page */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 980px;
	background-color: #fefdfb; /*tan*/
}
#sidebar1 {
	float:left;
	width: 250px; 
	text-align:left;
	margin: 0 12px 2px 0;
	padding: 25px 5px 5px 2px; /* padding keeps the content of the div away from the edges */
}
#sidebar2 {
	float:right;
	width: 265px; 
	margin: 0 2px 2px 2px;
	padding: 5px 25px 5px 5px;
	text-align:center;
}
#center {
	float:left;
	width: 440px;
	margin: 0 6px 2px 0px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 20px 10px 5px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #f8f8e1; /*cream*/
}
#logo {
	text-align:center;
	padding: 10px 15px 10px 5px;
	margin: 0;
}
#main {
	width: 700px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#header {
	padding: 0;
	margin: 3px;
	border-bottom: thin #3f037d solid;
	background-color: #fefdfb; /*tan*/
}
#content {
	float:left;
	width: 672px;
	margin: 3px; 
	padding: 30px 10px 5px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #f8f8e1; /*cream*/
}
.form {
	background-color: #f8f8e1; /*cream*/
	padding:15px;
	margin: 15px 20px 5px 15px;
}
.indent {
	text-indent: 20px;
}
#returnHome a, #returnHome a:visited {
	float:right;
	text-align:right;
	padding: 3px 5px 10px 0;
	width:200px;
	height: 50px;
	font-weight:700;
	font-style:italic;
	font-variant:small-caps;
	font-stretch:expanded;
	color:#039;
	text-decoration:none;
}
#returnHome a:hover, #returnHome a:active {
	color:#4e3402;
	text-decoration:underline;
}
#anInsAgency {
	text-align:center;
	padding: 10px;
	margin: 0;
}

#contact {
	width: 210px;
	padding: 5px 5px 0 5px;
	margin: 0;
	font-size:90%;
}

#invite {
	width: 210px;
	padding: 0 10px 10px 10px;
	margin: 0;
}

#PIA {
	width: 210px;
	padding: 10px 5px 0 5px;
	margin: 0;
	font-size:90%;
}
#profAgency {
	padding: 5px 10px 0 0;
	margin: 5px;
}
#aims {
	padding: 10px 10px 10px 6px;
	margin: 0;	
}
#indAgency {
	padding: 0 10px 0 5px;
	margin: 0;
}
#discounts {
	padding: 10px 5px;
	margin: 0;
}
#products {
	padding: 10px 5px;
	margin: 0;
}
#companies {
	padding: 10px 5px;
	margin: 0;
}
#services {
	padding: 5px 10px 5px 0;
	margin: 0;
}
p {
	text-indent: 15px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin: 10px;
}
.fltlt { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.fltCenter {
	float:none;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h2 {
	font-size: 110%;
	font-style:italic;
	font-variant:small-caps;
	color: #39046f; /* very dark purple */
	padding:0;
	margin:0 0 -5px 0;
}
h3 {
	font-size: 105%;
	font-style:italic;
	font-variant:small-caps;
	padding:0;
	margin:0 0 -5px 0;
}
h4 {
	font-size: 95%;
	font-style:italic;
	font-variant:small-caps;
	color: #39046f; /* very dark purple */
}
hr {
	width: 90%;
	color: #3f037d;
	border: #3f037d thin inset;
	text-align:center;
	margin: 20px 0 0 0;
	padding: 0;
}
#products li, #discounts li, #companies li {
	list-style-image:url(Images/check.png);
}
a:link, a:visited {
	text-decoration: none;
}
a:hover, a:active {
	text-decoration:underline;
}
#footer {
	padding: 12px 0;
	margin: 0 1px 0 1px;
	background-color: #f8f8e1; /*cream*/
	background-position:bottom left;
	background-repeat:repeat-x;
	height:30px;
	border-top: #472f24 2px double;
}
#footer p {
	color:#3f037d;
    line-height:1em;
	font-size: 12px;
	font-variant:small-caps;	
font-style:italic; 
font-weight:bold;
text-align:center;
text-decoration:none;
}
/*#footer p a:hover {
	color:#036;
	text-decoration:underline;
}*/
</style>[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
#sidebar1 { width: 180px; }
#sidebar2 {
	width: 205px;
}
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
#sidebar2, #sidebar1 { padding-top: 30px; }
#mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]
