@charset "utf-8";
body  {
	background: #666666;
	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: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
}
.icanz #container {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 880px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left;
	border: 0px;
	border-style: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;

} 
.icanz #menu{
	margin-left: 150px;
	background-color: #F2FADA;
	height: 20px;
	padding: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	border-bottom:dashed; border-bottom-width:1px; border-bottom-color:#BED57B;  text-decoration:none;
	color:#557733
}
a:hover {border-bottom:dashed; border-bottom-width:1px; border-bottom-color:#F93;  text-decoration:none; color:#360}

#navbar {
	margin: 0;
	padding: 0;
	height: 1em; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-transform:uppercase;
	}
#navbar li {
	list-style: none;
	float: left;
	padding-right:4px;}
#navbar li a {
	display: block;
	padding: 3px 8px;
	background-color: #ADC087;
	color: #fff;
	text-decoration: none;
	border-bottom: 0;
}
#navbar li ul {
	display: none;
	/* width: 10em; */ 
	background-color: #F0F9D0;}
#navbar li:hover ul {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0; }
#navbar li:hover li {
	float: none; }
#navbar li:hover li a {
	background-color: #F0F9D0;
	border-bottom: 1px solid #fff;
	color: #000; }
#navbar li li a:hover {
	background-color: #F0F9D0; }
	#navbar li:hover ul, #navbar li.hover ul {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0; }
#navbar li:hover li, #navbar li.hover li {
	float: none; }
#navbar li:hover li a, #navbar li.hover li a {
	background-color: #F0F9D0;
	border-bottom: 1px solid #fff;
	color: #000; }



.icanz #header {
	height: 178px;
	background-color: #ADC087;
	width: 880px;
	margin: 0px;
	padding: 0;
	background-image: url(../images/header2.jpg);
} 
 
.icanz #header 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 */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.icanz #sidebar1 {
	position: absolute;
	top: 178px;
	left: 0;
	width: 130px; /* padding keeps the content of the div away from the edges */
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
	background-image: url(../images/bg3.jpg);
	background-repeat: repeat-x;
}
.icanz #sidebar2 {
	position: absolute;
	top: 178px;
	right: 0;
	width: 150px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-image: url(../images/bg3.jpg);
	background-repeat: repeat-x;
}
.icanz #mainContent {
	margin-top: 0;
	margin-right: 180px;
	margin-bottom: 0;
	margin-left: 150px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.icanz #mainContent2 {
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 150px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.icanz #footer {
	padding: 0 10px 0 20px;
	background-color: #C8D7A6;
} 
.icanz #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 */
}
.icanz #footer2 {
	margin:0;
	padding: 0px;
	border-top:dashed;
	border-top-width:1px;
	border-top-color:#BED57B;

} 

.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-left: 8pt;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.icanz #container h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
}
.icanz #container h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
}
.icanz #container h4 {
	font-weight: normal;
}
.icanz #container h3 {
	font-weight: normal;
}
.icanz #container p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
}
.icanz #container #sidebar1 h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	font-weight: normal;
	text-transform: none;
	letter-spacing: normal;
	background-color: #F2FADA;
	padding: 8px;
}
.icanz #container #sidebar1 h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8pt;
	font-weight: normal;

}
.icanz #container #sidebar1 h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 7pt;
	font-weight: normal;

}
.icanz #container #sidebar1 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
}
.icanz #container #sidebar2 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
.icanz #container #mainContent ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	list-style-type: square;
}
.icanz #container #mainContent2 ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	list-style-type: square;
}
.icanz #container #footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
.icanz #container #footer2 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	margin: 0px;
	padding: 0px;
}
.icanz #container #sidebar2 h3 {
	font-size: 14px;
	font-weight: normal;
	text-transform: none;
}
.icanz #container #sidebar2 h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	font-weight: normal;
	text-transform: none;
	letter-spacing: normal;
	background-color: #F0F9D0;
	padding: 8px;
}
